Skip to content

Releases: reach/reach-ui

v0.4.0

31 Oct 17:35
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

🧪 Out of Beta

🐛 Bugfix

📝 Documentation

✨ Feature

🏡 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
  • alert, combobox, component-component, dialog, menu-button, popover, portal, rect, slider, tabs, tooltip, visually-hidden, window-size
  • alert-dialog, alert, combobox, dialog, menu-button, slider, tabs, tooltip
  • website
    • #291 Auto-renew the copyright year on the website (@selbekk)

🤜🤛 43 Committers

v0.4.0-beta.0

12 Oct 00:16
Compare
Choose a tag to compare
v0.4.0-beta.0 Pre-release
Pre-release

✨ Enhancements

📗 Docs

Committers: 1

v0.3.0

11 Oct 22:13
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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)