You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved focus and hover states for Navigation (#1822)
Bug fixes
Fixed the SearchInput clear button which was overflowing the search bar in Firefox 65+ (#1795)
Fixed a bug preventing the display of Tooltip when cursor enters from a disabled element (#1783)
Fixed React imports in the Filters component to use import * as React for projects that don't use esModuleInterop (#1820)
Fixed tabIndex on main element causing event delegation issues (#1821)
Fixed icon color for destructive ActionList items (#1836)
Fixed not being able to explictly set autoComplete prop onAutocomplete.TextField (#1839)
Documentation
Added links to App Bridge React component documentation in deprecation notices for embedded components (#1765)
Improved link text for App Bridge deprecation notices #1802
Development workflow
Use explicit imports for our base sass mixins instead of having them implicitly defined at build-time. This simplifies our build config and other tooling that wants to build us from source [#1680]