Releases: clhenrick/color-legend-element
Releases · clhenrick/color-legend-element
Update and include custom elements manifest
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
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
Includes updates from PR #37
Package.json main & engines fields changes and type updates
correct d3 modules as externals
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
Fixes a bug in Safari that was due to lack of support for Array.prototype.at
.
What's Changed
- Fix files path by @clhenrick in #14
- docs: fix content overflow on mobile by @clhenrick in #15
- only ignore top level node_modules dir by @clhenrick in #16
- update docs: fix node_modules deps by @clhenrick in #17
- bugfix: Safari rendering of discrete & threshold legends by @clhenrick in #20
Full Changelog: v1.0.1...v1.0.3
fixed paths in package.json
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
initial release
- 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