Skip to content

Releases: jitbug/helpers

v2.5.1

07 Aug 19:53
Compare
Choose a tag to compare

2.5.1 (2020-08-07)

Bug Fixes

  • inferred types of throttle with and without skipFn (7e75442)

v2.5.0

07 Aug 16:11
Compare
Choose a tag to compare

2.5.0 (2020-08-07)

Features

Bug Fixes

  • utils: return types of debounce and throttle (023f484)

v2.4.1

07 Aug 16:12
Compare
Choose a tag to compare

2.4.1 (2020-07-31)

Bug Fixes

  • utils: useRef doesn't set null refs by default (6d79bc5)

v2.4.0

07 Aug 16:12
Compare
Choose a tag to compare

2.4.0 (2020-07-27)

Features

  • ionic: showProgress calls don't cancel each other (b64c0f8)

v2.3.0

07 Aug 16:13
Compare
Choose a tag to compare

2.3.0 (2020-07-22)

Features

  • add convertDataUrlToBlob util (4551a4d)

v2.2.0

07 Aug 16:13
Compare
Choose a tag to compare

2.2.0 (2020-06-19)

Features

  • utils: add useRef helper (fa05251)

v2.1.0

07 Aug 16:13
Compare
Choose a tag to compare

2.1.0 (2020-06-02)

Features

v2.0.1

07 Aug 16:14
Compare
Choose a tag to compare

2.0.1 (2020-06-01)

Bug Fixes

  • utils: jwt parser util is for jitbug only (ed47594)
  • utils: stop depending on moment (8066265)

v2.0.0

07 Aug 16:14
Compare
Choose a tag to compare

2.0.0 (2020-06-01)

⚠ BREAKING CHANGES

  • dates: Instead of expecting that moment is defined globally, there's a new method setMomentReference that needs to be used to provide a reference to the moment function/object.

This also updates the moment and moment-timezone dependencies.

Features

  • dates: no more global moment (08018f8)
  • time: subtract method (f59b7f1)

Bug Fixes

  • arrays: removeFromArray always returns a copy (4acb473)

v1.0.3

07 Aug 16:14
Compare
Choose a tag to compare

1.0.3 (2020-05-29)

Bug Fixes

  • viewportIsMin in safari (f3b33fa)