Vue-material: Migration Guide from 0.8.1 to 1.0.0

Created on 21 Nov 2017  路  7Comments  路  Source: vuematerial/vue-material

I know the migration guide is a task on the roadmap, but I thought it might be useful to have an issue to note down the issues that people come across when migrating that can be used as a starting point. Some starting points:

  1. component renaming:

    • md-ink-ripple -> md-ripple?
    • md-input-container -> md-field
    • md-layout -> just use div with flexbox styles?
    • md-list-text-container -> md-list-item-text
    • md-sidenav -> md-drawer
    • md-spinner -> md-progress-spinner
    • md-table-body -> not needed
    • md-table-header -> md-table-head
  2. in addition to following the getting started guide, I needed to include the theme configuration to get colored component styles

  3. when using md-dialog use md-active property instead of open() and close()

documentation

Most helpful comment

I'm sorry!

I got a problem with my personal computer, that died this month. I had to buy a new one and I'm still waiting for it.

When I have the chance do put my hands on it I will give another ETA. :)

All 7 comments

Its only beta thats why there is not migration guide yet.

The migration guide will be available next month. All the components that have a NEW API indication here (#1081) have changed since 0.8.1.

Awesome job guys, do we have a status on this migration guide @marcosmoura ???

I'm sorry!

I got a problem with my personal computer, that died this month. I had to buy a new one and I'm still waiting for it.

When I have the chance do put my hands on it I will give another ETA. :)

I wait for it

Any update on this?

i have tried searching for the migration guide but can not find it, did it get published?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

capttrousers picture capttrousers  路  3Comments

lovepluskaka picture lovepluskaka  路  3Comments

philipfeldmann picture philipfeldmann  路  3Comments

Leshgan picture Leshgan  路  3Comments

markus-s24 picture markus-s24  路  3Comments