summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* Add version number to test pageadd-version-to-testsAlexander Petros2023-09-20
| | | | | Now that we only have a single test page, it's helpful to show which version of htmx the tests are running against.
* Remove old tests from the website (#1733)Alexander Petros2023-09-19
| | | | | | | | | | The website used to host every past test suite, copied into the www directory. We no longer need that on the website (and it makes the codebase impossible to search) so I removed all the old tests and the new tests are hosted simply at /test. I also replaced the www.js script with a simpler www.sh one (since we no longer need to do anything besides copying, really), which allowed me to remove a node dependency that was only used in that script.
* Fix typo in HX-Refresh documentation (#1798)gbourant2023-09-18
|
* Support #anchor redirect refresh (#1172)Fran Peručić2023-09-14
|
* adds another htmx/go example (#1789)John Ritsema2023-09-12
|
* Add `allowScriptTags` to docs (#1770)Ben Croker2023-09-07
| | | Add `allowScriptTags`
* [Doc] Fix missing beforeCleanupElement event in doc (#1762)Vincent2023-09-04
| | | Fix missing beforeCleanupElement event in doc
* Update webring.md (#1758)1cg2023-09-02
|
* Include default config values in TypeScript definitions (#1747)Eric Liu2023-09-01
|
* Add example of how to structure binary-data forms without data loss (#1670)gbourant2023-09-01
| | | | | | | | | | | | | | | | * prevent binary data loss by restructuring forms. * Update www/content/docs.md Co-authored-by: Denis Palashevskii <20725046+Renerick@users.noreply.github.com> * moved the example to example directory * Updated documentation based on feedback --------- Co-authored-by: gbourant <root@gbourant.com> Co-authored-by: Denis Palashevskii <20725046+Renerick@users.noreply.github.com>
* add TurboScribe to webringCarson Gross2023-08-31
|
* futzingCarson Gross2023-08-30
|
* futzingCarson Gross2023-08-30
|
* futzingCarson Gross2023-08-30
|
* futzingCarson Gross2023-08-30
|
* futzingCarson Gross2023-08-30
|
* futzingCarson Gross2023-08-30
|
* Merge remote-tracking branch 'origin/master'Carson Gross2023-08-30
|\
| * Fix typo in multi-swap.md (#1740)Amr Ojjeh2023-08-29
| | | | | | is not possible -> it's impossible
| * Update preload extension docs (#1741)Ben Croker2023-08-29
| |
| * Expand contribution guidelines to separate file (#1737)Alexander Petros2023-08-28
| | | | | | | | | | * Expand contribution guidelines to separate file * Add misc section
| * Bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0 in ↵dependabot[bot]2023-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /www/static/test/1.9.5/test/servers/ws (#1723) Bump golang.org/x/crypto in /www/static/test/1.9.5/test/servers/ws Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0. - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Fix typo in attribute (#1719)Ben Croker2023-08-26
| |
* | webring + remove graphCarson Gross2023-08-30
|/
* add release pagev1.9.5Carson Gross2023-08-24
|
* update docs and changelogCarson Gross2023-08-24
|
* update shaCarson Gross2023-08-24
|
* prep 1.9.5 releaseCarson Gross2023-08-24
|
* Merge branch 'master' into devCarson Gross2023-08-24
|\
| * Add "Why htmx Doesn't Have a Build Step" essay (#1705)Alexander Petros2023-08-24
| | | | | | Add build step essay
| * Add Kotlin examples to server-examples (#1715)Rattly2023-08-24
| | | | | | Update server-examples.md
| * restore last row in sponsors tableCarson Gross2023-08-19
| |
| * fix star graphCarson Gross2023-08-18
| |
* | Merge remote-tracking branch 'origin/dev' into devCarson Gross2023-08-24
|\ \
| * | Fix hx-on/hx-on:* to suppress evaluation if allowEval is false (#1682)Mark Gibson2023-08-24
| | | | | | | | | | | | | | | | | | | | | * Added more tests for allowEval=false * Wrap hx-on event handlers in maybeEval * Create and cache hx-on function on first event trigger.
| * | [websocket] pass hx-target id in the HEADERS (#1674)Denis Palashevskii2023-08-24
| | | | | | | | | | | | Previously, ws.js used `ws-connect` element as target when collecting request headers. Now it correctly takes `hx-target` attribute into account
* | | Merge branch 'master' into devCarson Gross2023-08-17
|\ \ \ | |/ / |/| / | |/
| * Merge remote-tracking branch 'origin/master'Carson Gross2023-08-16
| |\
| | * Document hx-select-oob swap-strategy capabilities (#1694)Blake Williams2023-08-15
| | | | | | | | | | | | | | | The `hx-select-oob` attribute supports specifying a swap strategy but it's not publicly documented on the attribute page. This documents that behavior so that it's easy to discover.
| * | fix titleCarson Gross2023-08-16
| |/
| * fix urlCarson Gross2023-08-09
| |
| * Merge remote-tracking branch 'origin/master'Carson Gross2023-08-09
| |\
| | * Support hx-target-5xx syntax in response-targets extension (#1629)spiffytech2023-08-01
| | |
| | * Tighten up hx-on docs (#1648)Alexander Petros2023-08-01
| | | | | | | | | | | | | | | | | | Make the docs a little bit shorter so that the old form is still documented without repeating information (and the new form is emphasized). I also fixed a misplaced double quote in one of the examples.
| | * Add date and author to essay template (#1654)Alexander Petros2023-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the static site generator to include the date and author automatically as part of the essays. I made a couple changes to the underlying static structure to make this a little more seamless, including: * New "essay.html" template for posts in `/essays` * Added an author taxonomy (can eventually be author pages) * Added Carson as the author of all the existing esssays * Cleaned up manual date entires, where they existed All this will make it easier to publish guest essays and sort the essays (chronologically, by topic, or by author) as the essay base expands.
| | * Update podcasts.csv (#1530)srcerer2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update podcasts.csv fix spelling of 21st fix case of devMode.fm to match show notes * Update podcasts.csv Add podcasts not found on LinkedIn * Update podcasts.csv Add latest appearance * Update podcasts.csv Add Hype for Hyperscript * Update podcasts.csv grug make successful rick roll * Update podcasts.csv fix timestamp for GitHub chopping off beginning of video * Update podcasts.csv Unfiltered airport shenanigans
| | * Bump github.com/labstack/echo/v4 from 4.3.0 to 4.9.0 in ↵dependabot[bot]2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /www/static/test/1.9.4/test/servers/ws (#1646) Bump github.com/labstack/echo/v4 Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.3.0 to 4.9.0. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.3.0...v4.9.0) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| | * Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 in ↵dependabot[bot]2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /www/static/test/1.9.4/test/realtime (#1643) Bump golang.org/x/crypto in /www/static/test/1.9.4/test/realtime Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210817164053-32db794688a5 to 0.1.0. - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| | * Bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0 in ↵dependabot[bot]2023-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /www/static/test/1.9.4/test/realtime (#1642) Bump golang.org/x/net in /www/static/test/1.9.4/test/realtime Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0. - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| | * Fixed typo in websockets documentation (#1628)wavpro2023-07-29
| | |