Releases: reach/reach-ui
Releases · reach/reach-ui
v0.8.6
Welcome to our new component, @reach/listbox
!
🐛 Bugfixes
combobox
- #497 Fix combobox warning in React 16.13.0 (@danieltott)
dialog
📝 Documentation
- #494 Fix animation examples to not use HOCs in the render (@ZarkoPernar)
✨ Enhancements
combobox
- #496 Remove unused __ComboboxPopoverProps type (@indiesquidge)
🤜🤛 7 Committers
- Andreas Eldh (@eldh)
- Austin Wood (@indiesquidge)
- Chance Strickland (@chancestrickland)
- Dan Ott (@danieltott)
- Felix Mosheev (@felixmosh)
- Frederik Eychenié (@feychenie)
- Zarko Pernar (@ZarkoPernar)
v0.8.5
🐛 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)
- Clear warning when wrapping Tooltip with
menu-button
- #476 Fix double-invoking onSelect in StrictMode (@variadicintegrity)
popover
- Change default mount node to span to prevent invalid DOM nesting errors
🤜🤛 6 Committers
- Huy Dang (@hd4ng)
- Jae Anne Bach Hardie (@jbachhardie)
- Jin Pae (@jinpae)
- Johan Brook (@brookback)
- Rauno Freiberg (@raunofreiberg)
- @variadicintegrity
v0.8.4
v0.8.3
🐛 Bugfixes
slider
- Fix keyboard interaction triggers page scroll (@hd4ng)
combobox
- Fix popover rendering before element is focused when initialized with a value (@cbarringer)
📝 Documentation
- #465 docs(rect): update first render return value (@tcoughlin3)
✨ Enhancements
utils
- @reach/utils:
checkStyles
warns in test environment (@KubaJastrz)
- @reach/utils:
🤜🤛 5 Committers
- Colin Barringer (@cbarringer)
- Huy Dang (@hd4ng)
- Jakub Jastrzębski (@KubaJastrz)
- Sebastian Pettersson (@sebpettersson)
- Tom Coughlin (@tcoughlin3)
v0.8.2
🐛 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)
- Support for
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
- Austin Wood (@indiesquidge)
- Chance Strickland (@chancestrickland)
- Dony Sukardi (@donysukardi)
- Giuseppe (@giuseppeg)
- Mike Limberg (@mlimberg)
- @mrm007
v0.8.1
v0.8.0
🚀 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
- Chance Strickland (@chancestrickland)
- Cédric Patchane (@CPatchane)
- Viet Tran (@MrX8503)
- Zebra Flesh (@ZebraFlesh)
v0.7.4
🐛 Bugfixes
menu-button
- PopoverMenu styles fixed (@InfraK)
alert-dialog
,dialog
- Fixed 'alertdialog' aria-role (@peloycosta)
tabs
- Fixed home/end key selecting the disabled tabs (@hd4ng)
combobox
- Fix return type of ComboboxOptionText (@felixmosh) #426
utils
- Remove the mandatory of "as" type (@felixmosh) #428
- Other
- Default imports don't return a components (@tricoder42)
📝 Documentation
- Update incorrect custom TabPanel example (@donysukardi) #442
- Fixed AnimatedTabs missing color prop in docs (@hd4ng)
- Remove double "the" (@arturcarvalho) #424
- Add allowPinchZoom docs description for dialog (@JeremiAnastaziak) #429
✨ Enhancements
tabs
- Fixed TabPanel hidden attribute overwriting (@xtalx)
- Left & right arrows flipped in RTL langs (@felixmosh)
🤜🤛 11 Committers
- Artur Carvalho (@arturcarvalho)
- Dony Sukardi (@donysukardi)
- Eric Thomas (@et)
- Felix Mosheev (@felixmosh)
- Huy Dang (@hd4ng)
- Jaco Bovenschen (@jbovenschen)
- Jeremi Anastaziak (@JeremiAnastaziak)
- Pedro Costa (@peloycosta)
- Santiago Kent (@InfraK)
- Tal Williams (@xtalx)
- Tomáš Ehrlich (@tricoder42)
v0.7.3
🐛 Bugfixes
tabs
- Fix Home/End key selecting disabled tabs (@hd4ng)
combobox
- #426 Fix return type of ComboboxOptionText (@felixmosh)
📝 Documentation
- #424 Typo fixes (@arturcarvalho)
- #429 Add allowPinchZoom docs description for Dialog (@JeremiAnastaziak)
✨ Enhancements
tabs
- Tabs: A support for keyboard navigation in RTL writing mode (@felixmosh)
🤜🤛 4 Committers
- Artur Carvalho (@arturcarvalho)
- Felix Mosheev (@felixmosh)
- Huy Dang (@hd4ng)
- Jeremi Anastaziak (@JeremiAnastaziak)
v0.7.2
🐛 Bugfixes
tabs
- Fix several sad bugs introduced in 0.7.1 (my bad y’all!)
menu-button
- MenuPopoverProps missing position (@robphoenix)
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
- Chance Strickland (@chancestrickland)
- Rauno Freiberg (@raunofreiberg)
- Rob Phoenix (@robphoenix)