Tags: ctrlplusb/easy-peasy
Tags
React 19 compatibility by upgrading to redux v5 and updating peer dep… …endency ranges (#942) * React 19 compatibility by upgrading to redux v5 and updating peer dependency ranges * fix dtslint error due to outdated typescript version * update caniuse-lite * 6.1.0-alpha.0 * Bump node versions for actions * Bumps version --------- Co-authored-by: Jørn Myrland <jam@justify.no>
bugfix: persist not working on iOS (#836) `createPersistor` defines a `timingMethod` that won't work on iOS. The `timingMethod` utilizes `requestIdleCallback` if it is defined. It turns out that the pollyfilled requestIdleCallback for RN on iOS, requires a second parameter with a specific timeout - where as the native implementation does not. Setting the specific parameter invokes this function across all platforms.
feat: Release `effectOn` & prepare for v6.0.0 (#813) * feat: Stabilize `effectOn` & prepare for 6.0.0 - Refactors `unstable_effectOn` -> `effectOn` - Updated docs - Bumps version to `6.0.0` todo: - [ ] Publish a copy of existing docs to `https://easy-peasy-v5.vercel.app/` * docs: remove last reference to "unstable" --------- Co-authored-by: Peter Weinberg <pweinberg633@gmail.com>
PreviousNext