generator-jhipster-svelte
Advanced tools
Changelog
[1.2.0] - 2024-10-6
vitest
as default unit tests framework #1937JHipster
framework support upgraded to v8.x
#1996 #2265 #2266Eslint
dependency and configuration support upgraded to v9.x
#2259pretty-quick
with lint-staged
package #1927--jest
option #1865Svelte/Kit
, Eslint
, Cypress
, Testing Library
, Jest
and other third party dependencies #1936 #2019 #2236Changelog
[1.0.0] - 2023-4-23
jsvelte
#1655npm start
execution. #1480node.js
to use v16.x
in the docker image. JHipster CLI is not yet compatible with the nodejs v18.x
. #1501JHipster Svelte
name consistently in the generated applications and docker images. Docker images shall be available under the DockerHub repository. #1654Jest
default ESM resolver in unit tests. It removes the dependency on the jest-svelte-resolver
package. #1639Svelte/Kit
1.15.x
GA release. #1639Cypress
dependency to 12.9.x
#1630Eslint
and other third party dependencies #1611Svelte/Kit
, Eslint
, and other third party dependencies #1501Cypress
dependency to 11.1.x
#1501Changelog
[0.10.0] - 2022-09-10
SvelteKit
, Cypress
, and Jest
dependencies having breaking changes. Refer to individual tickets for more details.Svelte
blueprint to be used as base for new blueprints #1357Font Awesome
icons inclusion in the generated application #1363swagger
option #1361password
, password-confirm
components from jhipster-svelte-library
#1284data-test
attribute to data-testid
for reuse of data selectors between cypress and testing library unit tests. Rename getBySel
cypress custom command with getByTestId
#1284JHipster
dependency to 7.9.3
#1351Cypress
dependency to 10.x
#1241Svelte/Kit
, Eslint
, Husky
and other third party dependencies #1277 #1336Changelog
[0.9.0] - 2022-05-18
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, #1163Auth0
OIDC provider in Cypress end-to-end tests #1121Spring WebFlux
based reactive backend applications #1146USER_USERNAME
, USER_PASSWORD
, ADMIN_USERNAME
, and ADMIN_PASSWORD
#1140Cypress
, Svelte
, Svelte/Kit
, Eslint
, Husky
etc dependencies.Changelog
[0.8.0] - 2022-04-24
Swagger UI
under Administration
> API
menu. Allows to interactively Try backend REST APIs. By default, the Swagger UI generation is disabled. Use --swagger-ui
command line option to generate the Swagger UI. #900, #1105JHipster
dependency to support v7.8.1
releaseCypress
, svelte
, svelte/kit
, eslint
etc dependenciesChangelog
[0.7.1] - 2022-01-03
JHipster
dependency to support 7.5.0
releaseSvelte/Kit
dependency to support latest patch releaseChangelog
[0.7.0] - 2022-01-01
JDL
supporting Create
, Update
pages along with Cypress
e2e tests #786, #792, #804, #812, #822, #823JDL
supporting one-to-one
, one-to-many
, many-to-one
, and many-to-many
relationships along with Cypress
e2e tests #824, #866cypress
session API to improve e2e tests performance #753