UNPKG

@shopify/react-compose

Version:

Cleanly compose multiple component enhancers together with minimal fuss

33 lines (17 loc) 1 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [1.1.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](https://github.com/Shopify/quilt/pull/1759) ## [1.1.0] - 2020-12-18 ### Added - Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability [#1698](https://github.com/Shopify/quilt/pull/1698) ## [1.0.15] - 2020-10-20 - Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657) ## [1.0.0] - 2019-04-23 ### Fixed - The type signature of the component returned by `compose` now correctly strips the composed props in TypeScript 3.2+ ([#602](https://github.com/Shopify/quilt/pull/602)) ## [0.1.10] - 2019-01-09 - Start of Changelog