Skip to content

Latest commit

 

History

History
500 lines (240 loc) · 19.6 KB

CHANGELOG.md

File metadata and controls

500 lines (240 loc) · 19.6 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.6 (2018-01-07)

Features

  • button: add button accent property (fd3e124), closes #147
  • button: add support for vue-router (43a9d3f)
  • card: add accent property to mdc-card action (01a0f7e)
  • card: add vue-router support for action button (52ddaf2)
  • fab: add support for vue-router (383dffa)

0.7.5 (2018-01-07)

Bug Fixes

  • webpack: common chunks plugin typo (014df1f)

Features

  • checkbox: allow custom label markup (3bf6547), closes #185
  • switch: allow custom label markup with default slot (e89a618)

0.7.4 (2018-01-05)

Bug Fixes

  • drawer: make responsive behaviour consistent (9b1395a), closes #76
  • drawer: toolbar spacer should be inside the mdc-drawer__drawer element #187 (e45a8f0)
  • select: select with pre-selected option doesn't float label #188 (f296d42)

Features

0.7.3 (2017-12-29)

Bug Fixes

  • layout-app: use display:block for ie11 (de40002)

0.7.2 (2017-12-29)

Bug Fixes

  • layout-app: flex min-height workarround vor ie11 (4aea0ce), closes #176
  • textfield: mdc-textfield should be inline-flex (8d2d256), closes #166

0.7.1 (2017-12-29)

Bug Fixes

  • demo: add missing meta tags (5c5f2b4)
  • demo: fix logo size for ie11 (ffb154d)

Features

  • demo: add compatibility meta tag (a555a9d)
  • demo: add ie11 support (def1985)
  • drawer: add drawer-type prop for easy drawer type switching (ae97d16), closes #132
  • remove need for polyfill on ie11 (e39f6b9), closes #168
  • textfield: emit blur event from input or textarea element (697b782), closes #172

0.7.0 (2017-12-19)

Bug Fixes

  • list: Correct "mdc-list-item__secondary-text" (308ea01)
  • package: update material-components-web to version 0.27.0 (005c08e)
  • select: mdc 0.27.0 styles issues workarrounds (4f37bd6)
  • textfield: label should be transparent (d22cf3c)

Features

  • docs: add style guide (2334b74)
  • drawer: implement mdc v0.27.0 (a3e3e3e)
  • drawer: temporary drawer should be auto-scrollable #159 (d9588b5)
  • list: implement mdc v0.27.0 (b35cad7)
  • menu: implement mdc v0.27.0 (1179781)
  • radio: mdc-radio's init should follow v-model when checked prop is unset? #155 (5e3263d)
  • select: implement mdc v0.27.0 (5247b59)
  • textfield: implement mdc v0.27.0 (dbf39f8)

0.6.5 (2017-12-07)

Bug Fixes

  • drawer: temporary drawer should close on item click (0d9017c)
  • icon-toggle: Custom Icons Don't work #150 (0a5f454)

0.6.4 (2017-12-06)

0.6.3 (2017-12-06)

0.6.2 (2017-12-06)

Bug Fixes

  • demo: rename iframe iports as per new distribution (7688a86)

0.6.1 (2017-12-06)

Bug Fixes

  • dist: add missing source distribution and fix unpkg name (28980e7)

0.6.0 (2017-12-06)

Bug Fixes

  • checkbox: checkbox throws error if no label #135 (c3e7c97)
  • tabs: Fixing mdc-tab-bar bar property reference #148 (943d851)

build

  • dist: simplify webpack config as per new ESM distribution (309bcd6)
  • sass: add sass theme to distribution (3f66f4e)

Features

  • button: make all props reactive (1b1a06b)
  • demo: add vue-analytics (c25cf84)
  • dist: add esm distribution for bundlers (be55a74)
  • dist: add esm distribution for bundlers (e55dd5b)
  • theme: implement mdc-theme (385ca64)

BREAKING CHANGES

  • sass: components source are not distributed. use sass from dist folder.
  • dist: UMD distribution names have changed. see docs/getting-started.md

0.5.3 (2017-11-29)

Bug Fixes

  • demo: demo styles are not selected on production build (16dcc93)

0.5.2 (2017-11-29)

Bug Fixes

  • package: fix unpkg field to new /dist/index.js (917d528)

Features

  • drawer: add support for router-link mode (45b6796)

0.5.1 (2017-11-28)

Bug Fixes

  • demo: set iframe elevation to 1 (1662382)

0.5.0 (2017-11-28)

