File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Changelog (6/19/2023 )
1+ # Changelog (07/02/2025 )
22
33Changelog was generated by [ Generi] ( https://github.com/betterwrite/generi ) . Any questions, consult the documentation.
44
5+ ### v1.4.1
6+
7+ * ** 🚧 chore:** upgrade deps - [[ 51a430f] ( https://github.com/betterwrite/pdfeasy/commit/51a430f )]
8+ * ** 🔧 fix:** augment ` vue ` rather than ` @vue/runtime-core ` - [[ 936c286] ( https://github.com/betterwrite/pdfeasy/commit/936c286 )]
9+ * ** 🚧 chore:** indicate compatibility with new v4 major - [[ 37f82b8] ( https://github.com/betterwrite/pdfeasy/commit/37f82b8 )]
10+ * ** 🚧 chore:** update deps - [[ be81eb1] ( https://github.com/betterwrite/pdfeasy/commit/be81eb1 )]
11+ * ** 🚧 chore:** readme - [[ cb6c2f9] ( https://github.com/betterwrite/pdfeasy/commit/cb6c2f9 )]
12+ * ** 🚧 chore:** improve playground - [[ 1cb55da] ( https://github.com/betterwrite/pdfeasy/commit/1cb55da )]
13+ * ** 🚧 chore(playground):** base url - [[ a0ea637] ( https://github.com/betterwrite/pdfeasy/commit/a0ea637 )]
14+ * ** 🚧 chore:** readme - [[ 428f04f] ( https://github.com/betterwrite/pdfeasy/commit/428f04f )]
15+ * ** 🎉 feat:** monaco editor in playground - [[ e6ed5fd] ( https://github.com/betterwrite/pdfeasy/commit/e6ed5fd )]
16+ * ** 📐 build(playground):** .nojekyll - [[ 0adf9a7] ( https://github.com/betterwrite/pdfeasy/commit/0adf9a7 )]
17+ * ** 🚧 chore(playground):** ssr - [[ a687414] ( https://github.com/betterwrite/pdfeasy/commit/a687414 )]
18+
519### v1.4.0
620
721* ** 🔧 fix(resolvers):** simple text in position cases - [[ e121f78] ( https://github.com/betterwrite/pdfeasy/commit/e121f78 )]
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " pnpm" ,
33 "useWorkspaces" : true ,
4- "version" : " 1.4.0 "
4+ "version" : " 1.4.1 "
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " pdfeasy" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "description" : " Client/Server Side PDF-Creator based in PDFKit" ,
55 "author" : " Novout <novout@hotmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 66 "name" : " Novout" ,
77 "url" : " https://github.com/Novout"
88 },
9- "version" : " 1.4.0 " ,
9+ "version" : " 1.4.1 " ,
1010 "repository" : " https://github.com/betterwrite/nuxt-pdfeasy" ,
1111 "description" : " A PDF document generator to your Nuxt application." ,
1212 "engines" : {
4545 },
4646 "dependencies" : {
4747 "@nuxt/kit" : " ^3.5.3" ,
48- "pdfeasy" : " ^1.4.0 "
48+ "pdfeasy" : " ^1.4.1 "
4949 },
5050 "devDependencies" : {
5151 "@nuxt/module-builder" : " ^0.4.0" ,
Original file line number Diff line number Diff line change 22 "name" : " vue-pdfeasy" ,
33 "author" : " Novout" ,
44 "license" : " MIT" ,
5- "version" : " 1.4.0 " ,
5+ "version" : " 1.4.1 " ,
66 "description" : " A pdfeasy plugin for Vue 3" ,
77 "type" : " module" ,
88 "sideEffects" : false ,
2929 " pdfmake"
3030 ],
3131 "dependencies" : {
32- "pdfeasy" : " ^1.4.0 " ,
32+ "pdfeasy" : " ^1.4.1 " ,
3333 "vue-demi" : " latest"
3434 },
3535 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments