summaryrefslogtreecommitdiffstatshomepage
path: root/test/core
Commit message (Expand)AuthorAge
* Fix IE11 incompatibilities (#2408)Vincent2024-03-21
* fix double script execution issue when using template parsingCarson Gross2024-03-13
* Double script exec tests variants using templates: issue confirmed (#2365)Vincent2024-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
* | Update parseInterval to handle "0" correctly (#1835)Thomas Cowart2023-12-20
* | HX-Request and HX-Current-URL headers are missing in the request to restore f...Sascha Woo2023-11-30
|/
* Allow user to override Content-Type header (#1906)gbourant2023-11-16
* Add `select` option to htmx.ajax() (#1985)Jacob Scott2023-11-16
* Add missing '})' in core ajax tests (#1998)RBRi2023-11-14
* IE11 compatibility fixes (#1948)Vincent2023-11-02
* Fix stale form references (#1820)Eric Kwoka2023-10-31
* Fix `confirmed` being ignored in htmx:confirm event (#1610)matiboy2023-10-26
* Fix: form submission of email inputs with `multiple` attribute (#1917)EliasPrescott2023-10-26
* Ignore formmethod when value is "dialog" (#1867)Sam Dudley2023-10-06
* Add support for event cancellation (preventDefault) in extensions (#1456)Sascha Woo2023-09-21
* [Tests] Fix test pipeline timing issues (#1818)Vincent2023-09-21
* [Test] Add a test to ensure inputs outside form with `form` attribute work pr...Vincent2023-09-21
* Make htmx IE11 compatible again + tests IE11 compatible (#1687)Vincent2023-09-06
* Disable logAll in headless mode (#1673)Alexander Petros2023-08-06
* Move load tests to the bottom of the core file (#1677)Alexander Petros2023-08-05
* remove a logAll()Carson Gross2023-08-04
* Merge remote-tracking branch 'origin/dev' into devCarson Gross2023-08-04
|\
| * Remove logAll from tests (#1657)Alexander Petros2023-08-01
* | add test to ensure I don't screw up the `sameHost` valueCarson Gross2023-08-04
|/
* security improvementCarson Gross2023-07-31
* security improvementsCarson Gross2023-07-31
* [Bugfix] Fix submit buttons/inputs handling (#1559)Vincent2023-07-25
* [New feature] Comma separated list syntax for HX-Trigger response header (#1479)Vincent2023-07-18
* [Bugfix] Handle dynamically added hx-disable (#1567)Vincent2023-07-18
* Fix assorted comment typos (#1590)Viktor Szépe2023-07-17
* Merge remote-tracking branch 'origin/master' into devCarson Gross2023-07-14
|\
| * Implementation of HX-Reselect (#1385)RoToRa2023-07-14
* | Add configs to choose between ecoding parameters in the URL or request body (...Alexander Petros2023-07-10
* | Add logNone function and apply it to tests (#1504)Alexander Petros2023-06-24
* | fix a bug with afterSettle event raised just once after multiple OOB swaps (#...Denis Palashevskii2023-06-07
|/
* escape colons in querySelector (#1314)Nicolas Appriou2023-04-01
* `hx-on` attributeCarson Gross2023-03-31
* fix https://github.com/bigskysoftware/htmx/issues/1264Carson Gross2023-02-24
* fix https://github.com/bigskysoftware/htmx/issues/1236Carson Gross2023-02-16
* support clicking on elements within a button element as well as directly on t...Carson Gross2023-01-06
* Hotfix for swapping fields that don't support setSelectionRange (#1187)Ben Beecher2023-01-04
* Actually pass original event on to `htmx:configRequest` (#1156)Thomas Eizinger2022-12-17
* Fix handling of repeated empty inputs (#1144)Billy Keyes2022-12-02
* fix testsCarson Gross2022-10-30
* hook to allow for custom confirmation dialogs, etc.Carson Gross2022-10-30
* Merge branch 'feature_update_on_attribute_changes' into devCarson Gross2022-10-02
|\
| * allow re-initialization if attributes changeCarson Gross2022-10-02
* | support the `hx-validate` attribute, when set to true an individual input wil...Carson Gross2022-08-23
|/