Skip to content

Releases: grammarly/focal

@grammarly/[email protected]

23 Oct 16:51
745d889
Compare
Choose a tag to compare

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

@grammarly/[email protected]

23 Oct 16:51
745d889
Compare
Choose a tag to compare

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.2

16 Oct 22:44
52f903a
Compare
Choose a tag to compare

What's Changed

v0.10.1

13 Oct 18:36
Compare
Choose a tag to compare
  • Simplify check for promises in equals (#93)

v0.10.0-alpha.0

06 Apr 10:21
Compare
Choose a tag to compare
v0.10.0-alpha.0 Pre-release
Pre-release

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

09 Sep 12:30
Compare
Choose a tag to compare
  • React@^18.0.0, typescript@^4.7.4 and jest@^28.1.1 (#84)

v0.8.5

04 Feb 17:17
29e1635
Compare
Choose a tag to compare
  • Change compiler target for the ES2015 build from esnext to ES2015 (#80)

v0.8.3

19 Jan 17:08
Compare
Choose a tag to compare
  • Fix for "Uncaught TypeError: f.a.key is not a function" (#77)

v0.8.2

14 Jan 12:07
Compare
Choose a tag to compare
  • 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

06 Nov 19:54
aa9bda6
Compare
Choose a tag to compare
  • Support common module systems (ES modules, CommonJS) (#49)
  • Automatically set key for dynamic children (#50)
  • New API: Atom.fromObservable (#51)