v2.3.0-alpha.2
Pre-release
Pre-release
2.3.0-alpha.2 (2020-09-05)
Bug Fixes
- @react-md/form: added missing scss variables (ec8d675)
- @react-md/states: fixed usedPressStates to pass onClick like other state hooks (82cd676)
- @react-md/utils:
useResizeObserver
loop over correct subscriptions (e0656cb)
Features
- a11y: improved
LabelRequiredForA11y
type definition (b7aa4fa) - @react-md/alert: created and exported the default timeout and classnames (32bacc9)
- @react-md/button: added built-in support for rendering
CircularProgress
(c6c616b) - @react-md/button: added support for disabled theme without disabling button (6a647e2)
- @react-md/form: updated
TextArea
to use the new useResizeObserver API (2c2dd27) - grid: added hook to access grid list size (a448816)
- grid: added new
cloneStyles
prop so grid styles can be applied to any child (ca913e7) - @react-md/overlay: created and exported the default timeout and classnames (48cd9d5)
- @react-md/progress: added a
small
state to theCircularProgress
(6884a3a) - @react-md/tabs: updated tabs to use the new resize observer API (052b3f2)
- themes: updated sandboxes to use new CDN for pre-compiled themes (e83f47e)
- @react-md/tree: updated defaultTreeItemRenderer for class names (3c61f3c), closes #920
- @react-md/utils: added
Dir
component to help determine current writing direction (a929e04) - @react-md/utils: added
useGridList
hook (56ecc19) - @react-md/utils: added useIsomorphicLayoutEffect from react-redux (deacf1c)
- @react-md/utils: created a new useResizeObserver implementation (dc3f4df)
- @react-md/utils: more verbose useAppSize usage error message (2c81982)