summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* docs for inheritance disablingdisable-inheritanceCarson Gross2023-12-13
|
* Merge branch 'v2.0v2.0' into disable-inheritanceCarson Gross2023-12-13
|\ | | | | | | | | # Conflicts: # src/htmx.js
| * Merge branch 'dev' into v2.0v2.0Carson Gross2023-12-13
| |\
| | * remove some `let`s that snuck inCarson Gross2023-12-13
| | |
| * | remove legacy `hx-on=` syntaxCarson Gross2023-12-13
| | |
| * | Merge branch 'dev' into v2.0v2.0Carson Gross2023-12-13
| |\|
| | * update docsfeature-hx-on-dash-supportCarson 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf: prevent initialization of all links on page * perf: changed loop to queryselector * removed spread operator * fixed selector * use only one query to retrieve elements
| | * HX-Request and HX-Current-URL headers are missing in the request to restore ↵Sascha Woo2023-11-30
| | | | | | | | | | | | from history (#2013)
| | * 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
| | | | | | | | | Thank you @Telroshan!
| | * bump version for next releaseCarson Gross2023-11-30
| | |
| | * fix incorrect config types (#2046)JA2023-11-27
| | |
| | * chore: add missing options to HtmxConfig type (#2026)JA2023-11-24
| | | | | | | | | chore: add missing types to HtmxConfig
| * | Removed IE-specific tests (#2039)Vincent2023-11-24
| | |
| * | flip defaults for 2.0Carson Gross2023-11-21
| |/
| * sha for releaseCarson Gross2023-11-21
| |
| * prep 1.9.9 releaseCarson Gross2023-11-20
| |
| * Merge remote-tracking branch 'origin/dev' into devCarson Gross2023-11-20
| |\
| | * Fix for race condition in readystate detection (#1972)ahollandECS2023-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | * trying to fix readystate race condition * es6 to es5 * serialized intitialization routines * encapsulating ready function call
| * | Merge remote-tracking branch 'origin/dev' into devCarson Gross2023-11-19
| |\|
| | * Fix relative resource URLs for boosted links (#1960)Dan Palmer2023-11-19
| | | | | | | | | Fix relative URLs
| * | Merge branch 'master' into devCarson Gross2023-11-19
| |\ \ | | |/ | |/|
| | * fix typoCarson Gross2023-11-18
| | |
| | * fix typoCarson Gross2023-11-18
| | |
| | * Merge remote-tracking branch 'origin/master'Carson Gross2023-11-18
| | |\
| | * | new essayCarson Gross2023-11-18
| | | |
| * | | Merge remote-tracking branch 'origin/master' into devCarson Gross2023-11-16
| |\ \ \ | | | |/ | | |/| | | | | | | | | # Conflicts: # www/content/docs.md
| | * | Adding Laravel PHP Example (#1982)Spiro Floropoulos2023-11-16
| | | | | | | | | | | | Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
| | * | Update contribution guidelines (#1943)Alexander Petros2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update contribution guidelines Break the PRs section into technical requirements and guidelines for how we reviews. Add new info about how to craft PRs that are easy for us to review. * Fix typo * Add note about extensions * New extension guidelines
| | * | Add a PR template (#1980)Alexander Petros2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a PR template * Add note about features * Add new extension guidelines
| | * | Fixed typo in examples (#2002)Max von Webel2023-11-16
| | | | | | | | | | | | lower case "i" in UIKit
| | * | Escape HTML on demo server (#1995)Pablo Nicolas Diaz2023-11-15
| | |/ | | | | | | fix: add missing parsing on submit
| | * Merge remote-tracking branch 'origin/master'Carson Gross2023-11-14
| | |\
| | | * Add configuration options list to reference docs (#1927)Joe Taber2023-11-10
| | | | | | | | | | | | Could not figure out how to import directly from docs.md with zola.
| | | * Homogenize configuration docs (#1973)Vincent2023-11-10
| | | | | | | | | | | | | | | | | | | | * Homogenize configuration docs * Remove source change
| | | * documentation update php symfony (#1978)Cristi2023-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs: php (symfony sdk) * docs: twig support for fragments --------- Co-authored-by: Cristian Toma <cristian.toma@vivre.eu>
| | | * Fix link on scaling essay (#1983)Alexander Petros2023-11-08
| | | |
| | | * Replace keyup with input event (#1952)Alexander Petros2023-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `keyup` only works with a keyboard, and ignores pasting with a right click or programmatically updating the value with JS. `input` is a better event for detecting any "inputs to the input". Co-authored-by: Sam Eaton <sam@eaton.party>
| | * | update sponsorsCarson Gross2023-11-14
| | |/
| | * add scaling essayCarson Gross2023-11-08
| | |
| | * Merge branch 'dev'Carson Gross2023-11-08
| | |\
| | * | update shaCarson Gross2023-11-07
| | | |
| * | | bump for next versionCarson Gross2023-11-16
| | | |
| * | | Merge remote-tracking branch 'origin/dev' into devCarson Gross2023-11-16
| |\ \ \ | | |_|/ | |/| |
| | * | Fix WS sendImmediately (#1949)matiboy2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tests at current state of the code * Currently failing case (actual issue) * Fix issue --------- Co-authored-by: mat <matt@techspace.asia>
| | * | fix indicator styles flash (#1227)michaelperel2023-11-16
| | | | | | | | | | | | fix flash of indicator when first added to page
| | * | Allow CSS selectors with whitespace in `hx-trigger` (#1913)Jonathan Rietveld2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow CSS selectors with whitespace in `hx-trigger` Parsing of `hx-trigger` scans for whitespace, so if a CSS selector is used that contains whitespace, e.g. `form input`, a syntax error is raised. A workaround is implemented by allowing such a CSS selector to be wrapped in either curly braces or parentheses. * Add explanation whitespace in CSS selector to docs * Tests for CSS selectors containing whitespace * Use faster RegEx test, remove redundant variable declarations * Added Descendant Combinator support to `root` and `target` modifiers * Add missing semicolon * Tests for descendant combinators in `root` and `target` modifiers * Improve descendant combinator test coverage