Releases: studiometa/js-toolkit
Releases · studiometa/js-toolkit
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)
v1.1.0
Added
- Add a Cursor component (#52)
- Add a $services property to Base instances (031d846)
- Add a withMountWhenInView decorator (#80)
- Add clamp(value, min, max) and clamp01(value) math utility functions (#89)
Changed
- Improve performance of the raf service (and its ticked hook) (eed8897)
Fixed
- Trigger children updated hook when a component is updated (fix #64, #77)
- Fix nullish search params handling in the history utils (#87)
- Reset the AccordionItem styles when it is destroyed (fix #42, #86)
v1.0.4
Fixed
- Fix the documentation build (5532e53)
v1.0.2
Changed
This version was not published to NPM, see v1.0.3 instead.
v1.0.1
Fixed
- Fix usage with skypack.dev by removing the types configuration from the package.json (06b7989)
v1.0.0
Changed
- Improve the
config
property (#58, #56)
Added
- Add utility functions to work with the
History
API (#60)
- Add types to improve autocompletion (#58)