dom-input-range

`Range`-like API for input and textarea contents

OTHER License

Downloads
7.8K
Stars
5
Committers
1

Bot releases are hidden (Show)

dom-input-range - v1.1.6 Latest Release

Published by iansan5653 5 months ago

Full Changelog: https://github.com/iansan5653/dom-input-range/compare/v1.1.5...v1.1.6

dom-input-range - v1.1.5

Published by iansan5653 5 months ago

What's Changed

Full Changelog: https://github.com/iansan5653/dom-input-range/compare/v1.1.4...v1.1.5

dom-input-range - v1.1.4

Published by iansan5653 5 months ago

dom-input-range - v1.1.3

Published by iansan5653 7 months ago

Fixes a bug where the clone element would intercept pointer events and prevent the user from interacting witht the underlying input

dom-input-range - v1.1.2

Published by iansan5653 7 months ago

Improve input event handling to react faster, so that consumers can also react to input events and work with updated information

dom-input-range - v1.1.1

Published by iansan5653 8 months ago

  • Update documentation
  • Slightly tweak how changes to the input are handled by triggering layout recalculations on value changes
dom-input-range - v1.1.0

Published by iansan5653 8 months ago

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 an input or textarea element pixel for pixel in order to operate on the contents of that input. This lower-level API may be useful in some cases where InputRange is insufficient.

Full Changelog: https://github.com/iansan5653/dom-input-range/compare/v1.0.3...1.1.0

dom-input-range - v1.0.3

Published by iansan5653 about 1 year ago

Fix installation error caused by postinstall script being used incorrectly.

dom-input-range - v1.0.2

Published by iansan5653 about 1 year ago

dom-input-range - v1.0.1

Published by iansan5653 about 1 year ago

  • Export the InputElement type
  • Improve documentation comments
dom-input-range - v1.0.0

Published by iansan5653 about 1 year ago

Initial release! 🎉