Skip to content

Releases: studiometa/js-toolkit

v1.6.1

30 Aug 16:19
1.6.1
507ed66
Compare
Choose a tag to compare

Fixed

  • Fix types (#140)
  • Fix the timeout parameter of the importwhenIdle callback (702d16e)

v1.6.0

27 Aug 13:18
1.6.0
3e13dd8
Compare
Choose a tag to compare

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

24 Aug 13:50
1.5.1
efb96c5
Compare
Choose a tag to compare

Fixed

  • Fix passing 0 values to the matrix utility function (3785a99, #136)

v1.5.0

05 Aug 09:32
1.5.0
10f7acf
Compare
Choose a tag to compare

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

16 Jul 15:23
1.4.0
95a2918
Compare
Choose a tag to compare

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

30 May 14:01
1.3.1
9466d4b
Compare
Choose a tag to compare

Fixed

  • Add missing decorators links to the doc (58d3f4a)
  • Add a missing decorator export (1735914)

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)