5.0.0 (2024-08-28)
- remove async option for generateTemplate (80dfdef)
- Adapters must now return an element synchronously
4.0.1 (2024-08-27)
- replace eventbus with document query to force icons to re-render (4fd6e4f)
3.0.1 (2024-07-19)
- 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)
- the paths of esm and cjs builds have changed
1.4.3 (2021-11-19)
- if
globalThis.customElements
is not available, no-op whendefine
is called (da44ea2)
1.4.2 (2021-11-16)
- SVGFetchAdapter: fix double update on initial render (1bb3c9a)
- use
globalThis
instead ofwindow
to improve SSR support (c8b8866)
1.4.1 (2021-10-14)
- remove optional chaining since some builds do not fully support it yet (225f3c1)
1.4.0 (2021-10-12)
- build: add cjs build (94d98b6)
1.3.0 (2021-07-25)
- add
querySelector
option to SVGFetchAdapter for CORS SVG sprite usage (db5e4da)
1.2.1 (2021-07-25)
- add missing SVGFetchAdapter export (bb29e89)
1.2.0 (2021-07-25)
- add SVGFetchAdapter for loading icons from a cross-origin source (5ac82d2)
1.1.0 (2021-07-01)
- export BaseAdapter to facilitate creation of custom adapters (8028d88)
1.0.1 (2021-06-24)
- build: add unpkg field (2ed97b0)
1.0.0 (2021-06-18)
- release: release 1.0.0 (a63ea13)
- release: release 1.0.0
0.2.1 (2021-06-18)
- update description, keywords, and trigger release for updated npm metadata (eda72d8)
0.2.0 (2021-06-17)
- work around errors caused by hot-reload dev environments (a7215ae)