All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
8.0.4 (2024-07-08)
8.0.3 (2023-11-02)
8.0.2 (2023-02-09)
- force @types/css-font-loading-module to 0.07 and update tsconfig target (4ca26f9)
8.0.1 (2023-02-09)
8.0.0 (2022-10-25)
- check for unsupported features in nodes (5ad3ae6)
- reject with error event in loadAudio/Video (5735f9a)
- add noDecode (7394e0d)
- allow string for loadItem(s) (7025c7d)
- use HTMLImageElement.decode() (2388d40), closes #89
- loadImage now decodes the image by default
7.0.0 (2022-06-13)
- exclude android and chrome from isSafari regex (acf8770)
- changes audio and video loading in Chrome
6.1.2 (2022-04-02)
6.1.1 (2022-01-14)
6.1.0 (2022-01-14)
- compute font name from src if no id is present (6703830)
6.0.0 (2021-12-04)
- enhance node support by checking for navigator and DOMParser (9e4f6c5)
- handle falsy path in getFileExtension (aadd369)
- update returned types for loaders (fe46654)
- new behaviour for loadFont
5.2.1 (2021-11-12)
5.2.0 (2021-10-29)
- update dependencies and ts-jest (6a452ff)
5.1.0 (2021-10-02)
- add exports field to package.json (f9689de)
5.0.2 (2021-03-24)
5.0.1 (2021-03-20)
- update npmignore (b0d8e64)
5.0.0 (2021-03-20)
- use ES modules (c171d01)
- remove cjs/umd