Add new changes here as they land
- Migrate from deprecated
substr()
tosubstring()
for browser support (#2089)
- Export
updateItems()
for thelisten
prop callback in<RecoilSync>
in addition toupdateItem()
andupdateAllKnownItems()
. (#2017, #2035) - Removing parameter from URL will reset atoms when using location
queryParams
with aparam
. This is also a slight breaking change when an atom might sync with multiple URL params. (#1900, #1976) - Add dev warning if unstable
<RecoilURLSyncTransit>
handlers
prop is detected. (#2044)
- Use
@recoiljs/refine
version 0.1.1 with fixes.
Initial open source release