|
| 1 | +# 1.0.0 (2026-04-17) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- ⚠️ **monorepo:** migrate CDGPlayer to an Nx package-first workspace ([63351bd](https://github.com/cutterbl/CDGPlayer/commit/63351bd)) |
| 6 | +- ⚠️ **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#31](https://github.com/cutterbl/CDGPlayer/pull/31)) |
| 7 | +- ⚠️ **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#33](https://github.com/cutterbl/CDGPlayer/pull/33)) |
| 8 | + |
| 9 | +### ⚠️ Breaking Changes |
| 10 | + |
| 11 | +- **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#33](https://github.com/cutterbl/CDGPlayer/pull/33)) |
| 12 | + CDGPlayer now publishes from a package-first Nx workspace. |
| 13 | + The legacy top-level source and docs layout is no longer the published integration |
| 14 | + surface; consumers should use the scoped package entrypoints (@cxing/logger, |
| 15 | + @cxing/cdg-core, @cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls). |
| 16 | + The release, documentation, CI, and demo/control integration flows have changed since |
| 17 | + v0.1.17 and should be reviewed before upgrading. |
| 18 | +- **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#31](https://github.com/cutterbl/CDGPlayer/pull/31)) |
| 19 | + CDGPlayer now publishes from a package-first Nx |
| 20 | + workspace. |
| 21 | + The legacy top-level source and docs layout is no longer the |
| 22 | + published integration surface; consumers should use the scoped |
| 23 | + package entrypoints (@cxing/logger, @cxing/cdg-core, |
| 24 | + @cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls). |
| 25 | + The release, documentation, CI, and demo/control integration |
| 26 | + flows have changed since v0.1.17 and should be reviewed before |
| 27 | + upgrading. |
| 28 | +- **monorepo:** migrate CDGPlayer to an Nx package-first workspace ([63351bd](https://github.com/cutterbl/CDGPlayer/commit/63351bd)) |
| 29 | + Removes the legacy top-level src/, scripts demo assets, and /docs documentation tree in favor of package entrypoints and Storybook-composed documentation. |
| 30 | + * chore: Update monorepo tooling and CI workflows |
| 31 | + * fix: Resolve build blockers and rename contribution doc |
| 32 | + * feat: expand test coverage and enforce per-project CI thresholds |
| 33 | + * chore: Stabilize typecheck outputs and test typings |
| 34 | + * feat(controls): Refine key labels and settings panel sizing |
| 35 | + * chore: Add package readmes and refine coverage/docs reporting |
| 36 | + * chore: Tighten lint rules and clean demo/test warnings |
| 37 | + * feat(release)!: Prepare the next major package-first release |
| 38 | + - migrate CDGPlayer to an Nx package-first workspace |
| 39 | + - align package metadata and release automation around scoped |
| 40 | + package entrypoints |
| 41 | + - tighten CI validation, coverage thresholds, docs checks, and |
| 42 | + repository ownership |
| 43 | + - refine framework-agnostic controls and move framework demo |
| 44 | + settings into anchored popovers |
| 45 | + - update demo iconography and supporting Storybook/docs guidance |
| 46 | + BREAKING CHANGE: CDGPlayer now publishes from a package-first Nx |
| 47 | + workspace. |
| 48 | + The legacy top-level source and docs layout is no longer the |
| 49 | + published integration surface; consumers should use the scoped |
| 50 | + package entrypoints (@cxing/logger, @cxing/cdg-core, |
| 51 | + @cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls). |
| 52 | + The release, documentation, CI, and demo/control integration |
| 53 | + flows have changed since v0.1.17 and should be reviewed before |
| 54 | + upgrading. |
| 55 | + |
| 56 | +### ❤️ Thank You |
| 57 | + |
| 58 | +- Steve 'Cutter' Blades |
| 59 | + |
1 | 60 | Changelog |
2 | 61 | ### 0.1.17 (2023-01-05) |
3 | 62 |
|
|
0 commit comments