Skip to content

Releases: ClearC2/c2-react-config

v8.0.2

28 Sep 14:58

Choose a tag to compare

8.0.2 (2022-09-28)

Bug Fixes

  • assets: fix url loaded assets (86d8d26)

v8.0.1

18 Apr 15:19

Choose a tag to compare

8.0.1 (2022-04-18)

Bug Fixes

  • plugin: update the react-refresh webpack plugin (aaed43b)

v8.0.0

01 Apr 19:17

Choose a tag to compare

8.0.0 (2022-04-01)

Features

BREAKING CHANGES

  • react: requires the removal of react-hot-loader and @hot-loader/react-dom in host projects

v7.0.0

24 Mar 18:48

Choose a tag to compare

7.0.0 (2022-03-24)

Styles

  • eslint: remove eslint as prod dependency (1e13fbc)

BREAKING CHANGES

  • eslint: require the host project to install @clearc2/eslint-config-c2-react

v6.0.0

21 Mar 16:39

Choose a tag to compare

6.0.0 (2022-03-21)

Bug Fixes

BREAKING CHANGES

  • sass: remove the inclusion of sass support. require app to set that up

v5.0.2

11 Mar 16:34

Choose a tag to compare

5.0.2 (2022-03-11)

Bug Fixes

  • postcss and clean-webpack-plugin (9a98f7d)

v5.0.1

09 Mar 21:23

Choose a tag to compare

5.0.1 (2022-03-09)

Bug Fixes

  • postcss: add postcss config (bfbe53c)

v5.0.0

01 Mar 20:09

Choose a tag to compare

5.0.0 (2022-03-01)

Features

  • packages: upgrade packages to be node v16 compatible (#56) (4ac4849)

BREAKING CHANGES

  • packages: Upgraded webpack, plugins, and compatible node version

v4.0.1

08 Feb 15:16

Choose a tag to compare

4.0.1 (2022-02-08)

Bug Fixes

  • devServer: update dev-server and pass in mode (8a5e3ae)

v4.0.0

24 Jan 14:15

Choose a tag to compare

4.0.0 (2022-01-24)

Features

  • webpack: upgrade to webpack5 (0013d03)

BREAKING CHANGES

  • webpack: upgrade to webpack 5
  • change --env.mode development to --env mode=development in your package.json start script
  • change import * as style from './some-css-file.css' to import style from './some-css-file.css'
  • make the same changes to the webpack preset files as you see here, scrolling down.