summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* Allow non-id selectors in `hx-select-oob` to fix #2561 (#2585)v1cadrgtsecond2024-10-02
| | | | | | | * Allow non-id selectors in `hx-select-oob` to fix #2561 * Switch const to var * Fix test case for hx-select-oob
* prep v1.9.12Carson Gross2024-04-17
|
* set rootCarson Gross2024-03-21
|
* Fix IE11 incompatibilities (#2408)Vincent2024-03-21
|
* update shav1.9.11Carson Gross2024-03-15
|
* fix previous firefox double exec fix fmlCarson Gross2024-03-14
|
* firefox double exec fix fmlCarson Gross2024-03-14
|
* make install URLs versioned for extensionsCarson Gross2024-03-14
|
* update CHANGELOG.mdCarson Gross2024-03-13
|
* prep for 1.9.11 releaseCarson Gross2024-03-13
|
* Merge remote-tracking branch 'origin/dev' into devCarson Gross2024-03-13
|\
| * WS.js fix for Safari on iOS 17.4 (#2391)Denis Palashevskii2024-03-13
| | | | | | | | | | | | | | | | | | | | * ws.js: use event.detail.elt as fallback value for event.target Implemented after Safari on iOS 17.4 broke event.target for custom events. Reported in https://discord.com/channels/725789699527933952/1216185723229704222 * also fix sse.js #2388
* | prep for 1.9.11 releaseCarson Gross2024-03-13
|/
* fix double script execution issue when using template parsingCarson Gross2024-03-13
|
* Merge remote-tracking branch 'origin/dev' into devCarson Gross2024-03-13
|\
| * Double script exec tests variants using templates: issue confirmed (#2365)Vincent2024-03-13
| |
| * Fix TypeScript types (#2261)Nathan Sarang-Walters2024-03-12
| |
* | Merge branch 'master' into devCarson Gross2024-03-13
|\ \ | |/ |/|
| * Update podcasts.csv (#2380)srcerer2024-03-09
| | | | | | | | | | Backend Banter Syntax PodRocket v2
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-03-08
| |\
| | * [DOC] clarify SSE hx-swap docs to note #784 (#2327)Cliff L. Biffle2024-03-03
| | | | | | | | | | | | Was pulling my hair out trying to get this working before I realized that it's a known issue.
| | * Add Recipya to the webring (#2345)reaper472024-03-03
| | |
| | * [Documentation] Server Examples: Add F# - Giraffe example (#2363)Hamilton Greene2024-03-03
| | | | | | | | | Update server-examples.md
| * | update llc.orgCarson Gross2024-03-08
| |/
| * update llc.orgCarson Gross2024-02-22
| |
| * add llc.orgCarson Gross2024-02-21
| |
| * Add link to `htmx-examples-with-flask` resource (#2328)Hasan Sezer Taşan2024-02-21
| | | | | | Adds htmx-examples-with-flask
| * Docs: Tiny fixes for Hotwire page. (#2322)Nathaniel Sabanski2024-02-21
| | | | | | | | | | * Solve wrapping issues for small content area. * Update migration-guide-hotwire-turbo.md
| * Show hx attributes used in bulk-update code example (#2274)Mark Heptinstall2024-02-19
| |
| * Sync configuration options from reference (#2310)Ben Croker2024-02-19
| | | | | | Sync configuration from reference
| * Add signup.casa to webring (#2324)Nick Miller2024-02-19
| | | | | | add signup casa to webring
| * [DOC] Adds a reference to `hx-swap` from SSE extension (#2293)Itamar Haber2024-02-15
| | | | | | | | | | Adds a reference to `hx-swap` Fixes #2197
| * Docs: Hotwire migration guide: Examples for hx-on! Turbo Streams commentary. ↵Nathaniel Sabanski2024-02-15
| | | | | | | | | | | | | | | | | | | | | | (#2306) * Docs: Hotwire migration guide: Examples for hx-on. Turbo Streams commentary. * Docs: Hotwire migration guide: Examples for hx-on. Turbo Streams commentary * Docs: Hotwire migration guide: Examples for hx-on. Turbo Streams commentary * Docs: Hotwire migration guide: Examples for hx-on. Turbo Streams commentary
| * Fixed typo in Web Security Basics essay (#2302)Rdbo2024-02-15
| | | | | | fix: typo in web-security-basics-with-htmx essay
| * Docs: Less wordy client scripting introduction. (#2307)Nathaniel Sabanski2024-02-15
| |
| * Docs: Reference page. Shortened, clarity. (#2282)Nathaniel Sabanski2024-02-07
| | | | | | | | | | * Docs: Reference page. Shortened, clarity. * Docs: Reference. Improve hx-select-oob vs hx-swap-oob description.
| * Add htmx security essay (#2280)Alexander Petros2024-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add htmx security essay * Change user id prop * Typo fixes * More typos * Add ruby templates and fix "use" typo * Change paragraph structure slightly * Rephrase JSON note * Rephase JSON security point * Yawar edits * Add note about flask
| * Fix edit-row example (#2273)Sakib Hadžiavdić2024-02-05
| |
| * Show element used for hx-indicator in value-select example code (#2275)Mark Heptinstall2024-02-05
| | | | | | | | | | Show element used for hx-indicator in example code Code examples does not include element with class `.htmx-indicator` used for hx-indicator attribute
| * add deep dive video to essays pageCarson Gross2024-02-04
| |
| * typoCarson Gross2024-02-02
| |
| * add async auth as an exampleCarson Gross2024-02-02
| |
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-02-01
| |\
| | * Minimize re-rendering of 'bulk update users' table (#2249)Yawar Amin2024-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Minimize re-rendering of 'bulk update users' table And use ARIA to announce a summary of the bulk update. By using a checkbox input to represent the activation status, we don't need to re-render it when it's changed, because the checkbox itself manages that state. Re: #1431 * Improve screen reader pronunciation
| * | sponsorCarson Gross2024-02-01
| |/
| * fix logoCarson Gross2024-01-29
| |
| * Merge remote-tracking branch 'origin/master'Carson Gross2024-01-29
| |\
| | * www: mention hx-preserve on hx-boost (#2248)Brandon Philips2024-01-27
| | | | | | | | | | | | | | | | | | This note would have really helped me when I was working on avoiding my maplibre canvas div from being overwritten when using hx-boost. I was initially confused by the hx-boost=false not thinking that is what I needed.
| | * Fix typos in the MVC essay (#2242)Christian Clauss2024-01-27
| | |
| | * Fix typos in markdown files (#2177)Christian Clauss2024-01-24
| | |