Skip to content

Releases: jhipster/generator-jhipster-ionic

v6.0.0

01 Oct 07:30
Compare
Choose a tag to compare

To get started with Ionic4J, create a backend with JHipster, and install the following libraries:

npm install -g @ionic/cli generator-jhipster-ionic yo

Then, run this module to create your Ionic app:

yo jhipster-ionic

This module expects you to already have a JHipster app created. For example:

mkdir -p apps/backend
cd apps/backend
jhipster jdl blog-oauth2
cd ..
yo jhipster-ionic
cd ionic4j
yo jhipster-ionic:import-jdl ../backend/blog-oauth2.jdl

Then, run your app with ionic serve.

See the iOS and Android docs to see how to test your app on a device.

v5.2.2

11 Aug 21:58
Compare
Choose a tag to compare

To get started with Ionic4J, create a backend with JHipster, and install the following libraries:

npm install -g @ionic/cli generator-jhipster-ionic yo

Then, run this module to create your Ionic app:

yo jhipster-ionic

This module expects you to already have a JHipster app created. For example, let's say you have backend/app.jdl for creating JHipster.

mkdir -p apps/backend
cd apps/backend
jhipster import-jdl app.jdl
cd ..
yo jhipster-ionic
cd ionic4j
yo jhipster-ionic:import-jdl ../backend/app.jdl

v5.2.1

20 May 18:21
Compare
Choose a tag to compare
  • Removes /implicit from redirect URIs because authorization code flow + PKCE is used
  • Upgrades to JHipster 6.9.0

To get started with Ionic4J, create a backend with JHipster and install the following libraries:

npm install -g @ionic/cli generator-jhipster-ionic yo

Then, run this module to create your Ionic app:

yo jhipster-ionic

v5.2.0

07 Apr 20:52
Compare
Choose a tag to compare
  • Migrate from Travis to GitHub Actions for CI (thanks to @Hawkurane and @Shaolans)
  • Adds unit and e2e tests for generated entities (thanks @amanganiello90)
  • Renames templates to end in .ejs
  • Fixes code coverage reporting
  • Fixes date handling in generated entities

To get started with Ionic4J, create a backend with JHipster first. Then install the necessary libraries:

npm install -g @ionic/cli generator-jhipster-ionic yo

Then, run the following to create your Ionic app:

yo jhipster-ionic

NOTE: By default, JHipster's Keycloak is configured to have a 5-minute access token lifetime. I've noticed that this makes it so you have to re-authenticate when you refresh the page (if you're using OAuth 2.0). To make it longer, log in to http://localhost:9080/auth, then go to Realm Settings > Tokens and change the Access Token Lifespan. This could also be caused by dynamic configuration. I'm not sure. 🙂

v5.1.1

27 Mar 23:13
Compare
Choose a tag to compare
  • Fixes an issue where skipClient: true in the JHipster app stops entity generator from working
  • Upgrades to JHipster 6.8.0

v5.1.0

25 Mar 00:50
Compare
Choose a tag to compare

v5.0.1

11 Mar 04:21
Compare
Choose a tag to compare

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.