Releases: studiometa/js-toolkit
Releases · studiometa/js-toolkit
v1.7.2
Fixed
- Fix usage of
objectToURLSearchParams
server side (91f78a8)
Changed
v1.7.0
Added
- Add support for negated boolean option with true as default value with the
data-option-no-<boolean-option-name>
attribute pattern (#143)
v1.6.2
Fixed
- Fix a warning when not using passive event listeners (2c8679f)
Changed
v1.6.1
Fixed
- Fix types (#140)
- Fix the timeout parameter of the
importwhenIdle
callback (702d16e)
v1.6.0
Added
- Add lazy import helpers (#138)
- Add a
createApp
helper (#138)
Changed
Fixed
- Fix the use of the
terminated
hook with the withMountWhenInView
decorator (#131)
v1.5.1
Fixed
- Fix passing
0
values to the matrix utility function (3785a99, #136)
v1.5.0
Added
- Add a drag service along with a
withDrag()
decorator and a Draggable
component (#123)
- Add scroll direction to the scroll service props (#125)
Changed
- Improve pointer service performance (2443500)
- Improve performance of the scroll service (f78a9f2)
- Update dependencies (#128)
Fixed
- Fix binding event methods to async children (#127)
- Fix a bug where pointer event handler were not triggered early enough (#122)
v1.4.0
Added
- Add string utilities (#113)
- Add collide utilities (#83)
Changed
- Update dependencies (#115)
Fixed
- Fix event listener methods on children with a one letter name (#118)
v1.3.1
Fixed
- Add missing decorators links to the doc (58d3f4a)
- Add a missing decorator export (1735914)