2.0.8 (2022-02-27)
- Update the versions of the packages.
2.0.7 (2021-10-30)
- Update the version of crizmas-components.
2.0.6 (2021-10-24)
- Update the version of crizmas-components.
2.0.5 (2021-10-19)
- Update the version of crizmas-components.
2.0.4 (2021-08-29)
- Fix watching css in development mode by enabling content hash only in production like environments.
2.0.3 (2021-08-22)
- 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)
- Update the version of crizmas-components.
- Remove unneeded use of current working directory path.
2.0.1 (2021-01-03)
- Added support for react 17.
2.0.0 (2021-01-01)
- Update crizmas related packages to v2.
- Fix importing the css file in all the versions.
- Enable tree shaking with webpack for crizmas related packages.
1.2.0 (2020-11-30)
- 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)
- Add the
-L
option.
- Init