Skip to content

Releases: sciactive/nonblockjs

1.0.8

24 Apr 23:48
Compare
Choose a tag to compare
  • Updated remCursor to use Object.keys instead of values()

1.0.7

03 Mar 02:20
Compare
Choose a tag to compare
  • Simulate mouse events in PointerEvents mode.

1.0.6

03 Mar 00:04
Compare
Choose a tag to compare
  • NonBlock.js uses “pointer-events” style in new browsers for more reliable experience. Old code is now fallback for browsers that don’t support pointer-events.
  • Changed NonBlock to a class.
  • Fixed text selection.
  • Added destroy method.
  • Focus elements underneath on mousedown.

1.0.5

02 Mar 01:49
Compare
Choose a tag to compare
  • Listen only to trusted events.
  • Stop action event propagation by default.
  • Make cursor styles important.
  • Detect nonblocking elements when event is fired on their descendants.
  • Use new event constructors.

1.0.4

28 Feb 01:04
Compare
Choose a tag to compare
  • Add event propagation control.

1.0.3

27 Feb 20:11
Compare
Choose a tag to compare
  • Mark nonblock hover opacity as important to overrule more specific selectors.
  • Move CSS from its own file into the JS.

1.0.2

27 Feb 02:25
Compare
Choose a tag to compare
  • Include es5 build in package.json list.

1.0.1

27 Feb 02:06
Compare
Choose a tag to compare
  • Provide an ES5 build.

1.0.0

13 Feb 01:46
Compare
Choose a tag to compare
  • First release.