JHipster release 4.6.0
What's new
Angular 4 is now out of beta
Our Angular 4 support is now ready for production:
- Our production build works fine, both on the client-side (AOT, tree shaking, etc.) and on the server-side (caching, gzipping, etc.). Our tests show huge improvements compared to our previous BETA releases (which were not suitable for production, that's why they were marked BETA). As a result, this new version is a recommended upgrade for anyone already using Angular 2 or Angular 4 with JHipster.
- Angular 4 is now our default option for JHipster. AngularJS 1 won't disappear soon, but we are not going to improve it in the future, and it will probably slowly die over the next months.
- Our goal is to support React in the future, and we will focus our development effort on this new option. At some point in the future, this means we should have both Angular and React as stable options. Help is highly welcome on that part, so if you are interested, don't hesitate to join the team on GitHub.
Other important news
- Upgrade to Gradle 4 (see #5949), which has some excellent performance improvements according to our initial tests.
- Farsi language support (see #5961), which means we do support right-to-left languages!
Minor improvements
In total, this release has 72 closed tickets and pull requests, out of which 11 were marked invalid
. This is an improvement over the past releases, but please if you have a question or a bug, don't spam the development team and follow our guidelines.
Deprecation warning (for module developers)
The JHipster Module sub generator is deprecated. We now recommend using commonJS or ES6 require/import to get generator-base
in order to use our Public API. See creating a module page for more details.
Closed tickets and merged pull requests
As always, you can check all closed tickets and merged pull requests here.