Skip to content

Latest commit

 

History

History
89 lines (30 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

89 lines (30 loc) · 2.64 KB

CHANGELOG

0.1.6 (2024-04-16)

Bug Fixes

  • ensure onStylesLoaded callback is fired consistently (d298f1b)

Performance Improvements

  • don't load duplicate styles for link tags with matching hrefs (ad6452f)

0.1.5 (2024-04-12)

Bug Fixes

  • don't fail if element doesn't exist on removal (1ac1ad1)

Performance Improvements

  • inject initial styles in bulk, and refactor hashing code (0bb7efc)

0.1.4 (2024-04-12)

Performance Improvements

  • inject initial styles in bulk, and refactor hashing code (0bb7efc)

0.1.3 (2024-04-11)

Performance Improvements

  • don't lock main thread when adding / removing styles (f62f5e8)

0.1.2 (2024-04-10)

Bug Fixes

  • add explicit React displayName (fd5dd61)

Performance Improvements

  • don't reload link styles already on host page (d5251e3)

0.1.1 (2024-03-23)

Bug Fixes

  • remove errornous console log (4309330)

0.1.0 (2024-03-23)

Features

  • add API to check when initial styles have loaded (6d08448)
  • implement auto-frame-component (06b9e67)