Skip to content

Releases: LeaVerou/stretchy

v2.0.1

26 Nov 19:35
Compare
Choose a tag to compare
  • Tweak for <select>
  • Fixed transpilation

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Nov 15:07
Compare
Choose a tag to compare
  • Rewritten to ESM, build tools generate good ol' global version, ESM (transpiled), CJS, and minified versions thereof
  • No side effects if included via ESM, which facilitates inclusion in other libraries/components
  • Stretchy.init() now accepts a DOM node to resize under and monitor for changes
  • Stretchy.resizeAll() now accepts a second parameter to scope selector by
  • Now works in Shadow DOM. Just use Stretchy.init(shadowRoot) in your component.

Full Changelog: v1.1.1...v2.0.0

v1.1.1

22 Nov 14:56
a085ec0
Compare
Choose a tag to compare

Minor release of the current state of the repo, to prepare for some changes that are coming ;)

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Jun 01:45
Compare
Choose a tag to compare
Added tests, fixed #33

First release

26 Jul 17:06
Compare
Choose a tag to compare
Merge pull request #1 from mathiasbynens/patch-1

Use HTTPS where possible