Skip to content

Update dependency @headlessui/vue to v1.7.23 - #42

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/headlessui-vue-1.x-lockfile
Open

Update dependency @headlessui/vue to v1.7.23#42
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/headlessui-vue-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@headlessui/vue (source) 1.7.51.7.23 age confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

v1.7.23

Compare Source

Fixed
  • use native useId from Vue.js 3.5 when available (#​3458)

v1.7.22

Compare Source

Fixed
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#​3180)

v1.7.21

Compare Source

Fixed
  • Prevent closing the Combobox component when clicking inside the scrollbar area (#​3104)
  • Don’t unmount portal targets used by other portals (#​3144)

v1.7.20

Compare Source

Fixed
  • Expose disabled state on Tab component (#​2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#​2919)
  • Don’t override explicit disabled prop for components inside MenuItem (#​2929)
  • Add hidden attribute to internal Hidden component when the Features.Hidden feature is used (#​2955)
  • Allow setting custom tabIndex on the Switch component (#​2966)
  • Forward disabled state to hidden inputs in form-like components (#​3004)
  • Respect selectedIndex for controlled Tab components (#​3037)

v1.7.19

Compare Source

  • Fix Combobox activeOption render prop (#​2973)

v1.7.18

Compare Source

Added
  • Allow users customize ID generation (#​2959)

v1.7.17

Compare Source

Fixed
  • Don't call Dialog's onClose twice on mobile devices (#​2690)
  • Fix Portal SSR hydration mismatches (#​2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#​2708)
  • Add support for role="alertdialog" to Dialog component (#​2709)
  • Ensure blurring the ComboboxInput component closes the Combobox (#​2712)
  • Allow button to be in nested components in PopoverButton (#​2715)
  • Don't overwrite user-defined template refs when rendering (#​2720)
  • Fix missing data-headlessui-state attribute when as="template" (#​2787)
  • Fix VoiceOver bug for Listbox component in Chrome (#​2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (6846231)
  • Fix CJS types (#​2880)
  • Fix error when transition classes contain new lines (#​2871)

v1.7.16

Compare Source

Fixed
  • Fix form elements for uncontrolled <Listbox multiple> and <Combobox multiple> (#​2626)
  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#​2626)
  • Render MainTreeNode in PopoverGroup component only (#​2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#​2635)
  • Don't assume Tab components are available when setting the next index (#​2642)
  • Improve SSR of the Disclosure component (#​2645)
  • Fix incorrectly focused ComboboxInput component on page load (#​2654)
  • Improve resetting values when using the nullable prop on the Combobox component (#​2660)
  • Prevent scrolling when focusing a tab (#​2674)

v1.7.15

Compare Source

Fixed
  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#​2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#​2572)
  • Improve performance of Combobox component (#​2574)
  • Ensure IME works on Android devices (#​2580)
  • Calculate aria-expanded purely based on the open/closed state (#​2610)
  • Submit form on Enter even if no submit-like button was found (#​2613)

v1.7.14

Compare Source

Fixed
  • Fix memory leak in Popover component (#​2430)
  • Ensure FocusTrap is only active when the given enabled value is true (#​2456)
  • Ensure the exposed activeIndex is up to date for the Combobox component (#​2463)
  • Improve control over Menu and Listbox options while searching (#​2471)
  • Consider clicks inside iframes to be "outside" (#​2485)
  • Ensure moving focus within a Portal component, does not close the Popover component (#​2492)
Changed
  • Move types condition to the front (#​2469)

v1.7.13

Compare Source

Fixed
  • Fix focus styles showing up when using the mouse (#​2347)
  • Disable ComboboxInput when its Combobox is disabled (#​2375)
  • Add FocusTrap event listeners once document has loaded (#​2389)
  • Don't scroll-lock Dialog when wrapping transition isn't showing (#​2422)
  • Ensure DOM ref is properly handled in the RadioGroup component (#​2424)
  • Correctly handle IME composition in Combobox.Input (#​2426)
Added
  • Add form prop to form-like components such as RadioGroup, Switch, Listbox, and Combobox (#​2356)

v1.7.12

Compare Source

Fixed
  • Enable native label behavior for Switch where possible (#​2265)
  • Allow root containers from the Dialog component in the FocusTrap component (#​2322)
  • Cleanup internal TypeScript types (#​2329)
  • Fix restore focus to buttons in Safari, when Dialog component closes (#​2326)
  • Ensure hooks in the FocusTrap component only apply when mounted (#​2331)

v1.7.11

Compare Source

Fixed
  • Ensure the main tree and parent Dialog components are marked as inert (#​2290)
  • Fix nested Popover components not opening (#​2293)
  • Fix change event incorrectly getting called on blur (#​2296)
  • Fix Dialog cleanup when the Dialog becomes hidden (#​2303)

v1.7.10

Compare Source

Fixed
  • Don’t fire afterLeave event more than once for a given transition (#​2267)
  • Move aria-multiselectable to [role=listbox] in the Combobox component (#​2271)
  • Re-focus Combobox.Input when a Combobox.Option is selected (#​2272)
  • Ensure we reset the activeOptionIndex if the active option is unmounted (#​2274)
  • Start cleanup phase of the Dialog component when going into the Closing state (#​2264)

v1.7.9

Compare Source

Fixed
  • Don't break overflow when multiple dialogs are open at the same time (#​2215)

v1.7.8

Compare Source

Changed
  • Adjust SSR detection mechanism (#​2102)
Fixed
  • Ensure disabled="false" is not incorrectly passed to the underlying DOM Node (#​2138)
  • Fix arrow key handling in Tab (after DOM order changes) (#​2145)
  • Fix Tab key with non focusable elements in Popover.Panel (#​2147)
  • Don’t overwrite classes during SSR when rendering fragments (#​2173)
  • Improve Combobox accessibility (#​2153)
  • Fix crash when reading headlessuiFocusGuard of relatedTarget in the FocusTrap component (#​2203)
  • Fix FocusTrap in Dialog when there is only 1 focusable element (#​2172)
  • Improve Tabs wrapping around when controlling the component and overflowing the selectedIndex (#​2213)
  • Fix shadow-root bug closing Dialog containers (#​2217)
Added
  • Allow setting tabIndex on the Tab.Panel (#​2214)

v1.7.7

Compare Source

Fixed
  • Improve scroll restoration after Dialog closes (b20e48dd)

v1.7.6

Compare Source

Fixed
  • Fix regression where displayValue crashes (#​2087)
  • Fix displayValue syncing when Combobox.Input is unmounted and re-mounted in different trees (#​2090)
  • Fix FocusTrap escape due to strange tabindex values (#​2093)
  • Improve scroll locking on iOS (#​2100, 28234b0e)

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.12 Update dependency @headlessui/vue to v1.7.13 Apr 17, 2023
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from e768603 to a353093 Compare April 17, 2023 10:19
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.13 Update dependency @headlessui/vue to v1.7.14 Jun 1, 2023
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from a353093 to ddbb2f7 Compare June 1, 2023 13:12
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.14 Update dependency @headlessui/vue to v1.7.15 Jul 27, 2023
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from ddbb2f7 to 56657f9 Compare July 27, 2023 14:43
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.15 Update dependency @headlessui/vue to v1.7.16 Aug 17, 2023
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 56657f9 to 2eb9e65 Compare August 17, 2023 17:35
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.16 Update dependency @headlessui/vue to v1.7.17 Jan 8, 2024
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 2eb9e65 to ff38af9 Compare January 8, 2024 16:05
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.17 Update dependency @headlessui/vue to v1.7.18 Feb 2, 2024
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch 2 times, most recently from 46390bf to d2c3edd Compare February 7, 2024 22:12
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.18 Update dependency @headlessui/vue to v1.7.19 Feb 7, 2024
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.19 Update dependency @headlessui/vue to v1.7.20 Apr 15, 2024
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from d2c3edd to b70658b Compare April 15, 2024 20:17
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.20 Update dependency @headlessui/vue to v1.7.21 Apr 26, 2024
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from b70658b to 74ec88a Compare April 26, 2024 19:10
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 74ec88a to 98917dd Compare May 8, 2024 12:01
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.21 Update dependency @headlessui/vue to v1.7.22 May 8, 2024
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 98917dd to 20cd434 Compare September 9, 2024 10:51
@renovate renovate Bot changed the title Update dependency @headlessui/vue to v1.7.22 Update dependency @headlessui/vue to v1.7.23 Sep 9, 2024
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 20cd434 to a2fc66b Compare January 23, 2025 17:00
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from a2fc66b to 2432dbd Compare January 30, 2025 18:46
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 2432dbd to 9982d9c Compare February 9, 2025 17:24
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 9982d9c to cb8b691 Compare March 3, 2025 15:57
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch 2 times, most recently from 330c29d to 88d4b0d Compare March 17, 2025 12:48
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 88d4b0d to 9146ed3 Compare April 1, 2025 10:47
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 9146ed3 to 3dd5bca Compare May 19, 2025 20:59
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 3dd5bca to 03cd1a9 Compare May 28, 2025 13:53
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 03cd1a9 to 7b36c43 Compare June 22, 2025 15:25
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 7b36c43 to 720974c Compare July 2, 2025 14:38
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 720974c to d23fdb4 Compare August 10, 2025 13:06
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from d23fdb4 to b8b91a3 Compare December 31, 2025 16:43
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from b8b91a3 to 5800c62 Compare January 8, 2026 16:39
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 5800c62 to 250e7ba Compare March 5, 2026 18:57
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 250e7ba to 2169041 Compare March 13, 2026 16:58
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 2169041 to 2b281ba Compare April 1, 2026 19:01
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 2b281ba to 37fc798 Compare April 29, 2026 12:12
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch 2 times, most recently from 3809345 to 433d010 Compare June 1, 2026 23:11
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 433d010 to 0f607b0 Compare June 11, 2026 20:59
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch 2 times, most recently from 1cd7274 to 8b3648c Compare July 16, 2026 17:55
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch 2 times, most recently from 651e699 to 7cc10e5 Compare July 24, 2026 15:44
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 7cc10e5 to 611bae7 Compare July 30, 2026 17:33
@renovate
renovate Bot force-pushed the renovate/headlessui-vue-1.x-lockfile branch from 611bae7 to 58e19d9 Compare August 26, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants