Skip to content

Releases: jhipster/generator-jhipster-ionic

v5.0.0

27 Feb 00:53
f598da3
Compare
Choose a tag to compare

See our docs and start developing with Ionic and JHipster!

v4.3.2

24 Nov 00:34
Compare
Choose a tag to compare

This release fixes an issue with import-jdl and updates dependencies.

v4.3.1

31 Oct 03:44
Compare
Choose a tag to compare

Fixes #199 so import-jdl does not prompt the user for backend location.

v4.3.0

30 Oct 19:48
Compare
Choose a tag to compare

Fixed OAuth 2.0 and prettier. Also upgraded JHipster to 6.4.1 and WebDriver to work with Chrome 78.

v4.2.0

29 Sep 18:10
Compare
Choose a tag to compare

Updated dependencies and added compatibility with latest Ionic CLI (v5.4.1).

v4.1.0

13 Sep 16:55
Compare
Choose a tag to compare

This release packs a punch!

  • Upgrade to Angular 8
  • Entity generator now extends from JHipster (thanks @pvliss!)
  • Add import-jdl support
  • Add ionic4j CLI:
    • ionic4j to generate a new app
    • ionic4j entity <name> generates entities
    • ionic4j import-jdl <file.jdl> imports JDL and generates entities

You can install Ionic for JHipster using npm.

npm i -g generator-jhipster-ionic

v4.0.2

24 Jul 14:13
Compare
Choose a tag to compare

Dependency updates and bug fixes for microservices in entity generator.

v4.0.0

24 Jun 18:47
Compare
Choose a tag to compare

Version 4.0.0 has been released! 🎉

Learn how to use by reading Build Mobile Apps with Angular, Ionic 4, and Spring Boot.

Thanks to @fleboulch for all his help with this release. 🙏

v4.0.0-beta.2

22 Jun 15:49
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

Now requires JHipster 6.1.1, which has resource server support that works with Okta. Also, improved the developer experience when creating a new OIDC app.

Steps to try it out:

npm install -g generator-jhipster-ionic@beta generator-jhipster@6.1.1
// create JHipster backend with JWT or OIDC for authentication
yo jhipster-ionic
yo jhipster-ionic:entity <name of entity>

Support for import-jdl still needs to implemented.

Changelog: v4.0.0-beta.1...v4.0.0-beta.2

v4.0.0-beta.1

20 Jun 18:28
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Add compatibility with Ionic 4 and JHipster 6.

npm i -g generator-jhipster-ionic@4.0.0-beta.1 ionic yo

Abbreviated instructions:

  1. Create a JHipster app (using JWT or OIDC for auth)
  2. Create an Ionic app using yo jhipster-ionic
  3. Profit! 🤑

D9D5OrPWsAAsrC3

Changes since the last release can be seen in v3.3.0...v4.0.0-beta.1.