Skip to content

Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@pgbross pgbross released this 08 Jun 15:38

Beta 5

V0.16.5-Beta

Interim release, supporting material-components-web v6.x

BREAKING CHANGE: The build process now uses rollup to produce 'ESM', 'CJS', and 'AMD' bundles. Clients should nowimport { button } from 'vue-material-adapter, instead ofimport button from '@mcwv/button'.

if consumers of this library are using a bundler such as webpack or rollup, then the default should be to use the correct bundle. This can be overridden in webpack, for example, by specifying an alias.