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 reach-ui monorepo to ^0.18.0 #41

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 25, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@reach/dialog (source) ^0.10.3 -> ^0.18.0 age adoption passing confidence
@reach/visually-hidden (source) ^0.10.2 -> ^0.18.0 age adoption passing confidence

Release Notes

reach/reach-ui (@​reach/dialog)

v0.18.0

Compare Source

BREAKING Changes
  • All default exports have been removed. Replace all default imports with the appropriate documented named export.
  • The output directory structure has changed slightly. Module files are now named reach-<pkg>.mjs instead of reach-<pkg>.esm.js.
Minor Changes
  • We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.

    This may affect you if you use patch-package to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

  • We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define --reach-<pkg> in your own stylesheets to silence dev warnings.

Patch Changes
  • Updated dependencies:
    • @reach/portal@0.18.0
    • @reach/utils@0.18.0
    • @reach/polymorphic@0.18.0

v0.17.0

Compare Source

💔 Breaking Changes

  • disclosure
    • In uncontrolled disclosures, previously we would render the disclosure as open on the first render, regardless of the defaultOpen prop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.
    • We simplified this by simply respecting the defaultOpen prop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set to true, then set the desired state for the following render in useEffect.
  • tabs
    • Removed the isSelected from from the Tab component. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec)

