Releases: sidebase/nuxt-pdf
1.0.0-alpha.0
What's Changed
- refactor: Improve function exports by @zoey-kaiser in #29
- release: v1.0.0-alpha.0 by @zoey-kaiser in #30
Full Changelog: 0.2.0-alpha.0...1.0.0-alpha.0
0.2.0-alpha.0
This is the first alpha release of nuxt-pdf
0.2.0! This updates keeps all of our previous features to generate PDFs with your Nuxt components.
Please note that the
htmlToPdf
composable was renamed tohtmlToPDF
to ensure consistency in our composable naming.
In addition to this PDF generation method, we also introduced a server side rendering method. This will allow you to define and generate PDFs through Nuxt 3 Server routes. This release introduces the fundamentals for this to work. Please follow along with #25 to see the roadmap for the remaining features, we hope to complete for a 0.2.0 release.
The documentation for the new Server Side rendering methods, is currently still being written. Please refer to the playground examples for now: https://github.com/sidebase/nuxt-pdf/tree/main/playground/server/api/pdf
What's Changed
- feat: Rewrite Module to support SSR rendering by @zoey-kaiser in #26
- release: 0.2.0-alpha.0 by @zoey-kaiser in #28
Full Changelog: 0.1.2...0.2.0-alpha.0
0.1.2
What's Changed
- Added initial implementation of
nuxt-pdf
by @zoey-kaiser in #1 - docs: Improved and added missing explanations by @zoey-kaiser in #3
- fix: removed unneeded
useNuxtApp
import by @zoey-kaiser in #5 - Rewrite with
jsPDF
by @zoey-kaiser in #6 - Release Version
0.1.1
by @zoey-kaiser in #8 - Decouple HTML to PDF logic from saving functionality for improved flexibility by @tpkee in #17
- docs: Added more information about available composables by @zoey-kaiser in #19
- release 0.1.2 by @zoey-kaiser in #20
New Contributors
- @zoey-kaiser made their first contribution in #1
- @tpkee made their first contribution in #17
Full Changelog: https://github.com/sidebase/nuxt-pdf/commits/0.1.2