0.1.6 (2024-04-16)
- ensure onStylesLoaded callback is fired consistently (d298f1b)
- don't load duplicate styles for link tags with matching hrefs (ad6452f)
0.1.5 (2024-04-12)
- don't fail if element doesn't exist on removal (1ac1ad1)
- inject initial styles in bulk, and refactor hashing code (0bb7efc)
0.1.4 (2024-04-12)
- inject initial styles in bulk, and refactor hashing code (0bb7efc)
0.1.3 (2024-04-11)
- don't lock main thread when adding / removing styles (f62f5e8)
0.1.2 (2024-04-10)
- add explicit React displayName (fd5dd61)
- don't reload link styles already on host page (d5251e3)
0.1.1 (2024-03-23)
- remove errornous console log (4309330)