Skip to content

Releases: studiometa/js-toolkit

v1.7.2

27 Sep 17:26
1.7.2
cef3708
Compare
Choose a tag to compare

Fixed

  • Fix usage of objectToURLSearchParams server side (91f78a8)

Changed

  • Improve nextFrame tests (9ecf91b)

v1.7.1

07 Sep 14:35
1.7.1
17ef282
Compare
Choose a tag to compare

Fixed

v1.7.0

03 Sep 12:44
1.7.0
01efc07
Compare
Choose a tag to compare

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

03 Sep 08:42
1.6.2
a0bf6b8
Compare
Choose a tag to compare

Fixed

  • Fix a warning when not using passive event listeners (2c8679f)

Changed

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)