v2.3.0-alpha.1
Pre-release
Pre-release
2.3.0-alpha.1 (2020-09-03)
This is technically a breaking change since the react-md
package no longer supports the pre-compiled themes in the dist/css
folder. You will now need to switch to using jsDelivr which is outlined in the new CDN Links documentation.
Bug Fixes
- @react-md/form: added missing scss variables (ec8d675)
- @react-md/states: fixed usedPressStates to pass onClick like other state hooks (82cd676)
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 newuseResizeObserver
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 classnames (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)