1.3.1 (2019-11-29)
1.3.0 (2019-10-31)
- Add chrome extension (#197)
- Add spatial-navigation-function CSS Property by commit
- Make
spatialNavigationSearch
API takes inside option by commit depending the spec
- Modify the condition of scroll container (#200)
- Fix the focus movement properly inside iframe element
- Add the behavior of moving focus to inside overlapped elements by commit
- Add resetting the search origin (#205)
1.2.0 (2019-04-18)
- Add UX test cases for verifying the distance function (#154)
- Improve the distance function depending on the spec update (#165)
- Fix the bug for preventing navigation events
- Remove
navbeforescroll
event
- Add
spatial-navigation-action
CSS Property and its demo (#171)
- Add internal test cases for overall polyfill behavior
- Add the feature about navigating from the spatial navigation starting point (#169)
- Optimize
navigate()
(#172)
- Fix the bug of handling non-focusable elements (#174)
1.1.0 (2019-01-04)
- Change the polyfill file name from spatnav-heuristic.js to spatial-navigation-polyfill.js
- Fix the bug of isFocusable() (added more conditions for focusable elements) (#147)
- Fix the bug of getSpatialNavigationContainer (jihyerish#5)
- Add enableExperimentalAPIs function
- Add the drowing board for the demo center (#148)
- Improve the overall performance (#150)
- Add the polyfill annotation with JSDoc format
1.0.0 (2018-09-07)