All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and adheres to Semantic Versioning.
- Removed dependency on tslib, as we no-longer compile with
tsc
. #1829
- Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759
- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698
- Added
tslib@^1.14.1
in the list of dependencies. #1657
- Made it so that serializations are automatically cleared between
react-effect
passes to prevent client/ server mismatches
- Added the
HydrationTracker
component anduseHydrationManager
to support behavior that depends on whether hydration has already occurred (#762)
@shopify/react-hydrate
package