Skip to content

Latest commit

 

History

History
141 lines (52 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

141 lines (52 loc) · 4.3 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

8.0.3 (2023-11-02)

8.0.2 (2023-02-09)

Bug Fixes

  • 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)

Bug Fixes

  • check for unsupported features in nodes (5ad3ae6)
  • reject with error event in loadAudio/Video (5735f9a)

Features

BREAKING CHANGES

  • loadImage now decodes the image by default

7.0.0 (2022-06-13)

Bug Fixes

  • exclude android and chrome from isSafari regex (acf8770)

BREAKING CHANGES

  • 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)

Features

  • compute font name from src if no id is present (6703830)

6.0.0 (2021-12-04)

Bug Fixes

  • enhance node support by checking for navigator and DOMParser (9e4f6c5)
  • handle falsy path in getFileExtension (aadd369)
  • update returned types for loaders (fe46654)

Features

BREAKING CHANGES

  • new behaviour for loadFont

5.2.1 (2021-11-12)

5.2.0 (2021-10-29)

Features

  • update dependencies and ts-jest (6a452ff)

5.1.0 (2021-10-02)

Features

  • add exports field to package.json (f9689de)

5.0.2 (2021-03-24)

5.0.1 (2021-03-20)

Bug Fixes

5.0.0 (2021-03-20)

Code Refactoring

BREAKING CHANGES

  • remove cjs/umd