Skip to content

Releases: reach/reach-ui

v0.8.6

06 Mar 16:49
Compare
Choose a tag to compare
v0.8.6 Pre-release
Pre-release

Welcome to our new component, @reach/listbox!

🐛 Bugfixes

  • combobox
  • dialog
    • #488 Pass allowPinchZoom prop from Dialog to DialogOverlay (@eldh)

📝 Documentation

✨ Enhancements

🤜🤛 7 Committers

v0.8.5

21 Feb 19:55
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release

🐛 Bugfixes

  • combobox
    • Fix infinite render loop when input is whitespace on controlled combobox (@jbachhardie)
  • combobox, tabs
    • Fix keyboard interaction triggering scroll page (@hd4ng)
  • combobox, tooltip
    • Fix controlled component not closing popover on select (@jbachhardie)
  • tooltip
    • Clear warning when wrapping Tooltip with

      tag (@brookback)

  • menu-button
  • popover
    • Change default mount node to span to prevent invalid DOM nesting errors

🤜🤛 6 Committers

v0.8.4

15 Feb 02:08
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release
  • Minor bug fix in @reach/utils that unfortunately affects most other packages. Added a quick test to hopefully catch this in the future!
  • Removed rogue console log in @reach/combobox

v0.8.3

15 Feb 00:01
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

🐛 Bugfixes

  • slider
    • Fix keyboard interaction triggers page scroll (@hd4ng)
  • combobox
    • Fix popover rendering before element is focused when initialized with a value (@cbarringer)

📝 Documentation

✨ Enhancements

  • utils
    • @reach/utils: checkStyles warns in test environment (@KubaJastrz)

🤜🤛 5 Committers

v0.8.2

08 Feb 00:46
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

🐛 Bugfixes

  • menu-button, popover
    • Incorrect left collision when MenuList is wide (@mrm007)
  • combobox
    • Add missing type defs

📝 Documentation

  • Several improvements and updates to the docs!

✨ Enhancements

  • accordion
    • Support for as prop in AccordionItem and AccordionPanel (@donysukardi)
  • alert-dialog, alert, combobox, dialog, menu-button, popover, slider, tooltip, utils
    • Make components work when rendered inside of iframes (@giuseppeg)
  • accordion, combobox, disclosure, menu-button, slider, tabs
    • Add ability to manually set aria attributes (@mlimberg)

🤜🤛 6 Committers

v0.8.1

31 Jan 01:15
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Fixed a bug in @reach/checkbox that kept the indeterminate node property out of sync with component state

v0.8.0

30 Jan 22:45
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

🚀 New Components

📝 Documentation

  • In combobox docs, fix issue where input with empty suggestions doesn't show a popover (@MrX8503)
  • Added documentation for all new components!

🐛 Bugfixes

  • Minor bug fixes throughout several packages

🤜🤛 4 Committers

v0.7.4

25 Jan 00:07
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

🐛 Bugfixes

  • menu-button
    • PopoverMenu styles fixed (@InfraK)
  • alert-dialog, dialog
  • tabs
    • Fixed home/end key selecting the disabled tabs (@hd4ng)
  • combobox
  • utils
  • Other
    • Default imports don't return a components (@tricoder42)

📝 Documentation

✨ Enhancements

  • tabs
    • Fixed TabPanel hidden attribute overwriting (@xtalx)
    • Left & right arrows flipped in RTL langs (@felixmosh)

🤜🤛 11 Committers

v0.7.3

17 Jan 23:31
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release

🐛 Bugfixes

  • tabs
    • Fix Home/End key selecting disabled tabs (@hd4ng)
  • combobox

📝 Documentation

✨ Enhancements

  • tabs
    • Tabs: A support for keyboard navigation in RTL writing mode (@felixmosh)

🤜🤛 4 Committers

v0.7.2

10 Jan 23:35
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

🐛 Bugfixes

  • tabs
    • Fix several sad bugs introduced in 0.7.1 (my bad y’all!)
  • menu-button
  • rect
    • Improve initial render by updating rect state before observer callback is fired
  • Other
    • Refactored all components to TypeScript and fixed several type-related issues

🤜🤛 3 Committers