Releases: tschuehly/spring-view-component
Releases · tschuehly/spring-view-component
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
v0.5.2: JTE Support
release: 0.5.2 maven central availability * chore: github action to publish to maven central * chore: github action to publish to maven central * chore: github action to publish to maven central * chore: github action to publish to maven central * chore: github action to publish to maven central * chore: github action to publish to maven central * chore: github action to publish to maven central * include :core in github action deploy * manual github action trigger * revert * add debug info * remove debug info * add stacktrace * feature: release 0.5.2 --------- Co-authored-by: Thomas Schuehly <thomas.schuehly@outlook.com>