Chroma Panel

Search documentation

Find a page or section

Every published release, newest first.

Every published version of chroma-panel, the React color picker, is listed below with the highlights of each release. After the timeline you will find how canary builds work, what counts as a breaking change, and how to upgrade.

  • v0.1.3Latest

    • Updated the documentation with clearer and more accurate information.
    • Updated the images to improve visual quality and consistency.
  • v0.1.2

    • Replaced “colour” with “color”.
    • Fixed small UI glitches and styling inconsistencies.
    • Improved overall stability and user experience.
  • v0.1.1

    • Consistent spelling across the UI and docs.
    • Installing from a git URL now builds correctly.
  • v0.1.0

    • Five ways to pick: wheel, sliders, palettes, pencils, image.
    • Keeps your exact color. No lost hue.
    • Works as a form input. Keyboard accessible.
    • No dependencies. Typed. ESM and CommonJS.

Canary releases

Pre-release versions are published under the next tag so they never reach anyone who has not asked for them. Install one by name:

npm install chroma-panel@next

They carry a Pre-release badge on the timeline above, and are never marked Latest. Treat them as a preview: the API in a canary can still change before it lands in a stable release.

Versioning

The package follows semantic versioning. A breaking change to any of the following is a major release:

Internal class names that are not listed in the API reference are not part of the public surface and can change in a patch.

Upgrading

npm install chroma-panel@latest

Full release notes

The timeline above shows the highlights of each release. The complete notes, including every commit and contributor, are on GitHub.