Releases: reach/reach-ui
Releases · reach/reach-ui
v0.4.0
🧪 Out of Beta
slider
- #318 Simpler slider component (@chancestrickland)
🐛 Bugfix
tooltip
tabs
- #304 Add type="button" for tabs by default (#165) (@chancestrickland)
dialog
,slider
📝 Documentation
dialog
- #317 Dialog: Add documentation for missing labels (@chancestrickland)
slider
- #290 Document new slider components (@chancestrickland)
portal
- #287 Fix typo in Portal docs page (WindowSize -> Portal) (@jamenamcinteer)
- #286 Added link to portal page in the docs (issue #192) (@jamenamcinteer)
website
✨ Feature
dialog
- #317 Dialog: Add warnings catch missing labels (@chancestrickland)
slider
- #318 High-level slider component (@chancestrickland)
- #308 Export Slider* constants for use in user code (@mjackson)
alert-dialog
,alert
,auto-id
,combobox
,dialog
,menu-button
,popover
,portal
,rect
,skip-nav
,slider
,tabs
,tooltip
,visually-hidden
,window-size
- #313 Add and include all package TS definitions (@chancestrickland)
window-size
- #311 useWindowSize hook (@chancestrickland)
🏡 Housekeeping
alert-dialog
,alert
,auto-id
,combobox
,component-component
,dialog
,menu-button
,popover
,portal
,rect
,skip-nav
,slider
,tabs
,tooltip
,utils
,visually-hidden
,window-size
- #301 Component² > hooks (@chancestrickland)
alert
,combobox
,component-component
,dialog
,menu-button
,popover
,portal
,rect
,slider
,tabs
,tooltip
,visually-hidden
,window-size
- #300 Resolve packages names to example imports (@syncatallah)
alert-dialog
,alert
,combobox
,dialog
,menu-button
,slider
,tabs
,tooltip
website
🤜🤛 43 Committers
- Ahmad Atallah (@syncatallah)
- Alex Rohleder (@alexrohleder)
- Alistair Brown (@alistairjcbrown)
- Andrew Hyndman (@andrew-humu)
- Andrew Lisowski (@hipstersmoothie)
- Andrew Torres (@ajtorres9)
- Brahma Reddy Chilakala (@bradd123)
- Brandon Bayer (@flybayer)
- Cassidy Williams (@cassidoo)
- Chance Strickland (@chancestrickland)
- Cody Olsen (@stipsan)
- Colin (@ColinRTaylor)
- Einar Löve (@einarlove)
- Flo Becker (@beckerei)
- Jack Stevenson (@jackstevenson)
- Jamena McInteer (@jamenamcinteer)
- Kanitkorn Sujautra (@lukyth)
- Kent C. Dodds (@kentcdodds)
- Kristofer Selbekk (@selbekk)
- Lee Dunkley (@leeMoonpig)
- Liv Vitale (@LivVitale)
- Lyubomir (@lustoykov)
- Maciej Leszczyński (@asistapl)
- Mateusz Burzyński (@Andarist)
- Matt Wood (@mattfwood)
- Michael Crismali (@crismali)
- Michael Gichia (@michaelgichia)
- Michael Jackson (@mjackson)
- Nathan Force (@nathanforce)
- Nathan Klug (@ncknuna)
- Oleg (@qoalu)
- Oleg Proskurin (@UsulPro)
- Paul Razvan Berg (@PaulRBerg)
- Pete Correia (@petecorreia)
- Philip Van Raalte (@FIL1994)
- Rauno Freiberg (@raunofreiberg)
- Siddharth Kshetrapal (@siddharthkp)
- Thomas B Homburg (@homburg)
- Thomas Groutars (@tgroutars)
- Tom MacWright (@tmcw)
- Tyler Flemming (@flemwad)
- Yasin Güzeldal (@ygd)
- @kendallgassner
v0.4.0-beta.0
✨ Enhancements
slider
- #290 New slider component (@chancestrickland)
📗 Docs
slider
- #290 New slider component (@chancestrickland)
Committers: 1
- Chance Strickland (@chancestrickland)
v0.3.0
This release has a lot of changes. You can view them all here. A brief overview (apologies if anything was missed; we are working on getting this list automated for the next release!)
🐛 Bug Fixes
- menu-button: Fix positioning and hovering issues on IE11 (@petecorreia)
- menu-button: Fix conditionally-rendered MenuItem in MenuList (@LivVitale)
- menu-button: Handle left collision with a wide MenuList (@mrm007)
- menu-button: fixing null focus issue on menu button (Kendall_Gassner)
- auto-id: Declare type definitions (@andrew-humu)
- dialog: Only close the dialog if the click outside originated outside (@tmcw)
- tabs: Add missing CSS variable identifier (@raunofreiberg)
- tooltip: Account for scrollbar width in collision calculations (@chancestrickland)
- tooltip: Pass through events and ref to the tooltip trigger (@chancestrickland)
- tooltip: Fix aria-describedby issue re: #207 (@chancestrickland)
- tooltip: Fixed onBlur wrapper (@FIL1994)
- Add
prop-types
to dependencies (@hipstersmoothie) - Add deps for examples in devDeps (@siddharthkp)
- Fix to allow storybook build and view in IE11 (@alistairjcbrown)
✨ Enhancements
- alert-dialog: Forward refs on alert dialog (@nathanforce)
- tooltip: Make tooltip close on escape (@ColinRTaylor)
- dialog: Adds event that invokes onDismiss as param to the callback (flem)
- menu-button: allow user-provided MenuButton ID (@chancestrickland)
- utils: add
useUpdateEffect
hook (@chancestrickland) - SOOO many upgrades for the dev/build process! (@mjackson)
- visually-hidden: Update to use a named function (@crismali)
📗 Docs
- component-component: Update didUpdate docs (@ncknuna)
- auto-id: Fix missing Auto ID page on documentation website (@lukyth)
- tooltip: Account for possible scrollbars in the Tooltip triangle sample (@petetnt)
- alert: Fix typo in Alert docs (@jackstevenson)
- tabs: fix typo: TaPanelb -> TabPanel (@kentcdodds)
- dialog: Fix link to wai-aria dialog (@homburg)
- combobox: Update README with Combobox marked as complete (@mattfwood)
- portal: Added link to portal page and fixed typos in the docs (@jamenamcinteer)
- www: Auto-renew the copyright year (@selbekk)
- www: Rewriting all the examples using hooks! 🙏 (@selbekk)