Skip to content

Svelte Hipster - 0.9.0

Choose a tag to compare

@vishal423 vishal423 released this 17 May 19:53
· 277 commits to release since this release
a3a96c8

[0.9.0] - 2022-05-18

BREAKING CHANGES

Added

  • ✅ Support generation of JHipster microservice and gateway application types. A Gateway application is bundled with a UI page to view configured micro-services routes. With this change, you can now generate micro-services architecture applications using Svelte as a frontend technical stack. #1146, #1147, #1150, #1163
  • ✅ Support Auth0 OIDC provider in Cypress end-to-end tests #1121
  • ✅ Support Spring WebFlux based reactive backend applications #1146
  • ✅ Remember navigation context before login and redirect after successful authentication #1164

Changed

  • ✅ Cypress environment variables externalizing username and password have been renamed to USER_USERNAME, USER_PASSWORD, ADMIN_USERNAME, and ADMIN_PASSWORD #1140
  • ✅ Upgrade Cypress, Svelte, Svelte/Kit, Eslint, Husky etc dependencies.

What's Changed

  • Sync main branch with 0.8.0 release by @vishal423 in #1120
  • chore(deps-dev): Bump eslint from 8.13.0 to 8.14.0 in /generators/client/templates/svelte by @dependabot in #1125
  • chore(deps-dev): Bump autoprefixer from 10.4.4 to 10.4.5 in /generators/client/templates/svelte by @dependabot in #1124
  • chore(deps-dev): Bump eslint from 8.13.0 to 8.14.0 by @dependabot in #1122
  • chore(deps-dev): Bump @sveltejs/kit from 1.0.0-next.318 to 1.0.0-next.320 in /generators/client/templates/svelte by @dependabot in #1123
  • chore(deps-dev): Bump @sveltejs/kit from 1.0.0-next.320 to 1.0.0-next.322 in /generators/client/templates/svelte by @dependabot in #1132
  • chore: Bump cypress dependency and fix e2e issue by @vishal423 in #1133
  • chore(deps-dev): Bump @sveltejs/kit from 1.0.0-next.322 to 1.0.0-next.323 in /generators/client/templates/svelte by @dependabot in #1137
  • feat: Support auth0 provider in cypress tests by @vishal423 in #1121
  • chore(deps-dev): Bump @sveltejs/kit from 1.0.0-next.323 to 1.0.0-next.324 in /generators/client/templates/svelte by @dependabot in #1138
  • chore: Update readme application example to resolve generation issues by @vishal423 in #1139
  • chore: Rename cypress environment variables by @vishal423 in #1140
  • chore(deps-dev): Bump svelte from 3.47.0 to 3.48.0 in /generators/client/templates/svelte by @dependabot in #1144
  • chore(deps-dev): Bump postcss from 8.4.12 to 8.4.13 in /generators/client/templates/svelte by @dependabot in #1141
  • chore(deps-dev): Bump autoprefixer from 10.4.5 to 10.4.7 in /generators/client/templates/svelte by @dependabot in #1145
  • Support reactive monolithic and gateway applications by @vishal423 in #1146
  • feat: Generate Gateway UI page, add CI job by @vishal423 in #1147
  • chore(deps-dev): Bump @sveltejs/kit from 1.0.0-next.324 to 1.0.0-next.326 in /generators/client/templates/svelte by @dependabot in #1148
  • chore(deps-dev): Bump eslint-plugin-svelte3 from 3.4.1 to 4.0.0 in /generators/client/templates/svelte by @dependabot in #1149
  • feat: Support micro-services application generation by @vishal423 in #1150
  • chore(deps-dev): Bump eslint from 8.14.0 to 8.15.0 by @dependabot in #1152
  • chore(deps-dev): Bump eslint-plugin-testing-library from 5.3.1 to 5.5.0 in /generators/client/templates/svelte by @dependabot in #1162
  • chore(deps-dev): Bump @sveltejs/kit from 1.0.0-next.326 to 1.0.0-next.328 in /generators/client/templates/svelte by @dependabot in #1161
  • chore(deps-dev): Bump esbuild from 0.14.38 to 0.14.39 in /generators/client/templates/svelte by @dependabot in #1160
  • chore(deps-dev): Bump @sveltejs/adapter-static from 1.0.0-next.29 to 1.0.0-next.30 in /generators/client/templates/svelte by @dependabot in #1159
  • chore(deps-dev): Bump husky from 7.0.4 to 8.0.1 by @dependabot in #1156
  • chore(deps-dev): Bump eslint from 8.14.0 to 8.15.0 in /generators/client/templates/svelte by @dependabot in #1153
  • chore(deps-dev): Bump ejs-lint from 1.2.1 to 1.2.2 by @dependabot in #1158
  • chore(deps-dev): Bump cypress from 9.6.0 to 9.6.1 in /generators/client/templates/svelte by @dependabot in #1157
  • feat: Support swagger api docs in micro-service apps by @vishal423 in #1163
  • feat: On successful login, redirect to saved navigation context by @vishal423 in #1164
  • chore(deps-dev): Bump @sveltejs/kit from 1.0.0-next.328 to 1.0.0-next.334 in /generators/client/templates/svelte by @dependabot in #1167
  • chore(deps-dev): Bump @sveltejs/adapter-static from 1.0.0-next.30 to 1.0.0-next.31 in /generators/client/templates/svelte by @dependabot in #1166
  • chore: Update readme and change logs by @vishal423 in #1169
  • Sync release branch code to prepare for next release by @vishal423 in #1170
  • Prepare v0.9.0 release by @vishal423 in #1171

Full Changelog: v0.8.0...v0.9.0