generator-jhipster-svelte
Advanced tools
Changelog
[0.6.0] - 2021-10-15
JDL
data types (String
, Integer
, Long
, BigDecimal
, Float
, Double
, Boolean
, LocalDate
, ZonedDateTime
, Instant
, Duration
, UUID
, Enum
, Blob
, AnyBlob
, ImageBlob
, TextBlob
) support in the List
, View
, and Delete
entity pages along with Cypress
e2e tests #723date-fns
library integration to format and parse date data types #651PaginatedTable
component to encapsulate pagination and sort events, client-side pagination #557Logger
page #557JHipster
dependency to support 7.3.0
release #715, #726Cypress
, Tailwind
dependencies #714husky
dependencies #724 #725Changelog
[0.5.0] - 2021-07-07
SvelteKit
framework in place of Sapper
SvelteKit
migration. Use jsconfig
to specify absolute paths from the lib
directory. Vite
is now used as the build tool to provide an awful frontend development experience with ESM module builds, Lighting fast HMR, Optimized production bundles #482OIDC
authentication (Keycloak
, Okta
integration out of the box) with Cypress
e2e tests #495JDL
support to generate List
, View
, and Delete
entity pages along with Cypress
e2e tests #518elasticsearch
support to search entity records along with Cypress
e2e tests #542Changelog
[0.4.0] - 2021-05-30
Lighthouse CI
in GitHub Actions. Lighthouse verification of all generated pages #380Tailwind JIT
mode as default in the build system #407Loggers
page under Administration
menu. Allows viewing default configured loggers level and change logger level on the fly #461--skip-user-management
option in the CLI
and JDL
. Allows to not generate the User Management
pages.#463Tailwind
CSS integration, theme colors externalization #408Toast
notifications.Cypress
, Tailwind
dependencies.v7.0.x
cli
(shipster
), a lightweight wrapper on the compatible localized jhipster
cliJDL
support to generate new applications (shipster import-jdl app.jdl
)User
CRUD flowsToast
component to display notification messagesProd
profileSonarQube
integration issues observed in newly generated applications.Prettier
formatting issues observed in newly generated applications.svelte:fragment
instead of a DOM node to wrap forwarded components to a slotfetch
API invocation and refactor request/response processingJHipster
dependency to v7.0.0
Changelog
[0.2.1] - 2021-02-21
Cypress
tests for user create
, update
, view
, delete
pagesChangelog
[0.1.0] - 2021-01-27