Bump htmx.org from 1.9.9 to 1.9.12
Bumps htmx.org from 1.9.9 to 1.9.12.
Release notes
Sourced from htmx.org's releases.
v1.9.12
What's Changed
- Fix date in CHANGELOG.md by
@gotcha
in bigskysoftware/htmx#2419- Add documentation for multiple CSS selectors in hx-disabled-elt by
@eduardolat
in bigskysoftware/htmx#2421- Fix IE11 incompatibilities by
@Telroshan
in bigskysoftware/htmx#2408- Link to section on CSS Transitions instead of Mozilla page by
@Pi-Cla
in bigskysoftware/htmx#2413- Fix example for mustache in client-side-templates extension. by
@airblast-dev
in bigskysoftware/htmx#2409New Contributors
@eduardolat
made their first contribution in bigskysoftware/htmx#2421@Pi-Cla
made their first contribution in bigskysoftware/htmx#2413@airblast-dev
made their first contribution in bigskysoftware/htmx#2409Full Changelog: https://github.com/bigskysoftware/htmx/compare/v1.9.11...v1.9.12
v1.9.11
What's Changed
- Fix path-params title (preventing zola from building) by
@Telroshan
in bigskysoftware/htmx#2121- Fix broken link in essay by
@nickchomey
in bigskysoftware/htmx#2143- typo: dahs -> dash by
@haidousm
in bigskysoftware/htmx#2142- Add TypeScript union string type for custom event names by
@cngJo
in bigskysoftware/htmx#2139- Update
htmx.ajax
type signature to make theelement
argument optional by@PizzasBear
in bigskysoftware/htmx#2129- Update docs.md by
@feifangit
in bigskysoftware/htmx#2155- Add "Is htmx Just Another Js Framework" Essay by
@alexpetros
in bigskysoftware/htmx#2172- Fix typo in framework essay by
@alexpetros
in bigskysoftware/htmx#2174- Remove incorrect external script info from client-side-templates docs by
@kgscialdone
in bigskysoftware/htmx#2184- Fix typo in Hyperscript Tabs docs by
@ocku
in bigskysoftware/htmx#2164- Fix SSE tests and emit new "beforeMessage" event for SSE Extension by
@neelrr1
in bigskysoftware/htmx#2171- [Website]: Fix cut off list items in demo-server-info panel by
@hawkticehurst
in bigskysoftware/htmx#2190- [Website]: Fix demo-server-info panel rendering issue by
@hawkticehurst
in bigskysoftware/htmx#2188- Fix typos in mvc.md by
@yansal
in bigskysoftware/htmx#2208- chore: upgrade actions to v4 by
@guoard
in bigskysoftware/htmx#2211- Clarify hx-validate documentation by
@MikeMoolenaar
in bigskysoftware/htmx#2221- Remove extraneous
to
from essay (is-htmx-another-javascript-framework.md) by@kzsh
in bigskysoftware/htmx#2182- Add trailing slash to manual tests link by
@danielnieto
in bigskysoftware/htmx#2241- Add Scala http4s example to docs (server-examples) by
@martinprobson
in bigskysoftware/htmx#2209- Fix typos in markdown files by
@cclauss
in bigskysoftware/htmx#2177- Fix typos in the MVC essay by
@cclauss
in bigskysoftware/htmx#2242- www: mention hx-preserve on hx-boost by
@philips
in bigskysoftware/htmx#2248- Minimize re-rendering of 'bulk update users' table by
@yawaramin
in bigskysoftware/htmx#2249- Show element used for hx-indicator in value-select example code by
@mheptinstall
in bigskysoftware/htmx#2275- Fix edit-row example by
@sake92
in bigskysoftware/htmx#2273- Add htmx security essay by
@alexpetros
in bigskysoftware/htmx#2280- Docs: Reference page. Shortened, clarity. by
@gnat
in bigskysoftware/htmx#2282- Docs: Less wordy client scripting introduction. by
@gnat
in bigskysoftware/htmx#2307- Fixed typo in Web Security Basics essay by
@rdbo
in bigskysoftware/htmx#2302- Docs: Hotwire migration guide: Examples for hx-on! Turbo Streams commentary. by
@gnat
in bigskysoftware/htmx#2306- [DOC] Adds a reference to
hx-swap
from SSE extension by@itamarhaber
in bigskysoftware/htmx#2293- Add signup.casa to webring by
@nickmonad
in bigskysoftware/htmx#2324- Sync configuration options from reference by
@bencroker
in bigskysoftware/htmx#2310
... (truncated)
Changelog
Sourced from htmx.org's changelog.
[1.9.12] - 2024-04-17
[1.9.11] - 2024-03-15
- Fix for new issue w/ web sockets & SSE on iOS 17.4 (thanks apple!)
- Fix for double script execution issue when using template parsing
- Fix TypeScript types file
- Fix SSE Ext: reinstantiate EventSource listeners upon reconnection logic (#2272)
[1.9.10] - 2023-12-21
hx-on*
attributes now support the formhx-on-
, with a trailing dash, to better support template systems (such as EJS) that do not like double colons in HTML attributes.- Added an
htmx.config.triggerSpecsCache
configuration property that can be set to an object to cache the trigger spec parsing- Added a
path-params.js
extension for populating request paths with variable values- Many smaller bug fixes & improvements
Commits
-
f38e07d
prep v1.9.12 -
7dd6cd7
prep v1.9.12 -
c247cae
Merge remote-tracking branch 'origin/master' -
b0ffe98
sponsor update -
075ec3a
Fix example for mustache in client-side-templates extension. (#2409) -
0b29664
Link to section on CSS Transitions instead of Mozilla page (#2413) -
e3811cf
set root -
e64238d
Fix IE11 incompatibilities (#2408) -
c43d481
Add documentation for multiple CSS selectors in hx-disabled-elt (#2421) -
8318d9a
Fix date in CHANGELOG.md (#2419) - Additional commits viewable in compare view