Update dependency htmx.org to v1.9.2 - autoclosed #9

Closed
renovate wants to merge 1 commits from renovate/htmx.org-1.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
htmx.org (source) dependencies minor 1.8.2 -> 1.9.2

Release Notes

bigskysoftware/htmx

v1.9.2

Compare Source

  • Fixed bug w/ hx-on not properly de-initializing

v1.9.1

Compare Source

  • Fixed a bug with the new naked triggers that prevented boosted elements with explicit hx-trigger's from functioning
    properly
  • Added code to play well with other libraries that also use the window.onpopstate Daily reminder: https://htmx.org/img/memes/javascripthistory.png

v1.9.0

Compare Source

  • Support for generalized inline event handling via the new hx-on attribute, which addresses
    the shortcoming of limited onevent properties attributes in HTML.
  • Support for view transitions, based on the experimental View Transitions API
    currently available in Chrome 111+ and coming to other browsers soon.
  • Support for "naked" hx-trigger attributes, where an hx-trigger is present on an element
    that does not have an hx-get, etc. defined on it. Instead, it will trigger the new htmx:triggered event, which can
    be responded to via your preferred scripting solution.
  • A memory leak fix by @​croxton
  • The htmx website has been migrated from 11ty to zola by @​danieljsummers, cutting
    way down on the number of "development" javascript dependencies
  • Many other smaller bug fixes

v1.8.6

Compare Source

  • ESM support!
  • Sass has been vanquished from the htmx.org website, which should set us up for some good progress going forward
  • Fixed a bug where the changed modifier on keyup did not work properly if an input was tabbed into
  • Many other smaller bug fixes and doc fixes

v1.8.5

Compare Source

  • Support a new optional cache-busting configuration option, getCacheBusterParam, to allow browsers to disambiguate
    between GET requests from htmx and from the raw browser
  • Support new hx-history='false' attribute, to prevent sensitive data from being stored in the history cache. (Thank you @​croxton!)
  • Extensive new event-oriented features are available in the Web Socket extension (Thank you @​Renerick!)
  • A bug fix for when a form contains multiple empty input values with the same name (Thank you @​bluekeyes!)
  • A bug fix around inputs that throw exceptions when calling setSelectionRange() (Thank you @​gone!)
  • A bug fix to pass through the proper event for the htmx:configRequest event
  • A bug fix/improvement for the preload extension
  • Many other small bug fixes

v1.8.4

Compare Source

  • Fix the exact same regression in revealed logic as in 1.8.2

v1.8.3

