Releases: grammarly/focal
Releases · grammarly/focal
@grammarly/focal@0.11.0
Minor Changes
- 66a4b5c: Mark packages as side-effect free for proper tree shaking by Webpack and other bundlers.
- b6f927e: Update peer dependency to include rxjs versions up to 7.x
Patch Changes
- Updated dependencies [66a4b5c]
- Updated dependencies [b6f927e]
- @grammarly/focal-atom@0.11.0
@grammarly/focal-atom@0.11.0
Minor Changes
- 66a4b5c: Mark packages as side-effect free for proper tree shaking by Webpack and other bundlers.
- b6f927e: Update peer dependency to include rxjs versions up to 7.x
v0.10.1
- Simplify check for promises in equals (#93)
v0.10.0-alpha.0
This release introduces a new package @grammarly/focal-atom that now contains the state management only — no more dependency on React.
The @grammarly/focal left as is to avoid any breaking changes and have a hard dependency on @grammarly/focal-atom under the hood. So no breaking changes for focal users.
What's Changed
Full Changelog: v0.9.0...v0.10.0-alpha.0
v0.9.0
- React@^18.0.0, typescript@^4.7.4 and jest@^28.1.1 (#84)
v0.8.5
- Change compiler target for the ES2015 build from esnext to ES2015 (#80)
v0.8.3
- Fix for "Uncaught TypeError: f.a.key is not a function" (#77)
v0.8.2
- Fix subsequent synchronous atom updates are not properly rendered (#61)
- Set ts strict mode in Focal library (#62)
- Updated the link to CodeSandBox, since the old one didn't work (#67)
- Fix webpack tree shacking (add lens json side effect) (#65)
v0.8.1
- Support common module systems (ES modules, CommonJS) (#49)
- Automatically set
key
for dynamic children (#50)
- New API:
Atom.fromObservable
(#51)