Releases: FrontendMatter/material-design-kit
Releases · FrontendMatter/material-design-kit
v1.0.0-alpha.23
changes
- fix header layout within drawer demos
- fix drawer layout within drawer layout issues
- upgrade drawer layout to flexbox
v1.0.0-alpha.22
changes
- disable header transform when the header will not be condesing
- transform fixed header
- remove transitions from the header's primary element
- update the header's layout content position when the layout doesn't have a custom scrolling region
v1.0.0-alpha.21
changes
- add support for drawer layout with
display: flex - add
.mdk-drawer-layout--flexclass (enables flexbox on the drawer layout) - refactor header scroll transforms
- refactor reveal
- refactor scroll effects to use
requestAnimationFrameinstead of scroll events (performance) - update demos
- upgrade laravel-mix to v2.0.0
- configure babel to use transform-runtime via .babelrc (fixes ie11 issues)
v1.0.0-alpha.20
Cast Reveal component partialHeight property to a Number
v1.0.0-alpha.19
fix effects dataset attribute for components using the scroll effects behaviour
v1.0.0-alpha.18
Breaking Changes
Upgrade component properties to HTML data attributes
Fixes
Include tooltip css with the main stylesheet
v1.0.0-alpha.17
Changes
- add
.mdk-drawer-layout--fullbleedexplicit CSS modifier to make the drawer layout fill it’s parent container using absolute positioning - add
.mdk-drawer-layout__content--scrollableexplicit CSS modifier to enable scroll on the drawer layout content (intended for use with.mdk-drawer-layout[has-scrolling-region]) - add
.mdk-header-layout--fullbleedexplicit CSS modifier to make the header layout fill it’s parent container using absolute positioning - add
.mdk-header-layout__content--scrollableexplicit CSS modifier to enable scroll on the header layout content (intended for use with.mdk-header-layout[has-scrolling-region]) - add
.mdk-header-layout__content--fullbleedexplicit CSS modifier to make the header layout content fill it’s parent using absolute positioning (intended for use with.mdk-header-layout[has-scrolling-region]) - apply
height: 100%by default to.mdk-header-layout
v1.0.0-alpha.16
Changes
- fix
umdbuild - export
media-queryutility withdist/material-design-kit.js - update dev tools
v1.0.0-alpha.15
Changes
- bump
dom-factorypeer dependency tov1.0.0-alpha.6 - update READMEs
- upgrade dev tools
v1.0.0-alpha.13
Changes
- add some browser optimizations for header transform and fx-condenses scroll effect
- add header layout
[fullbleed]style - add overflow hidden to reveal wrapper
- add header layout fullbleed property
- add width 100% to carousel item
- add drawer closing state