Skip to content

Releases: cyberuni/color-map-rainbow

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 00:38
b0a682b

Major Changes

  • 11560d6: Ship real ESM and CJS builds, with types.

    The package is now "type": "module" with an exports map: esm/index.js for
    import, cjs/index.js for require, and esm/index.d.ts for types. That
    replaces dist-es5/ and dist-es2015/, so a deep import of either path no
    longer resolves — hence the major.

    This also fixes types never reaching consumers at all. 2.1.5 declared
    typings: dist-es5/index.d.ts and module: dist-es2015/index.js, but files
    listed only dist, so neither path was in the published tarball. TypeScript
    consumers have been falling back to any since 2.0.

    The two browser bundles keep their published filenames —
    dist/color-map-rainbow.es5.js (reads color-map off the ColorMap global) and
    dist/color-map-rainbow.es2015.js (self-contained) — so <script src> and the
    badgesize links are unaffected.

    The color-map dependency moves from ^1.1.0 to ^2.2.0. The public API of
    createRainbow and rainbow is unchanged.

v2.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Sep 07:28
e93315a

Patch Changes

  • 0e1ceee: Move the release pipeline to changesets and npm trusted publishing (OIDC), with no repository secrets.

v2.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Apr 06:41
4bd40fb

2.1.4 (2022-04-24)

Bug Fixes

v2.1.3

Choose a tag to compare

@unional unional released this 02 Jan 09:52
a336fc5

2.1.3 (2018-01-02)

Bug Fixes

v2.1.2

Choose a tag to compare

@unional unional released this 02 Jan 09:06
1259237

2.1.2 (2018-01-02)

Bug Fixes