Compare Source

  • A new htmx:confirm event was added that allows for asynchronous confirmation dialogs to
    be integrated into htmx requests
  • The new head-support extension allows for more elaborate head tag merging than standard htmx
    supports. This functionality may be integrated into htmx 2.0, depending on feedback.
  • The new multi-swap provides more elaborate swapping of multiple elements on a screen using
    a custom swap strategy
  • Many doc fixes (thank you to everyone who contributed!)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [htmx.org](https://htmx.org/) ([source](https://github.com/bigskysoftware/htmx)) | dependencies | minor | [`1.8.2` -> `1.9.2`](https://renovatebot.com/diffs/npm/htmx.org/1.8.2/1.9.2) | --- ### Release Notes <details> <summary>bigskysoftware/htmx</summary> ### [`v1.9.2`](https://github.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#&#8203;192---2023-04-28) [Compare Source](https://github.com/bigskysoftware/htmx/compare/v1.9.1...v1.9.2) - Fixed bug w/ `hx-on` not properly de-initializing ### [`v1.9.1`](https://github.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#&#8203;191---2023-04-27) [Compare Source](https://github.com/bigskysoftware/htmx/compare/v1.9.0...v1.9.1) - Fixed a bug with the new naked triggers that prevented boosted elements with explicit `hx-trigger`'s from functioning properly - Added code to play well with other libraries that also use the `window.onpopstate` Daily reminder: <https://htmx.org/img/memes/javascripthistory.png> ### [`v1.9.0`](https://github.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#&#8203;190---2023-04-11) [Compare Source](https://github.com/bigskysoftware/htmx/compare/v1.8.6...v1.9.0) - Support for generalized inline event handling via the new [`hx-on`](/attributes/hx-on) attribute, which addresses the shortcoming of limited [`onevent` properties](https://developer.mozilla.org/en-US/docs/Web/Events/Event_handlers#using_onevent_properties) attributes in HTML. - Support for [view transitions](/docs#view-transitions), based on the experimental [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) currently available in Chrome 111+ and coming to other browsers soon. - Support for "naked" [`hx-trigger`](/attributes/hx-trigger) attributes, where an `hx-trigger` is present on an element that does not have an `hx-get`, etc. defined on it. Instead, it will trigger the new `htmx:triggered` event, which can be responded to via your [preferred scripting solution](/docs#scripting). - A memory leak fix by [@&#8203;croxton](https://github.com/bigskysoftware/htmx/commit/8cd3a480a7388877628ce8b9b8e50cd5df48bb81) - The htmx website has been migrated from 11ty to [zola](https://www.getzola.org/) by [@&#8203;danieljsummers](https://github.com/danieljsummers), cutting way down on the number of "development" javascript dependencies - Many other smaller bug fixes ### [`v1.8.6`](https://github.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#&#8203;186---2023-03-02) [Compare Source](https://github.com/bigskysoftware/htmx/compare/v1.8.5...v1.8.6) - ESM support! - Sass has been vanquished from the htmx.org website, which should set us up for some good progress going forward - Fixed a bug where the `changed` modifier on `keyup` did not work properly if an input was tabbed into - Many other smaller bug fixes and doc fixes ### [`v1.8.5`](https://github.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#&#8203;185---2023-01-17) [Compare Source](https://github.com/bigskysoftware/htmx/compare/v1.8.4...v1.8.5) - Support a new optional cache-busting configuration option, `getCacheBusterParam`, to allow browsers to disambiguate between `GET` requests from htmx and from the raw browser - Support new `hx-history='false'` attribute, to prevent sensitive data from being stored in the history cache. (Thank you [@&#8203;croxton](https://github.com/croxton)!) - Extensive new event-oriented features are available in the [Web Socket](/extensions/web-sockets/) extension (Thank you [@&#8203;Renerick](https://github.com/Renerick)!) - A bug fix for when a form contains multiple empty input values with the same name (Thank you [@&#8203;bluekeyes](https://github.com/bluekeyes)!) - A bug fix around inputs that throw exceptions when calling `setSelectionRange()` (Thank you [@&#8203;gone](https://github.com/gone)!) - A bug fix to pass through the proper event for the `htmx:configRequest` event - A bug fix/improvement for the `preload` extension - Many other small bug fixes ### [`v1.8.4`](https://github.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#&#8203;184---2022-11-05) [Compare Source](https://github.com/bigskysoftware/htmx/compare/v1.8.3...v1.8.4) - Fix the *exact same* regression in `revealed` logic as in 1.8.2 ### [`v1.8.3`](https://github.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#&#8203;183---2022-11-04) [Compare Source](https://github.com/bigskysoftware/htmx/compare/v1.8.2...v1.8.3) - A new [`htmx:confirm` event](/events#htmx:confirm) was added that allows for asynchronous confirmation dialogs to be integrated into htmx requests - The new [head-support](/extensions/head-support) extension allows for more elaborate head tag merging than standard htmx supports. This functionality may be integrated into htmx 2.0, depending on feedback. - The new [multi-swap](/extensions/multi-swap) provides more elaborate swapping of multiple elements on a screen using a custom swap strategy - Many doc fixes (thank you to everyone who contributed!) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMCJ9-->
renovate force-pushed renovate/htmx.org-1.x from 4bf67f22a8 to 0f212898cf 2023-04-26 22:01:24 +01:00 Compare
renovate changed title from Update dependency htmx.org to v1.9.0 to Update dependency htmx.org to v1.9.1 2023-04-26 22:01:25 +01:00
renovate force-pushed renovate/htmx.org-1.x from 0f212898cf to 2045e73494 2023-04-28 20:01:16 +01:00 Compare
renovate changed title from Update dependency htmx.org to v1.9.1 to Update dependency htmx.org to v1.9.2 2023-04-28 20:01:16 +01:00
renovate changed title from Update dependency htmx.org to v1.9.2 to Update dependency htmx.org to v1.9.2 - autoclosed 2023-05-05 14:01:11 +01:00
renovate closed this pull request 2023-05-05 14:01:11 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#9
No description provided.