summaryrefslogtreecommitdiffstatshomepage
path: root/src/htmx.js
Commit message (Expand)AuthorAge
* prep v1.9.12Carson Gross2024-04-17
* Fix IE11 incompatibilities (#2408)Vincent2024-03-21
* fix previous firefox double exec fix fmlCarson Gross2024-03-14
* firefox double exec fix fmlCarson Gross2024-03-14
* fix double script execution issue when using template parsingCarson Gross2024-03-13
* port back double exec tests from 2.x to ensure its not an issue in 1.x, bump ...Carson Gross2024-03-01
* Merge branch 'master' into devCarson Gross2023-12-21
|\
| * Exclude form elements within disabled fieldsets (#2012)flixcor2023-11-30
| * Revert readystate PR (#2040)Alexander Petros2023-11-30
* | slight renameCarson Gross2023-12-20
* | Update parseInterval to handle "0" correctly (#1835)Thomas Cowart2023-12-20
* | rewrite the HX-Retarget header to use extended query selectors (#2017)Noa Aarts2023-12-20
* | Improve head tag parsing on template fragments (#2024)Fernando Comunello2023-12-20
* | Prevent references to nodes swapped out of the dom accumulating as detached e...Mark Croxton2023-12-14
* | Trigger specs cache indentation fix + documentation & tests (#2094)Vincent2023-12-14
* | being annoying, but remove a lookup of the cacheCarson Gross2023-12-13
* | Cache evaluated trigger specs (#1540)Vincent2023-12-13
* | remove some `let`s that snuck inCarson Gross2023-12-13
* | add support for dashes in hx-on* attributesCarson Gross2023-12-07
* | Improve performance of lib during initialization phase (#2045)Viliam Mihálik2023-12-05
* | HX-Request and HX-Current-URL headers are missing in the request to restore f...Sascha Woo2023-11-30
* | fix src/htmx.js(3842,25): error TS2769: No overload matches this call. (#2038)Yaroslav Lapin2023-11-30
* | Use faster `regexp.test` over `string.match` for testing against regex (#2053)Jonathan Rietveld2023-11-30
* | Fix wildcard hx-on search's root node (#2060)Vincent2023-11-30
* | bump version for next releaseCarson Gross2023-11-30
|/
* Fix for race condition in readystate detection (#1972)ahollandECS2023-11-20
* Fix relative resource URLs for boosted links (#1960)Dan Palmer2023-11-19
* bump for next versionCarson Gross2023-11-16
* fix indicator styles flash (#1227)michaelperel2023-11-16
* Allow CSS selectors with whitespace in `hx-trigger` (#1913)Jonathan Rietveld2023-11-16
* Allow user to override Content-Type header (#1906)gbourant2023-11-16
* Fix missing ignoreTitle property declaration in htmx.config (#1981)Vincent2023-11-16
* Add `select` option to htmx.ajax() (#1985)Jacob Scott2023-11-16
* prep 1.9.8 releaseCarson Gross2023-11-06
* Add config option to disable scroll into view for targets of boosted links an...Sascha Woo2023-11-03
* prep 1.9.7 releaseCarson Gross2023-11-02
* Fix stale form references (#1820)Eric Kwoka2023-10-31
* Clear cache when historyCacheSize is set to 0 (#1222)Oli2023-10-26
* fix: prevent nodeData.onHandlers overwrite (#1894)Raphaël Piccolin2023-10-26
* Fix `confirmed` being ignored in htmx:confirm event (#1610)matiboy2023-10-26
* Fix: Use getElementById instead of querySelector to work with all valid chara...Jyri-Matti Lähteenmäki2023-10-26
* Fix: form submission of email inputs with `multiple` attribute (#1917)EliasPrescott2023-10-26
* [New feature] selector-less next and previous targets (#1478)Vincent2023-10-06
* Add new event htmx:beforeHistoryUpdate (#1573)Sascha Woo2023-10-06
* Clear lastButtonClicked ref if it was removed from the DOM (#1785)Vincent2023-10-06
* Ignore formmethod when value is "dialog" (#1867)Sam Dudley2023-10-06
* make singular to make more consistent w/ other attributesCarson Gross2023-09-21
* Merge remote-tracking branch 'origin/dev' into devCarson Gross2023-09-21
|\
| * Add support for event cancellation (preventDefault) in extensions (#1456)Sascha Woo2023-09-21
| * fix problem with styles at the start of the server content (#1768)Jordan Stewart2023-09-21