Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 682 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 682 Bytes

Change log

current -

Upgrades

  • primeng from 4.1.0-rc.2 to 4.1.0-rc.3
  • spring-boot from 1.5.2 to 1.5.4
  • material from 2.0.0-beta.6 to 2.0.0-beta.7

Other

  • provide a Docker image of the sample generated app (see README.md)

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.