Releases: sciactive/nonblockjs
Releases · sciactive/nonblockjs
1.0.8
- Updated remCursor to use Object.keys instead of values()
1.0.7
- Simulate mouse events in PointerEvents mode.
1.0.6
- 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
- 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
- Add event propagation control.
1.0.3
- Mark nonblock hover opacity as important to overrule more specific selectors.
- Move CSS from its own file into the JS.
1.0.2
- Include es5 build in package.json list.