loadable-components/CHANGELOG.md
Greg Bergé e048968b53 v5.0.0
2018-11-10 18:12:33 +01:00

8.7 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2018-11-10)

Bug Fixes

Features

BREAKING CHANGES

    • SSR has been rewritten from scratch, if you use it, please follow the new guide.
  • Prefetch component and prefetch functions have been removed, please use webpackPrefetch instead.

4.0.5 (2018-11-01)

Bug Fixes

  • server: fix getScriptElements (ba424e0)

4.0.4 (2018-10-31)

Bug Fixes

4.0.3 (2018-10-31)

Bug Fixes

  • server: disable common chunks optim (78e7b28)

4.0.2 (2018-10-31)

Bug Fixes

  • babel-plugin: transform into friendly chunk name (54422cb)
  • component: fix lazy usage (d711ee0)

4.0.1 (2018-10-30)

Bug Fixes

  • component: do not call ref several times (8cf3190)

4.0.0 (2018-10-30)

Features

  • add new loadable.lib, change API (94b2e87)

BREAKING CHANGES

    • ErrorComponent is ignored, please use Error Boundaries to handle errors.
  • lazy is no longer exported
  • LoadingComponent is replaced by fallback option
  • ref are now forwarded

3.0.2 (2018-10-30)

Bug Fixes

  • component: fix loadComponent (typo) (a410cb2)

3.0.1 (2018-10-30)

Bug Fixes

  • component: fix loadComponents (bd2220c)

3.0.0 (2018-10-29)

Bug Fixes

Features

BREAKING CHANGES

  • API has completely changed, see documentation.

Change Log

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

2.2.3 (2018-08-16)

Bug Fixes

  • fix type definitions (#95) (8402c19), closes #95
  • support non-ES modules (#104) (2a82314)

2.2.2 (2018-05-25)

Bug Fixes

  • fix error handling in loadComponents (#87) (d32c74c), closes #87

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.