Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Rewrite Module to support SSR rendering #26

Merged
merged 44 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
dbc2ac1
remove-old-code
zoey-kaiser Feb 5, 2024
2916c18
added useRender composable
zoey-kaiser Feb 5, 2024
afb93f1
added PDFKit and attempted to add a server side utility
zoey-kaiser Feb 5, 2024
c840ff3
removed all code of the old package
zoey-kaiser Feb 12, 2024
1117486
removed vitest
zoey-kaiser Feb 12, 2024
e0e18db
added basic function to create and stream a PDF
zoey-kaiser Feb 12, 2024
47cdde5
removed some redudent comments
zoey-kaiser Feb 12, 2024
2a1e155
added defaultPDFOptions
zoey-kaiser Feb 12, 2024
7ef72d0
remove unused code
zoey-kaiser Feb 12, 2024
3a0ce4a
improved code
zoey-kaiser Feb 12, 2024
2594a9b
improved how nuxt options can be used to set pdf default settings
zoey-kaiser Feb 12, 2024
f7bc040
improved module types
zoey-kaiser Feb 12, 2024
b4b74ff
added the horizontalLine component
zoey-kaiser Feb 12, 2024
459cf32
updated readme
zoey-kaiser Feb 12, 2024
0547d87
added a small comment (yay)
zoey-kaiser Feb 12, 2024
edd6b3d
added a basic integration of Nuxt DevTools
zoey-kaiser Feb 12, 2024
8611fba
added a demo render of a PDF in DevTools
zoey-kaiser Feb 13, 2024
dc17a9c
disable devtools integration by default
zoey-kaiser Feb 13, 2024
05b52cd
added layout system
zoey-kaiser Feb 13, 2024
36379fc
added support for async layouts
zoey-kaiser Feb 13, 2024
dc1342e
reduced demo async timer
zoey-kaiser Feb 13, 2024
f7b21da
slight code improvements
zoey-kaiser Feb 13, 2024
ff96825
fixed broken footer height
zoey-kaiser Feb 13, 2024
77ebfc6
improved playground
zoey-kaiser Feb 13, 2024
f0d4beb
re-added license
zoey-kaiser Feb 13, 2024
75fc6aa
small fixed to file formatting
zoey-kaiser Feb 13, 2024
5324979
fixed CI
zoey-kaiser Feb 13, 2024
77817b0
added step to install pnpm
zoey-kaiser Feb 13, 2024
152b0fa
udpate ci again
zoey-kaiser Feb 13, 2024
2795fb9
rewrote CI pipeline
zoey-kaiser Feb 13, 2024
b50b234
added build step
zoey-kaiser Feb 13, 2024
68c305a
slightly updated package json scripts
zoey-kaiser Feb 13, 2024
46526c3
fixed build error
zoey-kaiser Feb 13, 2024
f7bf2b5
moved defu from dev dependencies
zoey-kaiser Feb 13, 2024
712990e
removed devtools integration
zoey-kaiser Feb 13, 2024
10b4467
removed devTool from moduleOptions
zoey-kaiser Feb 13, 2024
343964d
re-added old legacy functionality
zoey-kaiser Feb 13, 2024
4bd2fe0
enabled future ts bundler module resolution
zoey-kaiser Feb 13, 2024
e95c384
fixed docus working locally
zoey-kaiser Feb 13, 2024
f4f4cd6
updated docs for application side and getting started
zoey-kaiser Feb 13, 2024
aeb13d7
began working on docs for server side
zoey-kaiser Feb 13, 2024
d05bfeb
updated package version and removed blank line
zoey-kaiser Feb 13, 2024
b28f6b4
export PDFDocumentType and PDFOptions types
zoey-kaiser Feb 13, 2024
49eb73c
updated ReadMe
zoey-kaiser Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
small fixed to file formatting
  • Loading branch information
zoey-kaiser committed Feb 13, 2024
commit 75fc6aab12924fbe063e1482f321cd2b26fdd884
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
node_modules
docs
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shamefully-hoist=true
shamefully-hoist=true
Loading