Releases: atomiks/elastic-scroll-polyfill
Releases · atomiks/elastic-scroll-polyfill
v2.1.0 - TypeScript rewrite
v2.0.0
Breaking changes
- If you pass an
Element
as the target, the instance gets returned directly
Fixes
- Avoid using
innerHTML
to copy the nodes into the wrapper, instead copy them over to preserve event listeners, etc. - Fix React reconciliation issues by ensuring you can optionally add the inner wrapper yourself