Bug Fixes

  • enforce class name convention (5660b39), closes #121
  • enforce component naming convention (8f805c5)
  • package: update material-components-web to version 0.26.0 (d1f6da5)
  • select: size property not applied with mdc 0.26.0 (9925308)

Features

  • select: implement foundation as per mdc 0.26.0 (53c47db)
  • textfield: implement foundation as per mdc 0.26.0 (426ceb9)

0.4.2 (2017-11-26)

0.4.1 (2017-11-25)

Bug Fixes

  • demo: fix iframes wrong imports (f75773a)

0.4.0 (2017-11-25)

Features

  • dist: refactor exports in order to simplify components imports (fa8d049)

BREAKING CHANGES

  • dist: new naming convention VueMDC[Plugin], mdc[Component] and new distribution filename. check docs/getting-started.md for more

0.3.0 (2017-11-18)

Bug Fixes

  • textfield: disable property is not reactive (575f526), closes #111
  • toolbar: mdc-toolbar-menu name is confusing (395a431), closes #113
  • toolbar: should be built as a single plugin #114 (b68b75d)

BREAKING CHANGES

  • toolbar: rename mdc-toolbar-menu to mdc-tollbar-menu-icon

0.2.1 (2017-11-14)

Bug Fixes

  • package: update material-components-web to version 0.25.0 (1ed7f64)

0.2.0 (2017-11-08)

Bug Fixes

  • select: option can not be selected once children slots have changed #97 (6742194)
  • typography: component should not force adjust-margin #101 (ceaa6c1)
  • typography: fix typography test.spec (f91e121)

BREAKING CHANGES

  • typography: typography components no longer force margin-adjust, it must be explicitly set.

0.1.8 (2017-11-05)

0.1.7 (2017-11-05)

0.1.6 (2017-11-05)

0.1.5 (2017-11-05)

0.1.4 (2017-11-05)

0.1.3 (2017-11-04)

0.1.2 (2017-11-04)

0.0.49 (2017-11-01)

Bug Fixes

  • checkbox: fix missing adapter methods (46fa83c)
  • dialog: footer ripple missing (46ac43a)
  • snackbar: build failure (359a609)
  • snackbar: fix missing adapter api (c6fb19e)
  • test: fix crashing test.spec (e9e3594)
  • textfield: adapter api mismatch (d7311e5)

0.0.48 (2017-10-27)

Bug Fixes

  • demo: fix router home links (58ce57d)
  • drawer: drawer has no --selected item style (16cd196)
  • drawer: fix drawer behavior (f446a11), closes #92
  • drawer: fix responsive behavior of the drawer #76 (aff0a97)

0.0.47 (2017-10-23)

0.0.46 (2017-10-23)

0.0.45 (2017-10-23)

Bug Fixes

  • components: fix missing 'name' option in the Vue components (b31e66d)
  • layout-app: allow main content to shrink (ba21537)
  • textfield: label overlaps with content (#86) (4964b91)
  • util: fix ripple for ssr (809e3dd)

Features

  • demo: add readme and demos (9334fa8)
  • demo: publish new site (45493a9)
  • mdc-layout-app: add new mdc-layout-app component (e9fd92d)

0.0.44 (2017-10-06)

Bug Fixes

  • button: button click event is not being dispatched (8d90920)

0.0.43 (2017-10-06)

Features

  • textfield: align textfield on mdc 0.22 (05a93bc)

0.0.42 (2017-10-04)

Bug Fixes

  • ssr: avoid fetching matches property on server (#77) (e114841)

Features

  • button: add support for button links (#79) (5b9f678)
  • util: add custom element component (65899c6)

0.0.41 (2017-09-30)

Bug Fixes

  • button: buttons accessibility isssue (0a2613b), closes #72
  • card: action button should render a tag (30e7f25)
  • fab: fix fab accessibility issue (4322914)
  • infra: fix release script (f89c7a8)

Features

  • button: add style for mdc-icon (95fcbff)
  • icon: add mdc-icon component (f747ac1)
  • toolbar: add support for custom icons (d975a18)

BREAKING CHANGES

  • toolbar: - mdc-toolbar-menu replaces mdc-toolbar-icon-menu
  • use icon prop instead of slot to set the icon
  • fab: use icon prop instead vs slot to set material icon content
  • button: href abd icon props removed

0.0.40 (2017-09-29)

Features

  • changelog: moving to angular git commit convention (e07d5ab), closes #71

0.0.39 (2017-09-19)

BREAKING CHANGES

  • button: remove button primary and accent prop as per MDC 0.21.0

0.0.38 (2017-09-10)

BREAKING CHANGES

  • fab: fab can not be disabled mdc@^0.20.0