summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
...
| * gumroad essay (#2936)Sahil Lavingia2024-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gumroad essay * cp * cp * cp * updates based on feedback * cp * cp * cp
| * sub in tracebit logoCarson Gross2024-10-02
| |
| * add cased to sponsors replacing codacyCarson Gross2024-10-01
| |
* | Merge remote-tracking branch 'origin/dev' into devCarson Gross2024-10-02
|\ \
| * | Add shadowRoot host selector (#2866)MichaelWest222024-10-02
| | |
| * | fix for hx-swab-oob within web components (#2846)Jonathan2024-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Failing test for oob-swap within web components * hx-swap-oob respects shadow roots * Lint and type fixes * fix jsdoc types for rootNode parameter * Fix for linter issue I was confused about before * oob swaps handle global correctly * swap uses contextElement if available, document if not Previous a commit made swapOptions.contextElement a required field. This could have harmful ramifications for extensions and users, so instead, the old behavior of assuming document as a root will be used if the contextElement is not provided. * rootNode parameter is optional in oobSwap If not provided, it will fall back to using document as rootNode. jsdocs have been updated for oobSwap and findAndSwapElements accordingly.
| * | Better graceful degradation of boosted form element (#2802)Nathan2024-10-02
| | | | | | | | | | | | | | | | | | | | | * better graceful degradation of form elt * smaller * move fix and add tests
| * | [FIX] Properly remove request indicators (#2860)aeccue2024-10-02
| | | | | | | | | | | | | | | Deduct request count before removing request indicators Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
| * | remove extra hx-swap-oob attribute that is not used in the page (#2823)MichaelWest222024-10-02
| | | | | | | | | remove extra hx-swap-oob tag that is not used in the page
| * | :bug: Prevents erroring on null vals (#2799)Eric Kwoka2024-10-02
| | | | | | | | | | | | | | | | | | | | | * :bug: Prevents erroring on null vals * :construction: Applies same fix in FormProxy * :test_tube: Adds Test for null in FormDataProxy
| * | Optimize Head regex (#2781)MichaelWest222024-10-02
| | | | | | | | | | | | | | | | | | | | | * remove shared tag regex utility function that is no longer really needed * fix head-support manual test to point to externally hosted extension * minimize regex
| * | fix htmx.ajax defaulting to swap body when target not found (#2878)MichaelWest222024-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ajax helper handle no target * allow source only targeting * Add tests * Handle source set but invalid target set * Improve source logic * missed # * improve readiblity and add inline comment
| * | Change hx-trigger's changed modifier to work for independent trigger ↵Joerg Sonnenberger2024-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specifications (#2891) * Adjust hx-trigger's changed modifier for multiple sources The `changed` trigger modifier can see different event targets, either due to the `from` modifier or event bubbling. The existing behavior trigger only for one node (`from` modifier) or inconsistently (bubbling). Use a nested weak map to keep track of the last value per distinguished (trigger specification, event target node) pair. The weak map ensures that Garbage Collection can still recycle the nodes. If a event target was not seen via `from`, it is assumed changed for the first time the trigger is hit. * Add test case for separate triggers with changed modifier
| * | fix #2932: check parent is null for swap delete (#2933)Jackie Li2024-10-02
| | | | | | | | | | | | | | | * fix #2932: check parent is null for swap * fix test in swap when parent elt deleted
| * | enable hx-preserve handing for oob swaps (#2934)MichaelWest222024-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for oob swaps with hx-preserve * Add tests * Documentation * Impove fix to handle when oob swaps shouldSwap set false
| * | Handle Space before comma in Trigger Spec (#2903)MichaelWest222024-09-25
| | | | | | | | | | | | | | | | | | | | | * strip space after trigger spec * Add test * handle addiional case
| * | [bug] load trigger stops hx-disabled-elt getting re-enabled (#2925)MichaelWest222024-09-25
| | | | | | | | | | | | | | | * allow disable-elt on load to function * Update requestCount fallback
* | | Merge branch 'master' into devCarson Gross2024-09-25
|\ \ \ | |/ / |/| / | |/
| * Add a link to the extensions site on the docs page (#2930)Simon Hartley2024-09-25
| | | | | | Add a link to the extensions site in the docs page
| * Improved documentation for htmx:confirm event and examples for implementing ↵Luis Eduardo2024-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | sweetalert (#2926) * Add detail.question and detail.issueRequest(skipConfirmation=false) documentation to htmx:confirm event * Update htmx:confirm event documentation * Update htmx:confirm event documentation * Update htmx:confirm event documentation * Modify htmx:confirm event documentation
| * Added htmx before transition reference link (#2929)Brooke Kuhlmann2024-09-25
| | | | | | | | | | This is missing from the reference page but properly documented on the events page. This simply links the two together so anyone can quickly jump between the two. Milestone: patch
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-09-22
| |\
| | * add F# server-examples (#2886)gparmigiani2024-09-22
| | | | | | | | | add F# server-examples.md
| | * fix typo in rest-explained.md (#2924)Jon Sterling2024-09-22
| | |
| * | lmaoCarson Gross2024-09-22
| |/
| * fixCarson Gross2024-09-20
| |
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-09-20
| |\
| | * Fix docs for `htmx.config.scrollBehavior` (#2918)Ben Croker2024-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update docs.md * Update reference.md * Update api.md * Fix links --------- Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>
| | * [Documentation] Add more information about other swap strategies (#2889)Keeper-of-the-Keys2024-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more information about other swap strategies * Change suggested by @MichaelWest22 * Grammar error as per comments from @Telroshan * Clarification requested by @Telroshan
| | * [Documentation] Config default update for methodsThatUseUrlParams (#2911)MichaelWest222024-09-16
| | | | | | | | | Config default update
| | * Documentation 3xx redirects can't send headers (#2904)MichaelWest222024-09-15
| | | | | | | | | | | | | | | * 3xx redirects can't send headers * fix response-headers links
| | * Documentation for dynamic hx-vals (#2898)shouya2024-09-13
| | | | | | | | | | | | | | | | | | | | | * add test for spread operator in hx-vals * update documentation Closes #2885
| * | add Tony's essayCarson Gross2024-09-20
| |/
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-09-10
| |\
| | * Documentation of svg oob swaps (#2882)MichaelWest222024-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Slipery SVGs * remove a * Fix typo and punctuation * Also add code syntax for tags --------- Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>
| | * Update hx-select.md (#2881)Jared Foy2024-09-08
| | |
| | * Update CONTRIBUTING.md (#2875)Jared Foy2024-09-06
| | |
| * | link ACM paperCarson Gross2024-09-10
| |/
| * update sponsorsCarson Gross2024-09-02
| |
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-09-02
| |\
| | * Trivial grammar fixes (#2862)Ben Hoyt2024-09-02
| | |
| * | update sponsorsCarson Gross2024-09-02
| |/
| * Redirect /extensions to extensions website (#2842)Vincent2024-08-22
| |
| * Fix duplicate typo (#2838)Alexander Petros2024-08-21
| | | | | | Thanks!
| * Link to htmx:sendError from error description (#2792)Adam Johnson2024-08-20
| |
| * Update server-examples.md (#2827)SimunKaracic2024-08-20
| | | | | | Add scalatags + zio-http example
| * Update lazy-load.md (#2826)Aaron Cunningham2024-08-19
| | | | | | fixed double-spacing issue in example
| * fix responseHandling meta example (#2821)MichaelWest222024-08-16
| |
| * docs: add missing semicolons (#2820)Karol Skolasiński2024-08-16
| | | | | | Co-authored-by: Karol Skolasiński <karol.skolasinski@7willows.com>
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-08-14
| |\