Releases: studiometa/js-toolkit
Releases · studiometa/js-toolkit
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)
v1.3.0
Added
- Add a
withExtraConfig
decorator to easily extend a component configuration (#94)
Fixed
- Fix tests randomly failing (#107)
- Fix menu links for the services in the documentation (e7dfab6)
Changed
- Update NPM dependencies (#107)
v1.2.1
Fixed
- Fix a bug where event methods were triggered multiple times (#104)
- Fix the upload of test coverage to CodeCov (dc20074)
v1.2.0
Added
- Add an export of the
objectToURLSearchParams
function in the history utility (#101)
v1.1.1
Fixed
- Fix the conditional usage of the debug configuration (#95, #90, 6310000)
Changed
- Refactor the project's files to work with NPM's workspaces (#95, #91)
- Update dev Node version to v15 (#95)
- Migrate doc from VuePress to VitePress (#95)