JHipster release 4.3.0
更新日志
- Maven and Gradle have both been upgraded to their latest versions. Maven users will thus be able to enjoy color in their terminal!
- The really annoying “Unable to register with Angular 4” #5542 bug is fixed
- Angular CLI is now officially supported, you can find a complete documentation here.
- For Angular 4 users, lots of library upgrades and new lints, so you should expect to have some work to upgrade, but this will give you better quality in the end.
- pngquant and optipng have been removed, see #5553
- The upgrade sub-generator has been improved, its updated documentation is here.
关闭的工单与合并请求
一如既往, 你可以在此处查看所有已关闭的工单与已接受合并请求.
更新指引
自动升级
在已存在的项目上使用JHipster upgrade sub-generator自动升级:
yo jhipster:upgrade
手动升级
选择手动升级, 需要先升级你的Jhipster版本:
yarn global upgrade generator-jhipster
如果你已经有了一个项目, 将会继续使用当时项目生成的Jhipster版本.
如果需要升级你的项目, 你需要先删除node_modules
文件夹再运行:
yo jhipster
更新你的项目和所有的实体类
yo jhipster --with-entities
你也可以使用实体类子生成器挨个更新你的实体类, 例如你的实体类名字是_Foo_
yo jhipster:entity Foo
帮助和缺陷
如果您发现这个版本的任何问题, 请随时联系我们:
- 在我们的bug tracker添加一个缺陷报告
- 在Stack Overflow提交问题
如果您遇到的问题是紧急错误或安全问题,请:
- 在推特上联系@jhipster