Skip to content

Latest commit

 

History

History
112 lines (79 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

112 lines (79 loc) · 2.93 KB

Changelog

[5.0.0 in progress]

  • Zero vulnerabilities for all packages
  • Replaced imagemin to sharp
  • Dropped mandatory "I" prefix for interfaces
  • Dropped deprecated babel plugins
  • Removed unused modules
  • Dropped addons from tester package. Improves customization.
  • Added support CJS and ESM types for library template
  • Added Updater module to update dependencies automatically

[4.5.0]

  • Templates were refactored
  • Changed react-router notation to the object style
  • All dependencies were updated

[4.4.0]

  • ESLint 9 support
  • Refactoring
  • All dependencies were updated

[4.3.0]

  • ESLint 9 preparation for use
  • Bug fixing
  • Refactoring
  • All dependencies were updated

[4.2.0]

  • 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]

[4.0.0]

  • 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]

  • 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]

  • 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]

  • babel config extend added

[1.8.0]

  • webpack-dev-server -> webpack-plugin-serve
  • @rockpack/compiler simplification
  • @rockpack/webpack-plugin-ussr-development added

[1.6.1]

  • Babel-ussr-plugin -> babel-plugin-ussr-marker

[1.6.0]

  • Babel-ussr-plugin added
  • ts-loader, ts-jest -> @babel/preset-typescript

[1.5.0]

[1.1.0]

  • fix(@rockpack/compiler): Side effects
  • Small fixes
  • added: Backbone for E2E tests

BREAKING CHANGES:

  • Simplification of USSR API
  • .modules.(s)css/less -> .module.(s)css/less (create-react-app compatibility)

[1.0.0]