Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 1.34 KB

Changelog

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.

1.2.5 - 2021-04-13

Changed

  • Removed dependency on tslib, as we no-longer compile with tsc. #1829

1.2.2 - 2021-03-03

Fixed

  • Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759

1.2.0 - 2020-12-18

Added

  • Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698

1.1.27 - 2020-10-20

  • Added tslib@^1.14.1 in the list of dependencies. #1657

1.1.1 - 2019-07-04

Fixed

  • Made it so that serializations are automatically cleared between react-effect passes to prevent client/ server mismatches

1.1.0 - 2019-07-03

Added

  • Added the HydrationTracker component and useHydrationManager to support behavior that depends on whether hydration has already occurred (#762)

Added

  • @shopify/react-hydrate package