Skip to content

Latest commit

 

History

History
158 lines (66 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

158 lines (66 loc) · 4.6 KB

Change Log

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

2.2.1 (2018-05-23)

2.2.0 (2018-05-23)

Bug Fixes

Features

  • experimental suspense 🤩 (57ce712)

2.1.0 (2018-05-13)

Features

  • add TypeScript definitions (#80) (db19796)

2.0.1 (2018-05-12)

Bug Fixes

2.0.0 (2018-05-10)

Bug Fixes

  • do not propagate componentId (fff1248)

Code Refactoring

  • remove HMR relative code (ef0817c)

BREAKING CHANGES

  • setConfig is no longer available.

1.4.0 (2018-04-18)

Bug Fixes

  • set correct loading state if component is already loaded. (#64) (9b0cae2)

Features

  • support React.createContext API (#65) (289ad67)

1.3.0 (2018-04-06)

Bug Fixes

  • circular structure in error object (#60) (96333ca)
  • React 16.3 compatibility (abd7963), closes #57

Features

  • attach static properties on load (d383fab), closes #58

1.2.0 (2018-03-25)

Features

1.1.1 (2018-02-06)

Bug Fixes

1.1.0 (2018-02-04)

Features

1.0.2 (2018-02-04)

Bug Fixes

  • state could have no children (a47c410), closes #36

1.0.1 (2018-02-03)

Bug Fixes

  • fix loadComponents without valid state (35f81a6), closes #34

1.0.0 (2018-02-02)

Features

BREAKING CHANGES

  • loadable-components/babel is now required if you do server side rendering.
  • ErrorComponent now receive ownProps instead of props.