Skip to content

Latest commit

 

History

History
108 lines (69 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

108 lines (69 loc) · 4.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

[0.19.0] – 2020-07-07

[0.18.0] – 2020-02-06

[0.17.0] – 2020-04-24

[0.16.1] – 2020-03-26

  • (react-union-liferay-build-tools) - Fix of missing template-npmbundlerrc.json in packaging

[0.16.0] – 2020-03-26

[0.15.3] – 2020-02-26

[0.15.2] – 2019-12-12

[0.15.1] – 2019-12-12

[0.15.0]

[0.14.2] – 2019-10-07

Changed

[0.14.1] – 2019-10-07

Changed

[0.14.0] – 2019-09-30

Changed

[0.13.1] – 2019-09-26

Changed

[0.13.0] – 2019-09-25

Fixed

[0.12.1] – 2019-03-12

Changed

  • Added ^ to all dependencies in package.json.

[0.12.0] – 2019-02-06

Added

  • (react-union): rescan(), a function to imperatively rescan the document for widget descriptors. Callable from anywhere!
  • (babel-preset-react-union): The preset is now configurable with options.

Changed

  • (react-union-scripts): Default value of mangle is now true (UglifyJS).
  • (react-union-scripts): devtools related to source maps are now easier to customize.
  • (react-union-scripts): The webpack entry is now an array instead of an object. As a result, the output is now named main instead of <app-name>. If you're using React Union with Liferay, see the updated AMD Loader Scripts.

[0.11.0] – 2018-12-06

Many changes for future SSR support!

Added

  • (react-union): Handling of invalid JSON in widget and common descriptors.
  • (babel-preset-react-union): The babel-plugin-universal-import has been added for convenience.

Changed

  • (react-union): Routes should now have the component property instead of getComponent. Please use react-universal-component or some other solution for asynchronous loading of React components.
  • (react-union): onScanEnd now returns an object with a widgetConfigs property (instead of configs).
  • (react-union): justUnmountComponentAtNode no longer accepts the reactElement as the first argument for consistency.

Fixed

  • (react-union): The rollup config has been improved.
  • (react-union-scripts): Webpack optimization is now properly utilized, resulting in smaller bundle sizes.

Removed

  • (react-union): <Union /> no longer accepts the strictMode prop.
  • (react-union-scripts): union.config.js no longer supports the generateVendorBundle and vendorBlacklist props.