Skip to content

v6.2.0

Compare
Choose a tag to compare
@rolandszoke rolandszoke released this 30 Mar 10:12
· 19 commits to master since this release

6.2.0 (2020-03-30)

Bug Fixes

  • auto-effect-test: fix a linter related testing issue (b3c26f5)
  • auto-effects-test: fix a store placement issue in tests (8f0c308)
  • autoeffect: fix batching for auto effects (266ea65)
  • batch: flush even if error thrown inside batch (2c427cb)
  • batch: refactor queue to avoid import cycle (3cf2180)
  • batch: replace unstable batch api with custom queue (df56b5b)
  • batching: fix caret positioning bug with batching (1f4aa86)
  • depencies: audit and update dependencies (0810b8d)
  • deps: un-lock dependencies (e666c05)
  • displayname: add displayName before React.memo (52f3ff3)
  • displayname: refactor memo wrapper on functional components (414cf62)
  • example: fix native example expo name (022e7f2)
  • examples: add .env.local to examples (0840750)
  • examples: update beer-finder dependencies (f41e699)
  • examples: update clock dependencies (b8771f6)
  • examples: update contacts dependencies (47a368c)
  • examples: update native-clock dependencies (3c950c8)
  • examples: update stop-watch dependencies (c152a95)
  • examples: update todo-mvc dependencies (e141741)
  • git: change urls to repo (02c9f67)
  • lint: fix standard lint issues (40fe819)
  • linter: disable two react rules (8344bd4)
  • linter: disable two react rules (14fd957)
  • standard: ignore examples folder (ccd1946)
  • store: switch useMemo to useRef for local stores (4925f8a)
  • store: throw error if store used inside render (e6a680a)
  • store: throw error on functional local store (877b1ab)
  • store: throw error when hooks used below react 16.8 (152ec88)

Features

  • auto-effect: add autoEffect and clearEffect (3730075)
  • stores: allow function store param, use returned value (a95d578)