"@react-md/code": patch
"@react-md/core": patch
Breaking Changes:
@react-md/core
no longer supports a single entrypoint and is ESM only
Features:
react-md
package is now a convenience package for the@react-md/core
single entrypoint- New
@react-md/code
package for most of the code functionality within the documentation stie Box
now sets the--rmd-box-columns
variable to thecolumns
prop when it is a number- New
Navigation
components - The
useExpandableLayout
anduseResizableLayout
hooks support"static"
full height navigation - The
useExpandableLayout
anduseResizableLayout
hooks support conditionally rendering the"static"
layouts while being SSR safe - New
useActiveHeadingId
hook to help re-create the Table of Contents behavior in the documentation stie
Bug fixes:
- The
box-custom-grid
mixin should no longer error - The
LayoutAppBar
no longer causes layout shifts after rehydrating - The
ToastManager
handles repeated pause and resumes correctly
Other changes
- Documentation site overhaul to allow editing SCSS modules and showing the generated output
- Simplified the since tags in tsdoc
- Simplified tsdoc examples