Releases: HBM/md-components
Releases · HBM/md-components
v15.0.2
v15.0.1
v15.0.0
Changed
- transpile code in
es/
folder to makecreate-react-app
npm run build
work - use
react-transition-group
for snackbar to be able to remove from DOM when invisible. fixes overflow scroll in safari. - use unitless value for
line-height
inbase.css
to fix box sizing issues
Added
- add new component expansion panel
v14.0.1
v14.0.0
Changed
- simplify main container CSS
- remove
react-motion
and use CSS animations transitions instead - card: remove larger font-size and line-height
Fixed
- select: overlay is now properly positioned above underlying div element
- select: overlay has higher z-index than header
- select, snackbar: use
height
insteadmin-height
to fix IE11 issues - checkbox: fix position of underlying input element
v13.2.0
Added
- select: make component keyboard accessible
- textarea: pass through all properties to underyling real textarea to enable
onFocus
andonBlur
Fixed
- navigation: remove focus outline
- tabs: use PureComponent and fix unnecessary rerenders
- tabs: fix ink bar behaviour in IE11
- checkbox: fix focus shadow location
- textfield: remove focus styles for readOnly textfields
- update dependencies to remove warnings about React PropType
v13.1.0
v13.0.1
v13.0.0
Added
- Button: add dense variant
- Select: add dedicated style when used inside
<Table>
Changed
mdc-
prefix for all class names- deploy all sass files flat to
scss
dir - examples: Use create-react-app 2
Fixed
- Use prop-types package
- fix ES6 babel configuration
- Select: fix font-size and alignment