Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Releases: blueambr/create-react-app-extended

1.3.0

04 Nov 11:50
Compare
Choose a tag to compare

Changelog:

  • Update React version
  • Remove uniqid dependency
  • Swap node-sass for sass
  • Remove IE11 support (you can still enable it manually by changing the browserslist config in the package.json and adding ie9/ie11 polyfill to the index.js)
  • Update npm dependencies
  • Update repository name and some links in the package.json

1.2.0

06 Aug 08:05
Compare
Choose a tag to compare

Changelog:

  • Update .stylelintrc
  • Update mixins.scss
  • Add font-display property
  • Update npm dependencies

1.1.3

02 Jun 08:15
Compare
Choose a tag to compare

Changelog:

  • Add .editorconfig
  • Add @include haf mixin
  • Update .stylelintrc

1.1.2

29 May 14:11
Compare
Choose a tag to compare

Changelog:

  • Added absolute imports
  • Added ElementExample
  • Updated .eslintrc
  • Updated dependencies and README

1.1.1

27 Nov 10:11
Compare
Choose a tag to compare

Changelog:

  • Updated adjustment.scss
  • Updated dependencies and README
  • Overall minor fixes

1.1.0

10 Sep 11:44
Compare
Choose a tag to compare

Changelog:

  • Add ScrollToTop function with react-router-dom

1.0.0

28 Aug 12:55
Compare
Choose a tag to compare

Changelog:

  • Release