Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 982 Bytes

changelog.md

File metadata and controls

58 lines (39 loc) · 982 Bytes

v3.0.2

2023-12-10

  • re-publish as compiled directly by tsc

v3.0.1

2023-03-25

  • re-publish without livereload in source code

v3.0.0

2023-03-25

  • drop unpkg/iife bundle, only emit esm
  • have everything in the options object (incl. className)

v2.0.3

2022-10-17

  • use the browser and unpkg fields
  • minimize unpkg bundle, but don't shit source maps

v2.0.2

2022-10-17

  • fix paths in package.json
  • don't minify browser bundle
  • always ship source maps

v2.0.1

2022-10-17

  • move to ts
  • refer to generated typing

v2.0.0

2022-01-15

  • drop ie
  • clean up injected css
  • simplify api

v1.1.1

2021-05-10

  • run esm and cjs bundles through buble, too (fix breaking on ie)
  • check for -ms-filter instead of NodeList.prototype.forEach to target ie

v1.1.0

2020-11-12

  • add source maps to cjs and esm bundles

v1.0.0

2020-10-22

  • no breaking changes since v0.3.12, just felt like it's ready
  • introduce types