Open
Conversation
- Fix feed post selection - Add section definitions for subdirectories - Fix menu on demo pages - Fix formatting on HATEOAS essay - Merge changes from upstream
…re#1327) The `htmx:trigger` event is fired whenever an HTMX AJAX request would be. Now, `hx-trigger` can also be specified on an element without an AJAX request, which will simply fire the `htmx:trigger` event on the action specified by the attribute, and do nothing else. This pattern allows for specifying client-side actions that don't require a network request, while remaining within the HTMX control paradigm.
…llow garbage collection. (bigskysoftware#1330)
This change adds `next` and `previous` expressions introduced in version 1.8.0
# Conflicts: # src/htmx.js # test/scratch/scratch.html
* Normalize URL used as a cache key for history, without breaking IE. * Update test `boosted element hx-disinherit sanity check` to check that the fully resolved href of the boosted element matches request.detail.requestConfig.path
Trigger event when a SSE-source is opened
Fix references to element.id
…ysoftware#1571) Fix hx-trigger changed modifier along from clause bigskysoftware#1565
* Fix submit buttons/inputs handling * Removed useless concatenation * Don't initNode links and forms that shouldn't be initialized * Removed selectors filtering to alleviate PR * Add @1cg 's addValueToValues function to factor code * Use formValues variable for clicked button's value including
- add the `htmx.config.selfRequestsOnly` option - add the `htmx:validateUrl` event - better security documentation (incomplete, need to finish CORS)
- add the `htmx.config.allowScriptTags` option
Update same site security check to compare origin thank you!
Fast path to resolve body selector
* Cleaner Bootstrap 5 example. * Update window id * Update close button * Got it working
If HTMX is imported in a module the readyState is "interactive" so the extension processing happens too late. This would fix it. Co-authored-by: Dave Syer <david_syer@hotmail.com>
…1.0 in /www/static/test/1.9.4/test/servers/ws (bigskysoftware#1632) Bump golang.org/x/crypto in /www/static/test/1.9.4/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>
… in /www/static/test/1.9.4/test/servers/ws (bigskysoftware#1633) Bump golang.org/x/net in /www/static/test/1.9.4/test/servers/ws Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 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>
… in /www/static/test/1.9.4/test/realtime (bigskysoftware#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>
…1.0 in /www/static/test/1.9.4/test/realtime (bigskysoftware#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>
…est/1.9.4/test/servers/ws (bigskysoftware#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](labstack/echo@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>
* 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
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #1659