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

fix(deps): update dependency @headlessui/vue to v1.7.22 #637

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/vue (source) 1.6.0 -> 1.7.22 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

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)

v1.7.5

Compare Source

Fixed
  • Reset form-like components when the parent <form> resets (#​2004)
  • Ensure Popover doesn't crash when focus is going to window (#​2019)
  • Ensure shift+home and shift+end works as expected in the ComboboxInput component (#​2024)
  • Improve syncing of the ComboboxInput value (#​2042)
  • Fix crash when using multiple mode without value prop (uncontrolled) for Listbox and Combobox components (#​2058)
  • Allow passing in your own id prop (#​2060)
  • Add null as a valid type for Listbox and Combobox in Vue (#​2064, #​2067)
  • Improve SSR for Tabs in Vue (#​2068)
  • Ignore pointer events in Listbox, Menu, and Combobox when cursor hasn't moved (#​2069)
  • Allow clicks inside dialog panel when target is inside shadow root (#​2079)

v1.7.4

Compare Source

Fixed
  • Expose close function for Menu and MenuItem components (#​1897)
  • Fix useOutsideClick, add improvements for ShadowDOM (#​1914)
  • Prevent default slot warning when using a component for as prop (#​1915)
  • Fire <ComboboxInput>'s @change handler when changing the value internally (#​1916)

v1.7.3

Compare Source

Fixed
  • Call displayValue with a v-model of ref(undefined) on ComboboxInput (#​1865)
  • Improve Portal detection for Popover components (#​1842)
  • Fix crash when children are undefined (#​1885)
  • Fix useOutsideClick swallowing events inside ShadowDOM (#​1876)
  • Fix Tab incorrectly activating on focus event (#​1887)

v1.7.2

Compare Source

Fixed
  • Prevent option selection in ComboboxInput while composing (#​1850)
  • Ensure we handle the static prop in TabPanel components correctly (#​1856)

v1.7.1

Compare Source

  • Fix Combobox activeOption render prop (#​2973)

v1.7.0

Compare Source

Added
Fixed
  • Fixed SSR support on Deno (#​1671)
  • Don’t close dialog when opened during mouse up event (#​1667)
  • Don’t close dialog when drag ends outside dialog (#​1667)
  • Fix outside clicks to close dialog when nested, unopened dialogs are present (#​1667)
  • Close Menu component when using tab key (#​1673)
  • Resync input when display value changes (#​1679, #​1755)
  • Ensure controlled Tabs don't change automagically (#​1680)
  • Improve outside click on Safari iOS (#​1712)
  • Improve event handler merging (#​1715)
  • Fix incorrect scrolling to the bottom when opening a Dialog (#​1716)
  • Don't overwrite element.focus() on <PopoverPanel> (#​1719)
  • Improve Combobox re-opening keyboard issue on mobile (#​1732)
  • Only select the active option when using "singular" mode when pressing <tab> in the Combobox component (#​1750)
  • Only restore focus to the MenuButton if necessary when activating a MenuOption (#​1782)
  • Don't scroll when wrapping around in focus trap (#​1789)
  • Improve accessibility when announcing ListboxOption and ComboboxOption components (#​1812)
  • Expose the value from the Combobox and Listbox components slot (#​1822)
  • Improve scroll lock on iOS (#​1824)

v1.6.7

Compare Source

Fixed
  • Prevent cancelling transitions due to focus trap (#​1664)

v1.6.6

Compare Source

Fixed
  • Fix getting Vue dom elements (#​1610)
  • Ensure CMD+Backspace works in nullable mode for Combobox component (#​1617)
  • Properly merge incoming props with own props (#​1651)
  • Ensure PopoverPanel can be used inside <transition> (#​1653)

v1.6.5

Compare Source

Fixed
  • Support <slot> children when using as="template" (#​1548)
  • Improve outside click of Dialog component (#​1546)
  • Detect outside clicks from within <iframe> elements (#​1552)
  • Only render the Dialog on the client (#​1566)
  • Improve Combobox input cursor position (#​1574)
  • Fix scrolling issue in Tab component when using arrow keys (#​1584)
  • Fix missing aria-expanded for ComboboxInput component (#​1605)

v1.6.4

Compare Source

Fixed
  • Ensure Escape propagates correctly in Combobox component (#​1511)
  • Remove leftover code in Combobox component (#​1514)

v1.6.3

Compare Source

Fixed
  • Allow to override the type on the ComboboxInput (#​1476)
  • Ensure the the <PopoverPanel focus> closes correctly (#​1477)
  • Only render the FocusSentinel if required in the Tabs component (#​1493)

v1.6.2

Compare Source

Fixed
  • Ensure DialogPanel exposes its ref (#​1404)
  • Ignore Escape when event got prevented in Dialog component (#​1424)
  • Improve FocusTrap behaviour (#​1432)
  • Simplify Popover Tab logic by using sentinel nodes instead of keydown event interception (#​1440)
  • Ensure the PopoverPanel is clickable without closing the Popover (#​1443)
  • Improve "Scroll lock" scrollbar width for Dialog component (#​1457)
  • Don't throw when SSR rendering internal portals in Vue (#​1459)

v1.6.1

Compare Source

Fixed
  • Manually passthrough attrs for Combobox, Listbox and TabsGroup component (#​1372)
  • Fix enter transitions in Vue (#​1395)

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from megasanjay as a code owner July 4, 2023 06:58
@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from ebfe3bb to 7bd5daa Compare July 30, 2023 16:35
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.14 fix(deps): update dependency @headlessui/vue to v1.7.15 Jul 30, 2023
@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from 7bd5daa to 474a3a1 Compare August 20, 2023 16:02
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.15 fix(deps): update dependency @headlessui/vue to v1.7.16 Aug 20, 2023
@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch 2 times, most recently from 06864c5 to 584b9c5 Compare August 27, 2023 23:39
@sonarcloud
Copy link

sonarcloud bot commented Aug 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from 584b9c5 to 93d792f Compare November 9, 2023 20:11
Copy link

sonarcloud bot commented Nov 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch 2 times, most recently from cbb9cca to 8e99611 Compare January 11, 2024 15:32
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.16 fix(deps): update dependency @headlessui/vue to v1.7.17 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from 8e99611 to f5499cd Compare February 5, 2024 22:14
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.17 fix(deps): update dependency @headlessui/vue to v1.7.18 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from f5499cd to 3d44f43 Compare February 10, 2024 22:25
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.18 fix(deps): update dependency @headlessui/vue to v1.7.19 Feb 10, 2024
Copy link

sonarcloud bot commented Feb 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from 3d44f43 to 6bee6a0 Compare April 18, 2024 16:44
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.19 fix(deps): update dependency @headlessui/vue to v1.7.20 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from 6bee6a0 to eed1a7c Compare April 29, 2024 20:26
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.20 fix(deps): update dependency @headlessui/vue to v1.7.21 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/headlessui-vue-1.x branch from eed1a7c to 4d6d138 Compare May 11, 2024 14:29
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/vue to v1.7.21 fix(deps): update dependency @headlessui/vue to v1.7.22 May 11, 2024
Copy link

sonarcloud bot commented May 11, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants