Skip to content

Releases: jlalmes/simple-atom

v2.1.0

30 Aug 14:44
3d3f3d9
Compare
Choose a tag to compare

What's Changed

  • Fix: Fixed initialValue atom typings (#6)
  • Feat: Removed atom names (#6)
  • Chore: Updated build configuration (#6)
  • Chore: Updated dependencies (#6)

Full Change Log: v2.0.1...v2.1.0

v2.0.1

17 Aug 23:22
1897913
Compare
Choose a tag to compare

What's Changed

  • Fix: Build configuration (#4)

Full Change Log: v2.0.0...v2.0.1

v2.0.0

25 Jul 22:00
d70862e
Compare
Choose a tag to compare

What's Changed

  • Feat: Support SSR out of the box (#2)
  • Feat: Removed DeepReadonly (#1)
  • Feat: Added name property to Atom
  • Chore: Bumped dependencies

Full Change Log: v1.1.4...v2.0.0

v1.1.4

20 Jan 21:31
Compare
Choose a tag to compare

Change log

  • ⚡ Prevent deep freezing atom values in production for better performance
  • ✨ Support IE11 out of the box

v1.1.3

20 Jan 18:50
Compare
Choose a tag to compare

Change log

  • ✨ Enforce atom.value immutability by deep-freezing internal atom value
  • ⚡ Memoize setter function in useAtom hook for better React performance
  • 🐛 Minor bugfixes

simple-atom v1.0.0

07 Dec 02:23
Compare
Choose a tag to compare

simple-atom

Simple atomic state that can be updated outside of React components.

  • Update state outside of a React component.

  • No need for React Context, store your atoms in global scope.

  • Familiar API, identical to React.setState.

  • First class Typescript support.

  • It's simple, open source and it's tiny! <1KB gzipped.