Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

39 lines (32 loc) · 2.05 KB

Path Framework Changelog

Please refer to this document when updating applications using the Path Framework to newer Path versions.

0.6

  • Bootstrap 4.x update (from Bootstrap 3)
  • Angular 8.x update

0.5

New features

Changes

0.4

Changes

  • Angular 6.x migration:
    • Migrate file .angular-cli.json to angular.json
    • Update karma.conf.js if unit tests are used
    • Update package.json: node 8.12 / npm 6.4 or later are required, update path, typescript versions
    • Update tsconfig.app.json: angular-cli now requires dependent libraries to be included in the build explicitly
    • Compare with Path Example Application commit
  • Path Framework uses TSLint to check code style. You may use TSLint in your application as well.
    • Update tslint.json
    • Include tslint-angular dependency in package.json
    • Check and update your code according to tslint
    • Compare with Path Example Application commit