Skip to content

Releases: AlexSergey/rockpack

4.5.0

24 Oct 09:51
Compare
Choose a tag to compare
  • Templates were refactored
  • Changed react-router notation to the object style
  • All dependencies were updated

4.4.0

29 Aug 14:46
Compare
Choose a tag to compare
  • ESLint 9 support
  • Refactoring
  • All dependencies were updated

4.3.0

26 May 07:20
Compare
Choose a tag to compare
  • ESLint 9 preparation for use
  • Bug fixing
  • Refactoring
  • All dependencies were updated

4.2.0

24 Nov 20:27
Compare
Choose a tag to compare
  • Fixed bugs in libraryCompiler
  • Provided ability to modify modules and plugins in compilers. The example for the customization compiler was updated regarding these changes.

4.1.0

04 Nov 08:10
Compare
Choose a tag to compare

4.0.0

16 Oct 18:53
Compare
Choose a tag to compare
  • A lot of fixes and optimizations
  • Rework @rockpack/codestyle module:
  • @rockpack/codestyle module integrated to each of project
  • React Pure project added (include React, React-Dom only)
  • Adopt the code to use iSSR the new version
  • All dependencies were updated

3.0.0

03 Nov 15:47
Compare
Choose a tag to compare
  • A lot of fixes and optimizations
  • The new @rockpack/codestyle module with best practices
    • Prettier added
    • Stylelint added
    • Commitlint added
    • Lintstaged added
    • Replaced simple-git-hooks to husky
  • Typescript by default
  • All dependencies were updated

2.0.0

17 Jan 17:48
Compare
Choose a tag to compare
  • A lot of fixes and optimizations
  • All dependencies were updated
  • The new React application templates
  • webpack-plugin-serve -> webpack-dev-server4
  • the new official site

1.9.0

03 Jan 07:42
Compare
Choose a tag to compare
  • babel config extend added

1.8.0

22 Nov 08:09
Compare
Choose a tag to compare
  • webpack-dev-server -> webpack-plugin-serve
  • @rockpack/compiler simplification
  • @rockpack/webpack-plugin-ussr-development added