mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-02-01 16:41:52 +00:00
8.7 KiB
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
- fix loadableReady (59693bb)
Features
- improve SSR support (eb1cfe8)
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
webpackPrefetchinstead.
4.0.5 (2018-11-01)
Bug Fixes
- server: fix getScriptElements (ba424e0)
4.0.4 (2018-10-31)
Bug Fixes
- fix peer dependencies (6816e8c)
4.0.3 (2018-10-31)
Bug Fixes
- server: disable common chunks optim (78e7b28)
4.0.2 (2018-10-31)
Bug Fixes
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
-
ErrorComponentis ignored, please use Error Boundaries to handle errors.
lazyis no longer exportedLoadingComponentis replaced byfallbackoptionrefare 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
- welcome loadable (4dffad7)
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
2.2.2 (2018-05-25)
Bug Fixes
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
setConfigis 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
Features
1.2.0 (2018-03-25)
Features
- add Hot Reload support (c79085e)
1.1.1 (2018-02-06)
Bug Fixes
1.1.0 (2018-02-04)
Features
- ship a single js file (99e08c0)
1.0.2 (2018-02-04)
Bug Fixes
1.0.1 (2018-02-03)
Bug Fixes
1.0.0 (2018-02-02)
Features
- stable version 1 (601bd34)
BREAKING CHANGES
- loadable-components/babel is now required if you do server side rendering.
- ErrorComponent now receive
ownPropsinstead ofprops.