Skip to content

Releases: clhenrick/color-legend-element

Update and include custom elements manifest

16 Mar 17:37
Compare
Choose a tag to compare

Primarily this release updates the custom-elements.json manifest and includes it with the release so that developer tooling can use it when the package is installed via npm (see PR #50 for more details).

Other minor updates include:

  • minor clean up to remove an unnecessary const
  • upgrading all of the package's dev dependencies
  • upgrading some dev dependencies to fix critical security issues

Bugfix for property tickFormatter

26 Feb 02:59
Compare
Choose a tag to compare

Bugfix for Issue: #38
The tickFormatter property was previously not working as intended, this release fixes tickFormatter so that it works as intended.

Use es2021 and upgrade deps Lit & TypeScript

22 Feb 16:52
Compare
Choose a tag to compare

Package.json main & engines fields changes and type updates

19 Feb 20:27
Compare
Choose a tag to compare

1.0.6 includes changes from the following PRs:

correct d3 modules as externals

04 Feb 04:05
Compare
Choose a tag to compare

What's Changed

  • correct rollup config's externals & globals by @clhenrick in #25

Full Changelog: v1.0.3...v1.0.4

bug fixes for Safari & docs

22 Jan 20:09
Compare
Choose a tag to compare

Fixes a bug in Safari that was due to lack of support for Array.prototype.at.

What's Changed

Full Changelog: v1.0.1...v1.0.3

fixed paths in package.json

21 Jan 01:58
Compare
Choose a tag to compare

instead of using the np library to publish, use npm pack and npm publish, then manually add the git tags and create the release.

include dist/ directory in npm publish

21 Jan 01:11
Compare
Choose a tag to compare

initial release

21 Jan 00:48
Compare
Choose a tag to compare
  • Minor refactor (#12) 971f2f1
  • prep for npm publish (#11) d986840
  • Update lint staged config (#10) 4fed387
  • run prettier & eslint on pre-commit hook (#9) 157d72d
  • update deps: use d3js modules (#8) fd3f05b
  • Add tests (#7) 289d800
  • add readme (#5) e2eb38c
  • upgrade dependency 11ty (#6) cf0c2c8
  • Feature: add slots for rendering children (#3) 729229e
  • added github action / workflow (#4) b54964b
  • update docs: use 11ty, prismjs, add code examples & more content (#2) 2fa2210
  • render legend types and axis ticks (#1) d2b7c35
  • added vscode recommended extensions 6822ac3
  • abstracted color scale configuration to separate class 25d817a
  • handle setting colorScale class field via scaleType property 0b05248
  • added layout properties and updated template a060ee5

bba7e3c...v1.0.0