Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 915 Bytes

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 915 Bytes

Change log

tag v5.0 - 2018-01-04

Upgrades

  • Use the new angular HttpClient
  • primeng from 4.1.3 to 5.0.2
  • material from 2.0.0-beta.8 to latest (5.0)

tag v0.9.1 - 2017-08-29

Upgrades

  • primeng from 4.1.0-rc.2 to 4.1.3
  • spring-boot from 1.5.2 to 1.5.4
  • material from 2.0.0-beta.6 to 2.0.0-beta.8
  • swagger from 2.0.2 to 2.7.0

Other

  • provide a Docker image of the sample generated app (see README.md)
  • more material 2 components usage

tag v0.9.0 - 2017-06-18

Upgrades

  • primeng from 4.0.0 to 4.1.0-rc.2
  • material from 2.0.0-beta.3 to 2.0.0-beta.6

Bug Fixes

  • fix issue with file upload/download size not generated properly (java code)
  • fix the way datatable data is refreshed upon row deletion (ts code)

Other

  • change the way rxjs is imported in ts code to fix travis build. As a result no longer need to remove main.ts generated by angular-cli.