File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.8.1] - 2022-10-7
3+ ## [ 1.8.1] - 2022-10-11
44
55* We now keep a count of outstanding requests for an indicator, so more than one overlapping request can share the same
66 indicator without issues
Original file line number Diff line number Diff line change 1+ ---
2+ layout : layout.njk
3+ tags : ['posts', 'announcements']
4+ title : htmx 1.8.1 has been released!
5+ date : 2022-07-12
6+ ---
7+
8+ ## htmx 1.8.1 Release
9+
10+ I'm happy to announce the [ 1.8.1 release] ( https://unpkg.com/browse/htmx.org@1.8.1/ ) of htmx.
11+
12+ ### New Features
13+
14+ * We now keep a count of outstanding requests for an indicator, so more than one overlapping request can share the same
15+ indicator without issues
16+ * We now track the attribute state of an element and re-initialize it if ` htmx.process() ` is called on the element and
17+ the attributes have changed
18+ * [ Idiomorph] ( https://github.com/bigskysoftware/idiomorph ) is now available for all your morph-swapping needs
19+ * The new (` hx-validate ` )[ /attributes/hx-validate] attribute will force elements to validate before a request, even if
20+ they are not within a form being submitted
21+
22+ ### Improvements & Bug fixes
23+
24+ * The ` unset ` directive now works properly for ` hx-vals ` and ` hx-vars `
25+ * The title of the page is now properly set on a history cache miss
26+ * Many smaller bug and docs fixes
27+
28+ Enjoy!
You can’t perform that action at this time.
0 commit comments