Releases: LeaVerou/stretchy
Releases · LeaVerou/stretchy
v2.0.1
v2.0.0
- 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 changesStretchy.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
Minor release of the current state of the repo, to prepare for some changes that are coming ;)
What's Changed
- Resize all on load @yukulele in #35
- Fix textarea initial value by @Alexa-Green in #40
- Fixed #19, Empty
<select>
causes Error by @KhaledTouaibia in #37
New Contributors
- @yukulele made their first contribution in #35
- @Alexa-Green made their first contribution in #40
- @KhaledTouaibia made their first contribution in #37
Full Changelog: v1.1.0...v1.1.1
v1.1.0
First release
Merge pull request #1 from mathiasbynens/patch-1 Use HTTPS where possible