Skip to content

Releases: victorpopkov/react-ui-icheck-website

v0.6.0

13 Jun 17:10
v0.6.0
2d27909
Compare
Choose a tag to compare

Added

  • Add website version in footer

Changed

  • 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 with LinkContainer for react-router-bootstrap
  • Replace deprecated react-hot-loader with @pmmmwh/react-refresh-webpack-plugin

v0.5.0

18 Aug 06:53
v0.5.0
0145781
Compare
Choose a tag to compare

Added

  • Add CSS license mentions

Changed

  • Bump dependencies
  • Disable unused Bootstrap components
  • Migrate to webpack asset modules
  • Rename output CSS and JS
  • Replace CSS classes mb-4 mt-4 with my-4
  • Replace styleName with className
  • Separate vendor and app output CSS

Removed

  • Remove webpack build size warning
  • Remove babel-plugin-react-css-modules
  • Remove file-loader
  • Remove precss

v0.4.0

10 Aug 14:57
v0.4.0
d39f4aa
Compare
Choose a tag to compare

Added

  • Add Bootstrap usage mention in examples
  • Add inline examples mobile responsiveness
  • Add tables mobile responsiveness

Changed

  • 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 to 5.1.0
  • Replace SCSS division slashes with sass:math
  • Replace optimize-css-assets-webpack-plugin with css-minimizer-webpack-plugin
  • Replace react-markdown source prop with children

Fixed

  • Fix navbar GitHub link issue

v0.3.0

12 Apr 06:24
v0.3.0
e16b996
Compare
Choose a tag to compare

Added

  • [maintenance] Add audit:fix and deduplicate scripts
  • Add react-helmet
  • Add navbar GitHub buttons

Changed

  • [maintenance] Change GitHub Actions jobs configurations
  • [maintenance] Change build and watch scripts
  • Bump dependencies
  • Change css-loader mode from global to local
  • 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 with sass
  • Replace deprecated uglifyjs-webpack-plugin with terser-webpack-plugin

v0.2.0

23 Jun 17:58
v0.2.0
177441a
Compare
Choose a tag to compare

Added

  • 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

Changed

  • [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 with babel.config.js
  • Replace JS extension with JSX where appropriate
  • Replace deprecated better-npm-run with cross-env
  • Replace deprecated componentWillReceiveProps with getDerivedStateFromProps
  • Separate markdown styles
  • Use title case where appropriate

Fixed

  • Fix ESLint code linting issues
  • Fix Prettier code formatting issues
  • Fix code highlighting issues

v0.1.0

15 Jul 11:27
v0.1.0
a762765
Compare
Choose a tag to compare

First release.