Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

v2.0.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@herschel666 herschel666 released this 06 Dec 10:04
· 72 commits to master since this release
1e02b93

2.0.0-alpha.5 (2019-12-06)

Bug Fixes

  • core: enable whitelisting of nested arrays (ef7abcc)
  • update dependency cosmiconfig to v6 (7b2fc26)
  • use updated exports from cosmiconfig (f4c991e)
  • express: use preinitial phase for helmet middlware (3f3d4a9)
  • react: add deprecation notice for users of react-helmet (0c8ca94)
  • react: deprecate string arguments for importComponent (d3cc27f)
  • adapt to breaking changes in serialize-error package (4880f7e)
  • correct build script to be platform neutral (4533f9a)
  • error in readme (7023744)
  • update dependency chalk to v3 (6b46fd1)
  • update dependency flat to v5 (c616e38)
  • update dependency memory-fs to ^0.5.0 (57f5edc)
  • update dependency serialize-error to v5 (b69818e)
  • update dependency strip-ansi to v6 (1312b77)
  • update dependency url-loader to v3 (7b20b8f)

chore

  • core: bump minimum required node version (cca1bcb)
  • express: bump minimum required node version (2252abd)
  • info: bump minimum required node version (c6c1b70)
  • react: bump minimum required node version (65624ac)
  • untool: bump minimum required node version (13a9a8c)
  • webpack: bump minimum required node version (55c6966)
  • yargs: bump minimum required node version (657443b)

Features

BREAKING CHANGES

  • yargs: Untool drops support for Node v8 & non-LTS versions
  • webpack: Untool drops support for Node v8 & non-LTS versions
  • react: Untool drops support for Node v8 & non-LTS versions
  • info: Untool drops support for Node v8 & non-LTS versions
  • untool: Untool drops support for Node v8 & non-LTS versions
  • express: Untool drops support for Node v8 & non-LTS versions
  • core: Untool drops support for Node v8 & non-LTS versions
  • react: Replace react-helmet with react-helmet-async
  • The following peer dependencies have increased versions
  • react & react-dom: 16.8.0
  • react-router-dom: 5.0.0
  • express: moved helmet middleware from initial phase to preinitial.