What's Changed
- Fix hx-on anchor in the docs by @Renerick in #2020
- docs(headers): add
select
to HX-Location by @angelofallars in #2022 - Fix htmx-indicator example by @isarojdahal in #2021
- Update server-examples.md by @megatux in #2035
- chore: add missing options to HtmxConfig type by @jonathonadams in #2026
- Mention response-extension in /docs extensions table by @Sleepful in #2044
- fix incorrect config types by @jonathonadams in #2046
- add gophemeral to the webring sites by @hooksie1 in #2047
- Fix the Django example in www/content/examples/confirm.md by @miaapancake in #2062
- Fix wildcard hx-on search's root node by @Telroshan in #2060
- Use faster
regexp.test
overstring.match
for testing against regex by @Encephala in #2053 - Revert readystate PR by @alexpetros in #2040
- fix src/htmx.js(3842,25): error TS2769: No overload matches this call. by @JLarky in #2038
- HX-Request and HX-Current-URL headers are missing in the request to restore from history by @xhaggi in #2013
- Exclude form elements within disabled fieldsets by @flixcor in #2012
- Fix form validation docs example by @ConorCorp in #2049
- Improve performance of lib during initialization phase by @mihalikv in #2045
- Add hyperlink to HTML standards for data- prefix by @thadguidry in #2072
- feat: Improve web site accessibility/legibility by @henrikvilhelmberglund in #2080
- Add missing doctype by @dz4k in #2085
- fix typo by @qrhfz in #2088
- Cache evaluated trigger specs by @Telroshan in #1540
- add extension to populate path variables with request parameters by @jyrimatti in #1307
- Trigger specs cache indentation fix + documentation & tests by @Telroshan in #2094
- Prevent references to nodes swapped out of the dom accumulating as detached elements in memory by @croxton in #2091
- Fix: Make the SSE extension work properly and adhere to tests by @fhp-mec in #2025
- fix conflicting function names in sse.js by @Renerick in #2096
- Improve head tag parsing on template fragments by @fercomunello in #2024
- rewrite the HX-Retarget header to use extended query selectors by @itepastra in #2017
- Update parseInterval to handle "0" correctly by @tncowart in #1835
- Removed outdated note in oob swap documentation by @Telroshan in #2119
- Enable Node CI for v2.0v2.0 branch by @Telroshan in #2123
New Contributors
- @angelofallars made their first contribution in #2022
- @isarojdahal made their first contribution in #2021
- @jonathonadams made their first contribution in #2026
- @Sleepful made their first contribution in #2044
- @hooksie1 made their first contribution in #2047
- @miaapancake made their first contribution in #2062
- @JLarky made their first contribution in #2038
- @flixcor made their first contribution in #2012
- @ConorCorp made their first contribution in #2049
- @mihalikv made their first contribution in #2045
- @thadguidry made their first contribution in #2072
- @henrikvilhelmberglund made their first contribution in #2080
- @fhp-mec made their first contribution in #2025
- @fercomunello made their first contribution in #2024
- @itepastra made their first contribution in #2017
- @tncowart made their first contribution in #1835
Full Changelog: v1.9.9...v1.9.10