mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-25 15:24:15 +00:00
6.9 KiB
6.9 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.15.2 (2021-12-12)
Note: Version bump only for package @loadable/webpack-plugin
5.15.1 (2021-08-17)
Bug Fixes
- add cachedAssets to stats options (#779) (73b17fd), closes #770
- SubResourceIntegrity (#803) (9b34195)
5.15.0 (2021-05-08)
Features
- support multiple Webpack runtimes (#701) (d351367)
- webpack plugin doesn't need all chunk info (#735) (cea9f24)
5.14.2 (2021-01-31)
Bug Fixes
5.14.0 (2020-10-20)
Features
5.13.0 (2020-06-29)
Bug Fixes
5.12.0 (2020-01-09)
Performance Improvements
- avoid calling stats.toJson if possible (87698de)
5.7.1 (2019-03-19)
Bug Fixes
5.7.0 (2019-03-14)
Performance Improvements
5.5.0 (2019-01-22)
Note: Version bump only for package @loadable/webpack-plugin
5.4.0 (2019-01-17)
Features
5.2.2 (2018-12-12)
Note: Version bump only for package @loadable/webpack-plugin
5.2.1 (2018-11-27)
Bug Fixes
5.2.0 (2018-11-23)
Features
5.0.2 (2018-11-10)
Bug Fixes
- update peer dependencies (b0363dc)
5.0.0 (2018-11-10)
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)
Note: Version bump only for package @loadable/webpack-plugin
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.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.0 (2018-10-29)
Features
- welcome loadable (4dffad7)
BREAKING CHANGES
- API has completely changed, see documentation.