2023-12-10
- re-publish as compiled directly by
tsc
2023-03-25
- re-publish without
livereload
in source code
2023-03-25
- drop
unpkg
/iife
bundle, only emitesm
- have everything in the
options
object (incl.className
)
2022-10-17
- use the
browser
andunpkg
fields - minimize
unpkg
bundle, but don't shit source maps
2022-10-17
- fix paths in package.json
- don't minify browser bundle
- always ship source maps
2022-10-17
- move to ts
- refer to generated typing
2022-01-15
- drop ie
- clean up injected css
- simplify api
2021-05-10
- run
esm
andcjs
bundles throughbuble
, too (fix breaking on ie) - check for
-ms-filter
instead ofNodeList.prototype.forEach
to target ie
2020-11-12
- add source maps to
cjs
andesm
bundles
2020-10-22
- no breaking changes since v0.3.12, just felt like it's ready
- introduce types