mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
523 B
523 B
layout | tags | title | date | ||
---|---|---|---|---|---|
layout.njk |
|
htmx 0.0.8 has been released! | 2020-06-30 |
htmx 0.0.8 Release
I'm pleased to announce the 0.0.8 release of htmx.
Changes
Breaking Changes
- The
view
modifier onhx-swap
has been renamed toshow
:hx-swap='innerHTML show:top'
New Features
- A bug fix on history when using local anchors:
<a href="#example">...
- A bug fix for the aforementioned
show
functionality
Enjoy!