Skip to content
Open
Changes from all commits
Commits
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
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.14] - 2026-06-23

### Changed
- Migrate ESLint to flat config by @Hans-christian in 6f0588d
- build(deps): bump undici from 6.25.0 to 6.27.0 by @dependabot[bot] in a53ee6a
- Document Prism component bundler workaround by @Hans-christian in 8dd4cd5
- Remove unrelated footer changes by @Hans-christian in bd12002
- build(deps-dev): bump @vue/eslint-config-typescript by @dependabot[bot] in c108bca
- build(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot[bot] in fbe2a21
- build(deps): bump semver from 7.8.1 to 7.8.5 by @dependabot[bot] in a21088f
- build(deps-dev): bump typescript from 4.9.5 to 6.0.3 by @dependabot[bot] in 23a247a
- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in f3f1bcb
- reuse prism package languages by @Hans-christian in 1b42344
- chore: limit dependabot version updates by @Hans-christian in 15e1b4c
- Revert Prism workaround and pin Vite 8.0.14 by @Hans-christian in eb2e379
- docs: add release notes after v1.0.6 by @Hans-christian in 878b0c1
- Fix Prism startup crashes by @Hans-christian in 9340e16
- build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 by @dependabot[bot] in 62655b7

### Fixed
- fix: bump undici via override by @Hans-christian in 8b41620
- fix: use compatible vue eslint config typescript version by @Hans-christian in 13a9241
- fix: align typescript-eslint parser with plugin by @Hans-christian in f458f46
- fix Prisma reference error by @Hans-christian in f2092db

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (typo): Clarify whether "Prisma" is intentional or should be "Prism".

Nearby bullets consistently refer to "Prism" (component, startup crash, languages), while this one says "Prisma". If this is about the same Prism library, please align the wording; if it actually refers to Prisma (ORM or other), consider clarifying that distinction.

Suggested change
- fix Prisma reference error by @Hans-christian in f2092db
- fix Prism reference error by @Hans-christian in f2092db

- fix prism startup crash by @Hans-christian in a7ebaaa
- fix: load prism languages at runtime by @Hans-christian in 5791cc4



### Release notes since `v1.0.6`

| Area | Package updates | Impact |
Expand Down