Skip to content

Latest commit

 

History

History
267 lines (151 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

267 lines (151 loc) · 10.6 KB

1.3.5 (2020-11-04)

Bug Fixes

1.3.4 (2020-08-17)

Bug Fixes

  • release: Correctly release esm version as ES5 (5934c64)

1.3.3 (2020-08-14)

Bug Fixes

  • security: Fix security issue with serialize-javascript (9898611)

1.3.2 (2020-08-04)

Bug Fixes

1.3.1 (2020-08-03)

Bug Fixes

  • module and types file links in package.json (#151) (53bd882)

1.3.0 (2020-07-30)

Features

1.2.0 (2020-06-04)

Features

  • TypeScript: the source is now fully typed using TS (bacf08d)

1.1.3 (2020-04-09)

Bug Fixes

  • boundary: DOM missing throws; no error boundary (a96c319)

1.1.2 (2020-03-26)

Bug Fixes

  • errorBoundary: fallback to children to propagate different errors (#105) (78eb990)

1.1.1 (2020-03-24)

Bug Fixes

  • forwardRef: fix error boundary not forwarding the ref (568cd57)

1.1.0 (2020-03-24)

Features

  • errorReporting: error reporting happens now in error boundary (11f5e9f)

1.0.5 (2019-12-01)

Bug Fixes

1.0.4 (2019-11-23)

Bug Fixes

  • publish: Do not publish tests (0030cf0)

1.0.3 (2019-11-23)

Bug Fixes

1.0.2 (2019-11-23)

Bug Fixes

1.0.1 (2019-05-31)

Bug Fixes

  • spire: change tooling and build system to spire (fff9c52)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2019-04-23)

Features

  • null-children: Support for null children and null DOM node (#52) (da021c7)

BREAKING CHANGES

  • null-children: Drop support for React < 16.3.2

  • chore(release): 1.0.0-beta.0

  • chore(errorReporter): added configurable error reporter

  • chore(release): 1.0.0-beta.1

  • chore(readme): update docs about errorReporting

1.0.0 (2019-04-18)

1.0.0-beta.0 (2018-12-13)

Features

  • null-children: Support for null children and null DOM node (04de77e)

BREAKING CHANGES

  • null-children: Drop support for React < 16.3.2

0.7.4 (2018-10-23)

Bug Fixes

  • ref: Handle ref objects in children prop. (609e1a5)

0.7.3 (2018-06-07)

Bug Fixes

  • perf+size: Performance and code size improvements (78d5e1d)

0.7.2 (2018-05-31)

0.7.1 (2018-05-28)

Bug Fixes

  • reobserve: Prevent unnecessary reobserve() calls when re-rendering (b0c3b3b)

0.7.0 (2018-05-15)

Features

  • React16.4: Migrated codebase to stop using legacy lifecycles (d43f5ef)

0.6.1 (2018-04-12)

Bug Fixes

  • refUpdates: Adds defensive check to 'unobserve' method (8b141e4)

0.6.0 (2018-01-22)

Features

  • TypeScript: TS module defintions (720254f)

0.5.0 (2017-11-23)

Features

  • React-16: add support for React 16 (d447fb5)

0.4.0 (2017-10-11)

Features

  • Storybook: add polyfill and babel-polyfill to support IE/Edge (17ffe55)

0.3.1 (2017-09-20)

Bug Fixes

  • dependencies: add invariant to dependencies, remove rimraf (92b3c87)

0.3.0 (2017-09-14)

Bug Fixes

  • root: better compatibility with server-side rendering (2cfa082)

Features

  • blueprint: use node-package-blueprint scripts, deps, and structure (af06d4b)
  • dependency-ci: Added badge for DependencyCI (97e4bbe)