All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.6.0 - 2022-02-01
- Add website version in footer
- Bump dependencies
- Change "Home" page content
- Change versions in jumbotron
- Improve mobile responsiveness
- Migrate ESLint from 7 to 8
- Migrate Stylelint from 13 to 14
- Migrate
react-router
from 5 to 6 - Replace
IndexLinkContainer
withLinkContainer
forreact-router-bootstrap
- Replace deprecated
react-hot-loader
with@pmmmwh/react-refresh-webpack-plugin
0.5.0 - 2021-08-18
- Add CSS license mentions
- Bump dependencies
- Disable unused Bootstrap components
- Migrate to webpack asset modules
- Rename output CSS and JS
- Replace CSS classes
mb-4 mt-4
withmy-4
- Replace
styleName
withclassName
- Separate
vendor
andapp
output CSS
- Remove webpack build size warning
- Remove
babel-plugin-react-css-modules
- Remove
file-loader
- Remove
precss
0.4.0 - 2021-08-10
- Add Bootstrap usage mention in examples
- Add inline examples mobile responsiveness
- Add tables mobile responsiveness
- Bump dependencies
- Change "Home" page content
- Change
<th />
and<td />
bottom border - Change jumbotron layout
- Make GitHub buttons fixed in height
- Migrate Bootstrap from
4.6.0
to5.1.0
- Replace SCSS division slashes with
sass:math
- Replace
optimize-css-assets-webpack-plugin
withcss-minimizer-webpack-plugin
- Replace
react-markdown
source
prop with children
- Fix navbar GitHub link issue
0.3.0 - 2021-04-12
- [maintenance] Add
audit:fix
anddeduplicate
scripts - Add
react-helmet
- Add navbar GitHub buttons
- [maintenance] Change GitHub Actions jobs configurations
- [maintenance] Change
build
andwatch
scripts - Bump dependencies
- Change
css-loader
mode fromglobal
tolocal
- Change footer GitHub buttons
- Exclude the "website" prefix in webpack aliases
- Hide sidebar on tablets
- Improve navbar mobile responsiveness
- Reorder
webpack-merge
import - Replace deprecated
node-sass
withsass
- Replace deprecated
uglifyjs-webpack-plugin
withterser-webpack-plugin
0.2.0 - 2020-06-23
- Add "Functional" and "States" examples
- Add
react/jsx-props-no-spreading
ESLint exception - Add hot reloading for some missed components
- Add jumbotron website version and revision
- Add sidebar links active state
- [maintenance] Replace Travis CI with GitHub Actions to build, lint and deploy
- [maintenance] Replace remark with Prettier
- Bump dependencies
- Change "Home" and "Installation" content
- Change ESLint and stylelint configurations to work with Prettier
- Change
App
component to become functional - Change app and library configurations
- Change examples
- Change sidebar links height
- Move badges to the sidebar
- Replace
.babelrc
withbabel.config.js
- Replace
JS
extension withJSX
where appropriate - Replace deprecated
better-npm-run
withcross-env
- Replace deprecated
componentWillReceiveProps
withgetDerivedStateFromProps
- Separate markdown styles
- Use title case where appropriate
First release.