Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump htmx.org from 1.9.2 to 1.9.3 #28

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps htmx.org from 1.9.2 to 1.9.3.

Release notes

Sourced from htmx.org's releases.

v1.9.3

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from htmx.org's changelog.

[1.9.3] - 2023-07-14

  • The hx-on attribute has been deprecated (sorry) in favor of hx-on-<event name> attributes. See hx-on for more information.
  • We now have functioning CI using GitHub actions!
  • You can now configure if a type of HTTP request uses the body for parameters or not. In particular, the DELETE should use query parameters, according to the spec. htmx has used the body, instead. To avoid breaking code we are keeping this undefined behavior for now, but allowing people to fix it for their use cases by updating the htmx.config.methodsThatUseUrlParams config option. Thank you to Alex and Vincent for their feedback and work on this issue!
  • The this symbol is now available in event filter expressions, and refers to the element the hx-trigger is on
  • Fix bug where the htmx:afterSettle event was raised multiple times with oob swaps occured
  • A large number of accessibility fixes were made in the docs (Thank you Denis & crew!)
  • Fixed bug w/ WebSocket extension initialization caused by "naked" hx-trigger feature
  • The HX-Reselect HTTP response header has been added to change the selection from the returned content
  • Many other smaller bug fixes
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/bigskysoftware/htmx/releases)
- [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md)
- [Commits](bigskysoftware/htmx@v1.9.2...v1.9.3)

---
updated-dependencies:
- dependency-name: org.webjars.npm:htmx.org
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 17, 2023
@BjoernKW BjoernKW self-requested a review July 18, 2023 10:22
@BjoernKW BjoernKW merged commit 8c848d7 into main Jul 18, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.webjars.npm-htmx.org-1.9.3 branch July 18, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant