Skip to content

Releases: agilgur5/window-resizeto

v0.0.2

06 Mar 12:41
Compare
Choose a tag to compare

Release

(pub): publish v0.0.2 -- consistently use lowercase window-resizeto

- previously used window-resizeTo while package name had to be
  lowercase, so there was a case mismatch
  - and this caused some issues, so just be consistent

Changelog

  • [bab290968f] - (pub): publish v0.0.2 -- consistently use lowercase window-resizeto (Anton Gilgur)
  • [18411eefcb] - (fix/pkg): use lowercase window-resizeto consistently everywhere (Anton Gilgur)

v0.0.1...v0.0.2

v0.0.1

06 Mar 12:26
Compare
Choose a tag to compare

Release

(pub): publish v0.0.1 -- the first version!

- exports both a ponyfill at 'window-resizeTo' and a polyfill at
  'window-resizeTo/polyfill'

Changelog

  • [1228646d63] - (pub): publish v0.0.1 -- the first version! (Anton Gilgur)
  • [760779d30c] - (fix/pkg): don't use capitals in NPM package name (Anton Gilgur)
  • [8abc7365d5] - (docs): elaborate Jest example with test file usage (Anton Gilgur)
  • [0fe8a7a728] - (docs): be more explicit that each usage method is distinct (Anton Gilgur)
  • [e2526301d0] - (fix/deps): build both polyfill & ponyfill entries (Anton Gilgur)
  • [a2212c8179] - (test): ensure resize event fires (Anton Gilgur)
  • [73b6296ee9] - (feat): add window.resizeTo polyfill (Anton Gilgur)
  • [27944cf4da] - (feat): add a window.resizeTo ponyfill (Anton Gilgur)

fd8fa33a820...v0.0.1