🐛 Bugfixes

  • auto-id
    • Use the user-provided ID beyond the first render for deterministic behavior (b2f3bc0)
  • tabs
    • Stop managing focus on mouse clicks to fix :focus-visible
  • listbox
    • Update submit button querySelector specificity to fix incorrect button clicks (#​903)
  • menu-button, combobox, listbox
    • Skip rendering of portaled popovers before hydration. This prevents unwanted layout shift when the server-rendered popover mounts to a temporary DOM node (a8f38a4).
🤜🤛 8 Committers

v0.16.2

Compare Source

✨ Enhancements
🤜🤛 5 Committers

v0.16.0

Compare Source

BREAKING: This release fixes a rendering bug in the descendants, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.

We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.

This applies to all collection-based compound components:

  • Tabs
  • Accordion
  • MenuButton
  • Listbox
  • Combobox
🐛 Bugfixes
  • menu-button
    • Reference root's ownerDocument instead of global, better support in iframes
✨ Enhancements
  • menu-button
    • Better handling of mouse-move that caused problems with long lists on small screens
  • dialog
    • Update dependencies to fix small bugs in focus-lock
  • rect
    • Only log warning if observe is true
🤜🤛 3 Committers

v0.15.3

Compare Source

🐛 Bugfixes
  • utils
    • Typescript error for as={Link} on MenuLink (via utils/polymorphic) (@​IanVS)
  • menu-button
    • #​812 Prevent default for links to avoid double click events (@​IanVS)
    • Popover does not consistently close when clicking between Menu Buttons (@​ecklf)
  • listbox
    • Cannot focus on ListboxList when its styled to overlap ListboxButton (@​loque)
📝 Documentation
✨ Enhancements
  • combobox
  • accordion, disclosure
    • Remove -1 tabIndex from accordion and disclosure panels (@​joshuajaco)
🤜🤛 10 Committers

v0.15.2

Compare Source

🐛 Bugfixes
  • menu-button
  • listbox
    • Cannot focus on ListboxList when it's styled to overlap ListboxButton (@​loque)
📝 Documentation
✨ Enhancements
  • combobox
  • accordion, disclosure
    • Remove -1 tabIndex from accordion and disclosure panels (@​joshuajaco)
🤜🤛 8 Committers

v0.15.0

Compare Source

🐛 Bugfixes

  • Combobox
    • Fix persistSelection issues when used with openOnFocus (#​455)
  • All packages
    • #​769 Add *.css files to the list of sideEffect(ful) files (@​Andarist)
    • BREAKING: Removed forwardRefWithAs utility and created new types associated with components that us the as prop. This is a breaking change if you are using the component types directly, but this change was long overdue and should address some new issues that popped up in #​753. Big thanks to @​jjenzz and the Radix UI project for making our lives easier here!
🤜🤛 3 Committers

v0.14.0

Compare Source

  • listbox
    • Fix selection of options using iOS with VoiceOver. (@​aappoalander)
    • Breaking change: If you were using our previously suggested styling selector [data-current] for the selected listbox option, that selector has been removed in favor of [data-current-selected]. The reason is because we also added [data-current-nav] for the highlighted option when navigating the list, so this seemed more clear to distinguish between the two. We also removed the default styles for options that match [aria-selected="true”] because this is an implementation detail that will likely change in an upcoming patch release to address accessibility issues.

📝 Documentation

✨ Enhancements

🤜🤛 6 Committers

v0.13.2

Compare Source

🐛 Bugfixes

✨ Enhancements

🏡 Housekeeping

3 Committers 🤜🤛

v0.13.1

Compare Source

v0.13.0

Compare Source

🐛 Bugfixes

  • accordion
  • tooltip
    • #​712 Address consistent cross-browser behavior with disabled elements (@​taifen)

✨ Enhancements

🏡 Housekeeping

6 Committers

v0.12.1

Compare Source

🐛 Bugfixes

🤜🤛 1 Committer

v0.12.0

Compare Source

🐛 Bugfixes

  • menu-button
  • slider
    • #​694 [slider] Fixes #​693 by capturing mutable value sliderRef.current (@​yshean)
    • Focus handle in rAF on pointerdown

📝 Documentation

✨ Enhancements

  • utils
    • Improved typing for inferred elements without as prop
  • slider
    • #​673 Remove slider width styling (@​danny-andrews)
    • Rename SliderTrackHighlight to SliderRange; alias old name for non-breaking change, but with a dev warning
    • BREAKING: Simplify default styling; moved some inline styles to the default CSS stylesheet.
  • Other
    • Added as prop support for several components
🤜🤛 6 Committers

v0.11.2

Compare Source

Patch fix for broken type defs (#​660)

v0.11.1

Compare Source

No changes

v0.11.0

Compare Source

🐛 Bugfixes

🚀 Features

✨ Enhancements

🏡 Housekeeping


🤜🤛 6 Committers

v0.10.5

Compare Source

🐛 Bugfixes

✨ Enhancements

🤜🤛 3 Committers

v0.10.4

Compare Source

🐛 Bugfixes
📝 Documentation
✨ Enhancements
  • combobox
    • Ability to pass targetRef to ComboboxPopover just like a normal Popover (@​sanfilippopablo)
🤜🤛 6 Committers
reach/reach-ui (@​reach/visually-hidden)

v0.18.0

Compare Source

BREAKING Changes
  • All default exports have been removed. Replace all default imports with the appropriate documented named export.
  • The output directory structure has changed slightly. Module files are now named reach-<pkg>.mjs instead of reach-<pkg>.esm.js.
Minor Changes
  • We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.

    This may affect you if you use patch-package to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

Patch Changes
  • Updated dependencies:
    • @reach/polymorphic@0.18.0

v0.17.0

Compare Source

💔 Breaking Changes
  • disclosure
    • In uncontrolled disclosures, previously we would render the disclosure as open on the first render, regardless of the defaultOpen prop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.
    • We simplified this by simply respecting the defaultOpen prop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set to true, then set the desired state for the following render in useEffect.
  • tabs
    • Removed the isSelected from from the Tab component. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec)
🐛 Bugfixes
  • auto-id
    • Use the user-provided ID beyond the first render for deterministic behavior (b2f3bc0)
  • tabs
    • Stop managing focus on mouse clicks to fix :focus-visible
  • listbox
    • Update submit button querySelector specificity to fix incorrect button clicks (#​903)
  • menu-button, combobox, listbox
    • Skip rendering of portaled popovers before hydration. This prevents unwanted layout shift when the server-rendered popover mounts to a temporary DOM node (a8f38a4).
🤜🤛 8 Committers

v0.16.0

Compare Source

BREAKING: This release fixes a rendering bug in the descendants, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.

We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.

This applies to all collection-based compound components:

  • Tabs
  • Accordion
  • MenuButton
  • Listbox
  • Combobox

🐛 Bugfixes

  • menu-button
    • Reference root's ownerDocument instead of global, better support in iframes

✨ Enhancements

  • menu-button
    • Better handling of mouse-move that caused problems with long lists on small screens
  • dialog
    • Update dependencies to fix small bugs in focus-lock
  • rect
    • Only log warning if observe is true
🤜🤛 3 Committers

v0.15.2

Compare Source

🐛 Bugfixes

  • menu-button
  • listbox
    • Cannot focus on ListboxList when it's styled to overlap ListboxButton (@​loque)

📝 Documentation

✨ Enhancements

  • combobox
  • accordion, disclosure
    • Remove -1 tabIndex from accordion and disclosure panels (@​joshuajaco)
🤜🤛 8 Committers

v0.15.0

Compare Source

🐛 Bugfixes

  • Combobox
    • Fix persistSelection issues when used with openOnFocus (#​455)
  • All packages
    • #​769 Add *.css files to the list of sideEffect(ful) files (@​Andarist)
    • BREAKING: Removed forwardRefWithAs utility and created new types associated with components that us the as prop. This is a breaking change if you are using the component types directly, but this change was long overdue and should address some new issues that popped up in #​753. Big thanks to @​jjenzz and the Radix UI project for making our lives easier here!
🤜🤛 3 Committers

v0.14.0

Compare Source

  • listbox
    • Fix selection of options using iOS with VoiceOver. (@​aappoalander)
    • Breaking change: If you were using our previously suggested styling selector [data-current] for the selected listbox option, that selector has been removed in favor of [data-current-selected]. The reason is because we also added [data-current-nav] for the highlighted option when navigating the list, so this seemed more clear to distinguish between the two. We also removed the default styles for options that match [aria-selected="true”] because this is an implementation detail that will likely change in an upcoming patch release to address accessibility issues.

📝 Documentation

✨ Enhancements

🤜🤛 6 Committers

v0.13.2

Compare Source

🐛 Bugfixes
✨ Enhancements
🏡 Housekeeping
3 Committers 🤜🤛

v0.13.1

Compare Source

v0.13.0

Compare Source

🐛 Bugfixes
  • accordion
  • tooltip
    • #​712 Address consistent cross-browser behavior with disabled elements (@​taifen)
✨ Enhancements
🏡 Housekeeping
6 Committers

v0.12.0

Compare Source

🐛 Bugfixes
  • menu-button
  • slider
    • #​694 [slider] Fixes #​693 by capturing mutable value sliderRef.current (@​yshean)
    • Focus handle in rAF on pointerdown
📝 Documentation
✨ Enhancements
  • utils
    • Improved typing for inferred elements without as prop
  • slider
    • #​673 Remove slider width styling (@​danny-andrews)
    • Rename SliderTrackHighlight to SliderRange; alias old name for non-breaking change, but with a dev warning
    • BREAKING: Simplify default styling; moved some inline styles to the default CSS stylesheet.
  • Other
    • Added as prop support for several components
🤜🤛 6 Committers

v0.11.1

Compare Source

No changes

v0.11.0

Compare Source

🐛 Bugfixes
🚀 Features
✨ Enhancements
🏡 Housekeeping

🤜🤛 6 Committers

v0.10.4

Compare Source

🐛 Bugfixes
📝 Documentation
✨ Enhancements
  • combobox
    • Ability to pass targetRef to ComboboxPopover just like a normal Popover (@​sanfilippopablo)
🤜🤛 6 Committers

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 these updates 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 changed the title fix(deps): update reach-ui monorepo to ^0.11.0 fix(deps): update reach-ui monorepo Sep 1, 2020
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from de6ecd7 to 2adf941 Compare November 28, 2020 09:59
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from 2adf941 to 2ce70f4 Compare January 31, 2021 18:54
@renovate renovate bot changed the title fix(deps): update reach-ui monorepo fix(deps): update reach-ui monorepo to ^0.13.0 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from 2ce70f4 to 07ea0e5 Compare April 26, 2021 13:17
@renovate renovate bot changed the title fix(deps): update reach-ui monorepo to ^0.13.0 fix(deps): update reach-ui monorepo to ^0.15.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from 07ea0e5 to 51081c2 Compare October 19, 2021 00:58
@renovate renovate bot changed the title fix(deps): update reach-ui monorepo to ^0.15.0 fix(deps): update reach-ui monorepo Oct 19, 2021
@renovate renovate bot changed the title fix(deps): update reach-ui monorepo fix(deps): update reach-ui monorepo to ^0.16.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from 51081c2 to 7769d73 Compare April 24, 2022 20:07
@renovate renovate bot changed the title fix(deps): update reach-ui monorepo to ^0.16.0 fix(deps): update reach-ui monorepo to ^0.17.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from 7769d73 to f1450b9 Compare November 20, 2022 08:40
@renovate renovate bot changed the title fix(deps): update reach-ui monorepo to ^0.17.0 fix(deps): update reach-ui monorepo to ^0.18.0 Nov 20, 2022
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.

None yet

0 participants