v1.1.0
Bug Fixes
- Fixes layout discrepancies in Firefox, particularly when a vertical scrollbar is visible, and makes logic more robust to avoid any potential future errors
New Features
- Adds a new exported class that was previously internal:
InputStyleCloneElement
. This custom element clones and syncs with aninput
ortextarea
element pixel for pixel in order to operate on the contents of that input. This lower-level API may be useful in some cases whereInputRange
is insufficient.
Full Changelog: v1.0.3...1.1.0