Skip to content

Latest commit

 

History

History
311 lines (203 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

311 lines (203 loc) · 12.6 KB

0.10.0 (2024-06-07)

Features

0.9.1 (2024-04-24)

Bug Fixes

  • remove global styles from final css build (#139) (13e9d60)

0.9.0 (2024-04-16)

Features

  • remove dependency to @emotion/react + adopt native css solution (#129) (0b99ce0)

0.8.0 (2024-02-20)

Features

0.7.1 (2023-12-04)

Bug Fixes

  • defer setAtom in subscribers of store change during main render to next micro task (#109) (2cdc81d)

0.7.0 (2023-10-14)

Features

0.6.3 (2023-10-01)

Bug Fixes

  • add trigger button to global css (#98) (1033c5e)

0.6.2 (2023-08-21)

Bug Fixes

  • update jsondiffpatch to resolve process.platform undefined error (#93) (19f885d)

0.6.1 (2023-08-02)

Bug Fixes

0.6.0 (2023-06-16)

Features

0.6.0-next.0 (2023-06-15)

Features

  • add time travel feature (53b916a)
  • hardcode locale to en-US for now (312deff)

Bug Fixes

  • create-timestamp.ts: add default locale (10c2ef8)

Refactors

  • RecordHistory.tsx: update tooltip content (04187a2)

0.5.3 (2023-05-11)

Features

Bug Fixes

  • add backwards compatible store support for <=2.1.0 (#70) (f1f6f79)

Refactors

  • cosmetic update streamline border radius (#71) (7f8e70c)
  • extract action list item to its own component (#75) (e218e5f)

0.5.2 (2023-05-01)

Bug Fixes

  • avoid running preinstall scripts on userland (#67) (2c49877)

0.5.1 (2023-04-30)

Bug Fixes

0.5.0 (2023-04-30)

Bug Fixes

  • generate esm modules with process.env.NODE_ENV (#60) (0d07f94)

Features

0.4.0 (2023-03-29)

Bug Fixes

  • move @emotion/react to peer dependency (#42) (b4cdb50)
  • prevent adding padding to body (#51) (98b34fe)

Features

  • cache user-set shell height for optimal UX (#43) (a2d5ea6)

0.3.1 (2023-03-12)

Bug Fixes

0.3.0 (2023-03-06)

Bug Fixes

  • improve atom list stability + remove deep parse feature (fe82bfe)

0.3.0-next.4 (2023-03-02)

Bug Fixes

  • bundle in fonts for better stability (236cd75)
  • fonts css (be8c16c)
  • use JetBrains mono fonts on NavLink (68cbe5a)

Features

  • add option to display private atoms (d1875ee)

0.3.0-next.3 (2023-02-17)

Bug Fixes

  • infer options type from Jotai (8ddad63)
  • use exactOptionalPropertyTypes (6c9cbdf)

Features

  • add custom style nonce + remove global normalized styles (10d3c4a)

0.3.0-next.2 (2023-02-12)

Features

0.3.0-next.1 (2023-02-10)

Bug Fixes

  • handle atom containing undefined values (c086a75)
  • inject react shim to the build (a20a235)

Features

  • make raw and parse value copyable (5348337)

0.3.0-next.0 (2023-02-07)

Features

  • ui-devtools: initial commit (7c38133)

0.2.0 (2023-02-01)

0.2.0-next.1 (2023-01-17)

Bug Fixes

0.2.0-next.0 (2023-01-16)

Bug Fixes

  • utils: pass options through base hooks (#17) (d129ea6)
  • utils: types for /utils entry point (#18) (743d984)

Changelog

0.2.0-Alpha.0 (2023-01-14)

Features

Miscellaneous Chores

0.1.0 (2023-01-10)

Miscellaneous Chores

0.0.1-alpha.0 (2023-01-10)

Miscellaneous Chores

0.0.1-alpha (2023-01-09)

Features

  • migrate devtools for Jotai v1 API (#5) (2c2d169)