Skip to content

v0.2.0

Compare
Choose a tag to compare
@victorpopkov victorpopkov released this 23 Jun 17:58
v0.2.0
177441a

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