Anton Korzunov 711e4b6d31 v5.15.2
2021-12-12 18:33:43 +11:00

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

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

  • webpack-plugin: create output folder with mkdirp (#273) (3767f28)

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

  • webpack-plugin: support custom path in writeToDisk option (#187) (4a6f84f)

5.2.2 (2018-12-12)

Note: Version bump only for package @loadable/webpack-plugin

5.2.1 (2018-11-27)

Bug Fixes

  • webpack-plugin: fix TypeError when set writeToDisk true (#170) (2d1fb11)

5.2.0 (2018-11-23)

Features

  • webpack-plugin: add writeToDisk option (#161) (6b5ba21)

5.0.2 (2018-11-10)

Bug Fixes

  • update peer dependencies (b0363dc)

5.0.0 (2018-11-10)

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)

Note: Version bump only for package @loadable/webpack-plugin

4.0.4 (2018-10-31)

Bug Fixes

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

    • 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.0 (2018-10-29)

Features

BREAKING CHANGES

  • API has completely changed, see documentation.