Socket
Socket
Sign inDemoInstall

vue-mdc-adapter

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-mdc-adapter - npm Package Versions

13
11

0.15.1

Diff

Changelog

Source

0.15.1 (2018-05-01)

Bug Fixes

  • dist: fix styles distribution (fd1d66a), closes #423
  • radio: mdc-radio has two items with ref="label" #409 (05cbe6c)
  • textfield: mdc-line-ripple does not get activated when mdc-textfield is focused #424 (1f173ef)

BREAKING CHANGES

  • dist: styles are not located in 'vue-mdc-adapter/dist/components/...' anymore. import them from 'vue-mdc-adapter/dist/...'

<a name="0.15.0"></a>

stasson
published 0.15.0 •

Changelog

Source

0.15.0 (2018-04-29)

Bug Fixes

  • demo: button ripple layout on change button type. (1cfe0da)
  • mdc-button: Remove accent (2ea1ec0)
  • mdc-checkbox: Correct classname for svg path. (aea2733)
  • mdc-select: Add scope id attribute to root element. (7f91f61)
  • mdc-tab-bar: Remove obsolete support for primary/secondary indicators. (6b902ba)
  • Revert isolate internal eventbus. Use relatively unique event name to isolate from user events. (97eceaf)
  • mdc-textfield: Support "id" from scope attributes on root element (3541eef)
  • mdc-top-bar-app: fix mdc-top-app-bar-action name (6cb1902)
  • package: update material-components-web to version 0.35.0 (02fb05a)
  • textfield: fix self closing textarea build issue (e66aed2)
  • typography: fix mdc-display class name (e8aeb65)
  • change event name and document. (e862cd7)
  • fix passive event warnings (2a0e886)
  • fix remaing template eslint issues (d9fff63)
  • Make unique id a mixin (e4cce68)
  • workaround for postcss build issue [REVERTME] (7c4e8be)

Features

  • button: Rename stroke property to outline as per MDCWeb 0.35.0 (b346320)
  • card: Rename stroke property to outline as per MDCWeb 0.35.0 (c46639a)
  • chip: update chip as per MDCWeb 0.35.0 (e629bc2)
  • dialog: update mdc-dialog as per MDCWeb 0.35.0 (4ccbd9e)
  • fab: RTL support for fab (e634387)
  • mdc-dialog: Support v-model for open/close dialog (5560ea6)
  • mdc-drawer: Support v-model to open/close drawer. (7ce4311)
  • mdc-menu: Support v-model for open/close (1648ef5)
  • mdc-snackbar: Support v-model to show snack. (dfa29d3)
  • mdc-top-app-bar: Add support for prominent prop (62d9251)
  • select: update as per MDCWeb 0.35.0 (d2d7182)
  • select: update mdc-select as per MDCWeb 0.35.0 (dc27135)
  • textfield: update foundation as per MDCWeb 0.35.0 (212022c)
  • top-app-bar: add fixed property (83130ed)
  • top-app-bar: update mdc-top-app-bar as per MDCWeb 0.35.0 (fe71e18)
  • typography: typography: Update styles to match guidance as per MDCWeb 0.35.0 (7aa9a33)

BREAKING CHANGES

  • select: bottomLine property has removed
  • card: Rename stroke property to outline as per MDCWeb 0.35.0
  • button: Rename button stroke property to outline
  • typography: Previous typography styles are removed. The new styles are listed in the readme.

<a name="0.14.0"></a>

stasson
published 0.14.0 •

Changelog

Source

0.14.0 (2018-04-06)

Bug Fixes

  • Remove event listeners on component destroy (34a31d4)
  • Update for material-components-web breaking changes (6a7616e)
  • mdc-dialog: use vue-mdc-adapter unique id (0ceec66)
  • mdc-snackbar: typo in removing event source listener (3222267)
  • mdc-tab-bar: Guard against deactivating a tab that no longer exists (bfce806)
  • mdc-textfield: Add unique id to textfield element input (71fda09)
  • mdc-textfield: Support number as permitted type attribute value. (2089135)
  • mdc-top-app-bar: Missing listeners on element root. (c2da57c)

Features

  • dispatchevent (dfb923a)
  • isolate internal eventbus (5adfe34)
  • mdc-checkbox: Support array as v-model. (1c8ca1a)
  • mdc-chip: Allow underlying events to be emitted as first class Vue events. (18a6d27)
  • mdc-layout-grid: add support for overall grid layout alignment (2a21775)
  • mdc-select: Implement native select (755ffac)
  • mdc-top-app-bar: Support dense mode (bf72305)

<a name="0.13.5"></a>

stasson
published 0.13.5 •

Changelog

Source

0.13.5 (2018-03-26)

Bug Fixes

<a name="0.13.4"></a>

stasson
published 0.13.4 •

Changelog

Source

0.13.4 (2018-03-26)

Bug Fixes

<a name="0.13.3"></a>

stasson
published 0.13.3 •

Changelog

Source

0.13.3 (2018-03-26)

Bug Fixes

  • mdc-tab: show icons in tabs (739bfb3)
  • mdc-textfield: Bind scope attributes to input elements. (d188482)

<a name="0.13.2"></a>

stasson
published 0.13.2 •

Changelog

Source

0.13.2 (2018-03-23)

Bug Fixes

<a name="0.13.1"></a>

stasson
published 0.13.1 •

Changelog

Source

0.13.1 (2018-03-23)

Bug Fixes

  • mdc-menu: Remove unused import and unavailable export (38b4248), closes #326

<a name="0.13.0"></a>

stasson
published 0.13.0 •

Changelog

Source

0.13.0 (2018-03-22)

Bug Fixes

  • Update for material-components-web@0.33.0 (9d04004)
  • mdc-button: Remove compact variant as removed from material-components-web@0.33.0 (a267f34)
  • mdc-dialog: add missing classes to footer buttons. Resolves #309 (b17c83a)
  • mdc-select: Add menu prop (c2daafc)
  • mdc-select: Correct a typo in foundationLabel in the beforeDestroy method (ed3d391)
  • mdc-slider: Set min and max taking into account current max value. (2d61239)
  • mdc-top-app-bar: Use variant specific foundation according to material-web-components@0.33.0 (a51ada8)
  • package: update material-components-web to version 0.33.0 (00c7e21)

Features

  • mdc-chips: Implement checkmark for filter chips (40e6caa)
  • mdc-menu: Add new anchor postioning functionality. (00eb3c3)
  • mdc-menu: Add support for quick-open. (eace817)

<a name="0.12.1"></a>

stasson
published 0.12.1 •

Changelog

Source

0.12.1 (2018-03-12)

<a name="0.12.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc