Skip to content

Releases: studiometa/js-toolkit

v1.3.0

30 May 13:32
1.3.0
17b876a
Compare
Choose a tag to compare

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

27 May 15:45
1.2.1
db73b5a
Compare
Choose a tag to compare

Fixed

  • Fix a bug where event methods were triggered multiple times (#104)
  • Fix the upload of test coverage to CodeCov (dc20074)

v1.2.0

21 May 13:33
1.2.0
e161227
Compare
Choose a tag to compare

Added

  • Add an export of the objectToURLSearchParams function in the history utility (#101)

v1.1.1

26 Apr 08:32
1.1.1
80b536d
Compare
Choose a tag to compare

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

16 Apr 15:04
1.1.0
005ee9a
Compare
Choose a tag to compare

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

05 Mar 11:08
1.0.4
6d3a899
Compare
Choose a tag to compare

Fixed

  • Fix the documentation build (5532e53)

v1.0.3

04 Mar 08:55
Compare
Choose a tag to compare

Fixed

v1.0.2

04 Mar 14:41
Compare
Choose a tag to compare

Changed


This version was not published to NPM, see v1.0.3 instead.

v1.0.1

11 Feb 13:59
Compare
Choose a tag to compare

Fixed

  • Fix usage with skypack.dev by removing the types configuration from the package.json (06b7989)

v1.0.0

29 Jan 19:02
Compare
Choose a tag to compare

Changed

  • Improve the config property (#58, #56)

Added

  • Add utility functions to work with the History API (#60)
  • Add types to improve autocompletion (#58)