Releases: maragudk/gomponents-htmx
v0.6.1 - Use [email protected]
v0.6.0 - Move to maragu.dev/gomponents-htmx namespace
The only major change from v0.5.1 is that the module is in a new namespace: maragu.dev/gomponents-htmx
Because of Go module dependency pinning and the Go module proxy, I don't think this will have much of an impact on people using the library.
If you find any issues, please report them, either on the discussion attached to this release, or open a separate issue.
What's Changed
- Move to maragu.dev/gomponents-htmx namespace by @markuswustenberg in #16
Full Changelog: v0.5.1...v0.6.0
v0.5.1 - Downgrade to Go 1.18
This is the last release before moving to a new namespace.
What's Changed
- Update test dependency maragu.dev/is by @markuswustenberg in #13
- Update CI workflow by @markuswustenberg in #14
- Downgrade to Go 1.18 to match gomponents by @markuswustenberg in #15
Full Changelog: v0.5.0...v0.5.1
v0.5.0 - the "disabled" typo release
v0.4.1 - the hx-disable-elt release
What's Changed
- Added hx-disable-elt attribute by @briangwaltney in #11
New Contributors
- @briangwaltney made their first contribution in #11
Full Changelog: v0.4.0...v0.4.1
Add hx-on
All attributes and new HTTP helpers!
Dare I say the library is now almost feature-complete? :D
What's Changed
- Added hx-confirm and hx-delete. by @remast in #3
- Add remaining attributes by @markuswustenberg in #6
- Add HTTP helpers by @markuswustenberg in #7
- Add example application by @markuswustenberg in #8
New Contributors
Full Changelog: v0.2.0...v0.3.0
Add all core attributes
All attributes from https://htmx.org/reference/#attributes have been added.
What's Changed
- Add all core attributes by @markuswustenberg in #2
Full Changelog: v0.1.0...v0.2.0
Liftoff!
What's Changed
- Add Boost, Get, and Post attributes by @markuswustenberg in #1
New Contributors
- @markuswustenberg made their first contribution in #1
Full Changelog: https://github.com/maragudk/gomponents-htmx/commits/v0.1.0