Skip to content

Releases: cutterbl/CDGPlayer

v1.2.0

28 Apr 17:21

Choose a tag to compare

1.2.0 (2026-04-28)

🚀 Features

  • Add video support and utility export refinements (#39)

❤️ Thank You

  • Steve 'Cutter' Blades

v1.1.0

27 Apr 14:01

Choose a tag to compare

1.1.0 (2026-04-27)

🚀 Features

  • Add audio-only playback support and refresh workspace tooling (#38)

🩹 Fixes

  • release: Update workflow actions (#35)

❤️ Thank You

  • Steve 'Cutter' Blades

v1.0.1

17 Apr 15:09

Choose a tag to compare

1.0.1 (2026-04-17)

🩹 Fixes

  • release: Correct CI/CD configuration (#34)

❤️ Thank You

  • Steve 'Cutter' Blades

v1.0.0

17 Apr 14:41

Choose a tag to compare

1.0.0 (2026-04-17)

🚀 Features

  • ⚠️ monorepo: migrate CDGPlayer to an Nx package-first workspace (63351bd)
  • ⚠️ monorepo: Migrate CDGPlayer to an Nx package-first workspace (#31)
  • ⚠️ monorepo: Migrate CDGPlayer to an Nx package-first workspace (#33)

⚠️ Breaking Changes

  • monorepo: Migrate CDGPlayer to an Nx package-first workspace (#33)
    CDGPlayer now publishes from a package-first Nx workspace.
    The legacy top-level source and docs layout is no longer the published integration
    surface; consumers should use the scoped package entrypoints (@cxing/logger,
    @cxing/cdg-core, @cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls).
    The release, documentation, CI, and demo/control integration flows have changed since
    v0.1.17 and should be reviewed before upgrading.
  • monorepo: Migrate CDGPlayer to an Nx package-first workspace (#31)
    CDGPlayer now publishes from a package-first Nx
    workspace.
    The legacy top-level source and docs layout is no longer the
    published integration surface; consumers should use the scoped
    package entrypoints (@cxing/logger, @cxing/cdg-core,
    @cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls).
    The release, documentation, CI, and demo/control integration
    flows have changed since v0.1.17 and should be reviewed before
    upgrading.
  • monorepo: migrate CDGPlayer to an Nx package-first workspace (63351bd)
    Removes the legacy top-level src/, scripts demo assets, and /docs documentation tree in favor of package entrypoints and Storybook-composed documentation.
    • chore: Update monorepo tooling and CI workflows
    • fix: Resolve build blockers and rename contribution doc
    • feat: expand test coverage and enforce per-project CI thresholds
    • chore: Stabilize typecheck outputs and test typings
    • feat(controls): Refine key labels and settings panel sizing
    • chore: Add package readmes and refine coverage/docs reporting
    • chore: Tighten lint rules and clean demo/test warnings
    • feat(release)!: Prepare the next major package-first release
    • migrate CDGPlayer to an Nx package-first workspace
    • align package metadata and release automation around scoped
      package entrypoints
    • tighten CI validation, coverage thresholds, docs checks, and
      repository ownership
    • refine framework-agnostic controls and move framework demo
      settings into anchored popovers
    • update demo iconography and supporting Storybook/docs guidance
      BREAKING CHANGE: CDGPlayer now publishes from a package-first Nx
      workspace.
      The legacy top-level source and docs layout is no longer the
      published integration surface; consumers should use the scoped
      package entrypoints (@cxing/logger, @cxing/cdg-core,
      @cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls).
      The release, documentation, CI, and demo/control integration
      flows have changed since v0.1.17 and should be reviewed before
      upgrading.

❤️ Thank You

  • Steve 'Cutter' Blades