Releases: jitbug/helpers
Releases · jitbug/helpers
Upgrade to ionic/core 6
Upgrades all dependencies.
Uses Node v20.
v2.5.1
2.5.1 (2020-08-07)
Bug Fixes
- inferred types of
throttle
with and without skipFn
(7e75442)
v2.5.0
2.5.0 (2020-08-07)
Features
Bug Fixes
- utils: return types of debounce and throttle (023f484)
v2.4.1
2.4.1 (2020-07-31)
Bug Fixes
- utils: useRef doesn't set null refs by default (6d79bc5)
v2.4.0
2.4.0 (2020-07-27)
Features
- ionic: showProgress calls don't cancel each other (b64c0f8)
v2.3.0
2.3.0 (2020-07-22)
Features
- add
convertDataUrlToBlob
util (4551a4d)
v2.2.0
2.2.0 (2020-06-19)
Features
v2.1.0
2.1.0 (2020-06-02)
Features
v2.0.1
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
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)