Releases: tschuehly/spring-view-component
v0.9.0: Dependency Upgrades
Thanks to
What's Changed
- fix(kte): kte now working without development mode on by @christophhagelkruys in #25
- Update JTE dependency to v3.2.0 by @vchegwidden in #35
- fix(core): hard dependency on devtools (#26) by @Clickin in #31
New Contributors
- @christophhagelkruys made their first contribution in #25
- @vchegwidden made their first contribution in #35
- @Clickin made their first contribution in #31
Full Changelog: v0.8.3...v0.9.0
v0.8.3: JTE LiveReload
The JTE CodeResolver now uses the Spring DevTools classloader.
Full Changelog: v0.8.2...v0.8.3
v0.8.2: Thymeleaf Tag Processor now uses the Thymeleaf ViewResolver to render nested ViewComponents allowing to use th:field
v0.8.1: Fix bug occuring in Strategy Pattern
Full Changelog: v0.8.0...v0.8.1
v0.8.0: Remove ViewAction and Annotationprocessor
What's Changed
- Simplify Spring ViewComponent and remove ViewAction by @tschuehly in #23
Full Changelog: v0.7.4...v0.8.0
v0.7.4: JTE autoconfiguration fix
release: v0.7.4 hotfix jte autoconfiguration
v0.7.3: Seperate KTE Dependency, Fix Kotlin Local Dev
Upgrade Spring Boot and Kotlin
v0.7.2: Faster JTE LiveReload
Previously JTE LiveReload depended on the hot swap capability of your IDE .
With 0.7.2 if localDevelopment is set to true, JTE Templates are reloaded with a custom CodeResolver that recompiles the templates on demand.
v0.7.0: Annotation Processor and ViewContext records!
The two biggest changes to this release is the annotation processor for processing ViewComponents at build time and a new awesome way to create a ViewContext.
Learn more on my blog: https://www.tschuehly.de/posts/spring-view-component-v0-7-0/
v0.6.0: ViewAction htmx integration!
view:action attribute gets rendered to @htmx_org attributes
(at)ViewAction creates HTTP endpoints