wimdeblauwe / htmx-spring-boot

Spring Boot and Thymeleaf helpers for working with htmx
Apache License 2.0
496 stars 48 forks source link

Annotations missing #122

Closed juanjonavarro closed 4 months ago

juanjonavarro commented 4 months ago

In the README file, it states:

The following annotations are currently supported:

@HxLocation
@HxPushUrl
@HxRedirect
@HxRefresh
@HxReplaceUrl
@HxReselect
@HxReswap
@HxRetarget
@HxTrigger
@HxTriggerAfterSettle
@HxTriggerAfterSwap

However, these annotations do not seem to be available in version 3.3.0.

Am I missing something?

xhaggi commented 4 months ago

These changes are part of the next release 3.4.0. You must pick the README.md that corresponds to the correct version.

https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.3.0/README.md

juanjonavarro commented 4 months ago

Thank you, @xhaggi 👍🏻

wimdeblauwe commented 4 months ago

It was a good reminder that I still needed to release 3.4.0 which I just did now: https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.0