summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAge
* prep next releaseCarson Gross2024-12-12
* Cancel vanilla submits from <button[form]/>. (#3072)Geoffrey B. Eisenbarth2024-12-12
* Support multiple extended selectors for hx-include, hx-trigger from, and hx-d...Vincent2024-12-12
* fix https://github.com/bigskysoftware/htmx/issues/1788Carson Gross2024-12-11
* Replace deprecated String.prototype.substr usage (#2951)Simon Hartley2024-12-11
* Do not execute hx-trigger="load" on re-initialization of an existing node (#2...basvk2024-12-11
* Add missing htmx:trigger event on load triggers (#3033)Alexander Petros2024-12-11
* Make bodyContains return true for nested shadow roots (#3034)Alexander Petros2024-12-11
* Handle Invalid template content (#3064)MichaelWest222024-12-11
* typing for `defineExtension` should allow partials (#3030)Paul Garner2024-11-22
* Fix illegal invocation for FormData proxy (#2997)Simon Hartley2024-11-07
* ajax helper with no source or target defaults to body (#2948)MichaelWest222024-10-20
* Fix TypeError on null path variable (#2967)youssame2024-10-20
* fix es6 tsc checks complaining on newer s regex flag (#2938)MichaelWest222024-10-02
* release prepCarson Gross2024-10-02
* release prepCarson Gross2024-10-02
* Add shadowRoot host selector (#2866)MichaelWest222024-10-02
* fix for hx-swab-oob within web components (#2846)Jonathan2024-10-02
* Better graceful degradation of boosted form element (#2802)Nathan2024-10-02
* [FIX] Properly remove request indicators (#2860)aeccue2024-10-02
* remove extra hx-swap-oob attribute that is not used in the page (#2823)MichaelWest222024-10-02
* :bug: Prevents erroring on null vals (#2799)Eric Kwoka2024-10-02
* Optimize Head regex (#2781)MichaelWest222024-10-02
* fix htmx.ajax defaulting to swap body when target not found (#2878)MichaelWest222024-10-02
* Change hx-trigger's changed modifier to work for independent trigger specific...Joerg Sonnenberger2024-10-02
* fix #2932: check parent is null for swap delete (#2933)Jackie Li2024-10-02
* enable hx-preserve handing for oob swaps (#2934)MichaelWest222024-10-02
* Handle Space before comma in Trigger Spec (#2903)MichaelWest222024-09-25
* [bug] load trigger stops hx-disabled-elt getting re-enabled (#2925)MichaelWest222024-09-25
* Listen to resize events and check revealed (#2780)Alexander Kulikov2024-08-29
* merge https://github.com/bigskysoftware/htmx/pull/2723Carson Gross2024-08-29
* Ability to add `options` argument to event listener (#2836)Ben Croker2024-08-29
* fix restoreHistory title replacment (#2841)MichaelWest222024-08-29
* Upgrade Typescript to move configuration from const to let (#2853)MichaelWest222024-08-29
* fix formattingCarson Gross2024-08-27
* add `moveBefore` supportCarson Gross2024-08-23
* release prepCarson Gross2024-08-05
* add `htmx:trigger` for throttled events tooCarson Gross2024-08-05
* fix: Fire htmx:trigger event on delayed triggers (#2411)Kyungmin Bae2024-08-05
* Merge remote-tracking branch 'origin/dev' into devCarson Gross2024-08-05
|\
| * Do not boost forms with method="dialog" (#2752)pokonski2024-08-05
| * Fix file upload through htmx.ajax (#2778)Vincent2024-08-05
* | Merge branch 'master' into devCarson Gross2024-08-05
|\ \ | |/ |/|
| * Fix default `scrollBehavior` value in docs (#2729)Ben Croker2024-07-16
* | only removed templates explicitly used for encapsulating oob swapsCarson Gross2024-08-05
* | Merge remote-tracking branch 'origin/dev' into devCarson Gross2024-08-05
|\ \
| * | Add ability to trigger an event on another element using `HX-Trigger` respons...Ben Croker2024-07-29
| * | Fix: stringify objects when appending them to FormData (#2748)Vincent2024-07-26
| * | Fix: values order with non-GET requests (#2749)Vincent2024-07-26
| * | fix: type definitions for HtmxExtension (#2721)Johannes Przymusinski2024-07-13
| |/