Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

83 lines (58 loc) · 2.85 KB

2.0.8 (2022-02-27)

Updates

  • Update the versions of the packages.

2.0.7 (2021-10-30)

Updates

  • Update the version of crizmas-components.

2.0.6 (2021-10-24)

Updates

  • Update the version of crizmas-components.

2.0.5 (2021-10-19)

Updates

  • Update the version of crizmas-components.

2.0.4 (2021-08-29)

Fixes

  • Fix watching css in development mode by enabling content hash only in production like environments.

2.0.3 (2021-08-22)

Updates

  • Updated the @babel/core, @babel/preset-react, babel-loader, copy-webpack-plugin, crizmas-components, crizmas-form, crizmas-mvc, crizmas-router, cross-env, css-loader, html-webpack-plugin, mini-css-extract-plugin, react, react-dom, smart-mix, webpack, webpack-cli and webpack-dev-server package.json dependencies.
  • Updated the webpack configuration based on webpack v5.
  • Improved the test regexes for the module rules in the webpack configuration.
  • Removed the clean-webpack-plugin package.json dependency.
  • Replaced the optimize-css-assets-webpack-plugin plugin with css-minimizer-webpack-plugin.

2.0.2 (2021-01-25)

Updates

  • Update the version of crizmas-components.
  • Remove unneeded use of current working directory path.

2.0.1 (2021-01-03)

Updates

  • Added support for react 17.

2.0.0 (2021-01-01)

Breaking changes

  • Update crizmas related packages to v2.

Fixes

  • Fix importing the css file in all the versions.

Updates

  • Enable tree shaking with webpack for crizmas related packages.

1.2.0 (2020-11-30)

Updates

  • Add loader for css to ensure minification and cache busting.
  • Add html lang attribute.
  • Update the version of crizmas-components.

1.1.0 (2020-09-29)

Updates

  • Add the -L option.

1.0.0 (2020-09-26)

  • Init