Releases: mlaursen/react-md
Releases · mlaursen/react-md
v1.14.0
Changelog
- Updated the
SelectField
to support custom scroll position when the menu is opened with the
new saveScrollTop
and listScrollTopUpdate
props (@gamtiq - #856)
v1.13.0
Changelog
- Added a
getActiveLabel
prop to the SelectField
for additional styling and updated the type definitions for the SelectField
. (@gamtiq - #855)
v1.12.4
Changelog
- Fixed the
Layover
/ Menu
components' positioning when using display: hidden
for a relative
container. (@showme79 - #852)
v1.12.3
Changelog
- Fixed the
ExpansionPanel
to be able to conditionally render panels. #840