Skip to content

Releases: tschuehly/spring-view-component

v0.8.3: JTE LiveReload

13 Aug 11:25
Compare
Choose a tag to compare

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

20 Jun 21:36
Compare
Choose a tag to compare

v0.8.0: Remove ViewAction and Annotationprocessor

03 Jun 21:37
17d00ac
Compare
Choose a tag to compare

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

16 Apr 14:22
Compare
Choose a tag to compare
release: v0.7.4

hotfix jte autoconfiguration

v0.7.3: Seperate KTE Dependency, Fix Kotlin Local Dev

06 Apr 18:15
Compare
Choose a tag to compare

v0.7.2: Faster JTE LiveReload

25 Nov 10:26
ca6d4cc
Compare
Choose a tag to compare

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!

02 Nov 16:47
Compare
Choose a tag to compare

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!

15 Jul 21:15
Compare
Choose a tag to compare

view:action attribute gets rendered to @htmx_org attributes

(at)ViewAction creates HTTP endpoints

v0.5.2: JTE Support

25 Apr 07:34
Compare
Choose a tag to compare
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>