Skip to content

Releases: idomusha/use-interaction

2.0.0-beta.3

03 Mar 23:45
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

[2.0.0-beta.3] - 2020-03-03

Fixed

  • Max pointer size

2.0.0-beta.2

03 Mar 23:45
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

[2.0.0-beta.2] - 2020-02-26

Fixed

  • History between keyboard and mouse

2.0.0-beta.1

27 Feb 04:43
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

[2.0.0-beta.1] - 2020-02-26

Added

  • Examples on hover/click and with Styled Components
  • Logger

Changed

  • History listed in reverse chronological order
  • History don't show the current input anymore
  • Initial canHover becomes initial pointerType
  • Integration tests

Removed

  • canHover
  • Dependency for global state management

1.2.2

16 Feb 23:49
Compare
Choose a tag to compare

[1.2.2] - 2020-02-16

Added

  • Dependencies

1.2.1

16 Feb 20:22
Compare
Choose a tag to compare

[1.2.1] - 2020-02-16

Added

  • Peer dependencies

1.2.0

16 Feb 19:41
Compare
Choose a tag to compare

[1.2.0] - 2020-02-16

Added

  • wheel event to the list of monitored events

1.1.0

16 Feb 05:21
Compare
Choose a tag to compare

[1.1.0] - 2020-02-15

Changed

  • set history as global state
  • accuracy becomes the max pointer size by type

1.0.1

14 Feb 22:50
Compare
Choose a tag to compare

[1.0.1] - 2020-02-14

Added

  • CHANGELOG

1.0.0

14 Feb 22:48
Compare
Choose a tag to compare

[1.0.0] - 2020-02-14

Added

  • useInteraction() hook
  • Unit Tests
  • Demo page
  • Documentation