saberzero1
6ed61928d3
chore(deps): update @quartz-community/utils
2026-06-03 15:28:20 +02:00
saberzero1
9e3f6d734d
build: bundle dependencies and ship pre-built dist
2026-05-25 17:27:34 +02:00
saberzero1
76e398c9ad
fix: display the version in the footer
2026-05-25 17:27:29 +02:00
saberzero1
fd8b652e6e
chore: regenerate package-lock.json
2026-05-24 17:32:52 +02:00
saberzero1
c28a6e2767
chore: remove vestigial @jackyzha0/quartz peerDependency
2026-05-24 16:24:05 +02:00
saberzero1
7d8d26131d
docs: add missing defaultOptions and optionSchema to package.json manifest
2026-05-22 20:06:19 +02:00
saberzero1
75798ec263
build: bundle dependencies and ship pre-built dist
2026-04-27 21:37:57 +02:00
saberzero1
74039f7923
build: bundle dependencies and ship pre-built dist
2026-04-27 21:37:57 +02:00
saberzero1
6e35f3d49c
deps: update @quartz-community/utils
2026-04-22 18:17:58 +02:00
saberzero1
56be837198
deps: update @quartz-community/utils
2026-04-17 02:39:05 +02:00
saberzero1
f4b7f403ff
deps: update @quartz-community/utils
2026-04-16 22:09:06 +02:00
saberzero1
6b4a54ecc7
deps: update @quartz-community/types and @quartz-community/utils
2026-04-16 13:27:01 +02:00
saberzero1
c57b447fbc
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:08 +02:00
saberzero1
43550ec780
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:08 +02:00
saberzero1
cc65820c44
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:08 +02:00
saberzero1
0d0f18ff21
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:08 +02:00
saberzero1
5b2ddd9563
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:08 +02:00
saberzero1
98ef8fe903
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:03 +02:00
saberzero1
8f9d653bb5
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:03 +02:00
saberzero1
619d771209
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:03 +02:00
saberzero1
d64e8977cd
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:03 +02:00
saberzero1
142ddabd28
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:47:03 +02:00
saberzero1
e108df2a65
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:46:58 +02:00
saberzero1
414c91659a
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:46:58 +02:00
saberzero1
2daabe429a
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:46:58 +02:00
saberzero1
5c9c061666
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:46:58 +02:00
saberzero1
4c34999ff9
i18n: add translations for 30 locales from Quartz v4
2026-04-04 01:46:58 +02:00
saberzero1
5921d709e1
deps: add @quartz-community/utils dependency
2026-04-03 19:33:49 +02:00
saberzero1
f6f92d1c0b
refactor: use shared classNames from @quartz-community/utils
2026-04-03 19:15:04 +02:00
saberzero1
3278e6df8a
deps: update @quartz-community/types and @quartz-community/utils
2026-04-03 16:17:19 +02:00
saberzero1
87dd3cec91
fix: move tsconfig from dts object to top-level option
...
The DtsConfig type in tsup does not have a tsconfig property.
Use top-level tsconfig option instead of dts: { tsconfig: ... }.
2026-03-22 13:25:12 +01:00
saberzero1
e79f7af2f1
fix: use separate tsconfig for DTS build to avoid vitest dependency
2026-03-22 13:12:01 +01:00
saberzero1
db22019418
chore: set tsup platform to node
...
Plugins run server-side during the Quartz build step, not in the
browser. Setting platform: 'node' tells esbuild to treat Node builtins
as available externals and avoids CJS-in-ESM require() failures for
any bundled dependencies that use Node APIs.
2026-03-17 20:41:14 +01:00
saberzero1
f719683a7b
ci: add dist externals verification step
2026-03-17 19:41:47 +01:00
saberzero1
2aebad2b66
chore: centralize type declarations and standardize tooling config
...
- Update types/globals.d.ts with centralized type declarations
- Add .prettierignore, update .eslintrc.json with triple-slash-reference override
- Remove duplicate scripts.d.ts/styles.d.ts if present
2026-03-16 18:55:26 +01:00
saberzero1
0ab796fd0c
fix: update types/utils lockfile to commits with dist/
2026-03-14 22:43:32 +01:00
saberzero1
4e82fd1b32
chore: commit dist/ and remove prepare script
...
Pre-built output is now committed to the repository so that
Quartz can skip the build step during plugin installation.
The prepare script is removed to prevent redundant builds
when installing from npm/git.
2026-03-14 21:58:43 +01:00
saberzero1
5b65370810
chore: move build tools to devDependencies, shared deps to peerDependencies
...
tsup and typescript are only needed at build time — move to devDependencies
so they can be pruned after build. Dependencies already available from the
host Quartz installation are moved to peerDependencies to avoid duplication.
2026-03-14 21:27:07 +01:00
saberzero1
f0fe3d6ca2
fix: remove template boilerplate test files and add passWithNoTests
2026-03-09 03:21:37 +01:00
saberzero1
a5aac57c64
deps: update @quartz-community/types and @quartz-community/utils
...
Also fix code formatting with prettier.
2026-03-09 03:04:02 +01:00
saberzero1
cd779de29b
deps: update @quartz-community/types
2026-02-28 20:08:37 +01:00
saberzero1
6adab4b98e
fix: compile SCSS via sass instead of raw text to prevent lightningcss errors
2026-02-26 16:44:51 +01:00
saberzero1
27c9cb7400
docs: update README for v5 unified config system
2026-02-25 16:07:11 +01:00
saberzero1
51fe0b7677
fix: move tsup and typescript to dependencies for git install compatibility
2026-02-23 01:09:57 +01:00
saberzero1
eef4ba0af2
chore: add quartz plugin manifest to package.json
2026-02-17 17:43:52 +01:00
saberzero1
0fe310de1e
docs: add plugin README
2026-02-14 02:13:44 +01:00
saberzero1
26a34a9fd5
chore: update @quartz-community/types to v0.2.1
2026-02-13 22:58:31 +01:00
saberzero1
78e3750b3d
feat: migrate Footer component from Quartz v5 core
2026-02-13 17:14:38 +01:00
Emile Bangma
8b29b109cb
Initial commit
2026-02-13 16:54:33 +01:00