Skip to content

Releases: FrontendMatter/material-design-kit

v1.0.0-alpha.23

02 Dec 22:11

Choose a tag to compare

v1.0.0-alpha.23 Pre-release
Pre-release

changes

  • fix header layout within drawer demos
  • fix drawer layout within drawer layout issues
  • upgrade drawer layout to flexbox

v1.0.0-alpha.22

24 Aug 14:48

Choose a tag to compare

v1.0.0-alpha.22 Pre-release
Pre-release

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

18 Aug 11:23

Choose a tag to compare

v1.0.0-alpha.21 Pre-release
Pre-release

changes

  • add support for drawer layout with display: flex
  • add .mdk-drawer-layout--flex class (enables flexbox on the drawer layout)
  • refactor header scroll transforms
  • refactor reveal
  • refactor scroll effects to use requestAnimationFrame instead 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

09 Jan 17:12

Choose a tag to compare

v1.0.0-alpha.20 Pre-release
Pre-release

Cast Reveal component partialHeight property to a Number

v1.0.0-alpha.19

17 Dec 12:25

Choose a tag to compare

v1.0.0-alpha.19 Pre-release
Pre-release

fix effects dataset attribute for components using the scroll effects behaviour

v1.0.0-alpha.18

12 Dec 11:33

Choose a tag to compare

v1.0.0-alpha.18 Pre-release
Pre-release

Breaking Changes

Upgrade component properties to HTML data attributes

Fixes

Include tooltip css with the main stylesheet

v1.0.0-alpha.17

21 Nov 20:55

Choose a tag to compare

v1.0.0-alpha.17 Pre-release
Pre-release

Changes

  • add .mdk-drawer-layout--fullbleed explicit CSS modifier to make the drawer layout fill it’s parent container using absolute positioning
  • add .mdk-drawer-layout__content--scrollable explicit CSS modifier to enable scroll on the drawer layout content (intended for use with .mdk-drawer-layout[has-scrolling-region])
  • add .mdk-header-layout--fullbleed explicit CSS modifier to make the header layout fill it’s parent container using absolute positioning
  • add .mdk-header-layout__content--scrollable explicit 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--fullbleed explicit 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

10 Oct 17:23

Choose a tag to compare

v1.0.0-alpha.16 Pre-release
Pre-release

Changes

  • fix umd build
  • export media-query utility with dist/material-design-kit.js
  • update dev tools

v1.0.0-alpha.15

01 Jul 13:33

Choose a tag to compare

v1.0.0-alpha.15 Pre-release
Pre-release

Changes

  • bump dom-factory peer dependency to v1.0.0-alpha.6
  • update READMEs
  • upgrade dev tools

v1.0.0-alpha.13

06 Jun 13:56

Choose a tag to compare

v1.0.0-alpha.13 Pre-release
Pre-release

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