Skip to content

Latest commit

 

History

History
128 lines (56 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

128 lines (56 loc) · 4.62 KB

5.0.0 (2024-08-28)

Performance Improvements

  • remove async option for generateTemplate (80dfdef)

BREAKING CHANGES

  • Adapters must now return an element synchronously

4.0.1 (2024-08-27)

Bug Fixes

  • replace eventbus with document query to force icons to re-render (4fd6e4f)

3.0.1 (2024-07-19)

Bug Fixes

  • add setter for name to BaseAdapter (f52cdad)

3.0.0 (2024-04-19)

  • feat!: switch to light dom to allow access to element IDs in the parent DOM

2.0.0 (2022-08-14)

  • fix!: bundle TS types directly with built files, and build with swc (7c65dce)

BREAKING CHANGES

  • the paths of esm and cjs builds have changed

1.4.3 (2021-11-19)

Bug Fixes

  • if globalThis.customElements is not available, no-op when define is called (da44ea2)

1.4.2 (2021-11-16)

Bug Fixes

  • SVGFetchAdapter: fix double update on initial render (1bb3c9a)
  • use globalThis instead of window to improve SSR support (c8b8866)

1.4.1 (2021-10-14)

Bug Fixes

  • remove optional chaining since some builds do not fully support it yet (225f3c1)

1.4.0 (2021-10-12)

Features

1.3.0 (2021-07-25)

Features

  • add querySelector option to SVGFetchAdapter for CORS SVG sprite usage (db5e4da)

1.2.1 (2021-07-25)

Bug Fixes

  • add missing SVGFetchAdapter export (bb29e89)

1.2.0 (2021-07-25)

Features

  • add SVGFetchAdapter for loading icons from a cross-origin source (5ac82d2)

1.1.0 (2021-07-01)

Features

  • export BaseAdapter to facilitate creation of custom adapters (8028d88)

1.0.1 (2021-06-24)

Bug Fixes

1.0.0 (2021-06-18)

chore

BREAKING CHANGES

  • release: release 1.0.0

0.2.1 (2021-06-18)

Bug Fixes

  • update description, keywords, and trigger release for updated npm metadata (eda72d8)

0.2.0 (2021-06-17)

Features

  • work around errors caused by hot-reload dev environments (a7215ae)