vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.9k stars 1.15k forks source link

Migration Guide from 0.8.1 to 1.0.0 #1189

Open woodcoder opened 6 years ago

woodcoder commented 6 years ago

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()

Samuell1 commented 6 years ago

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

marcosmoura commented 6 years ago

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.

gabemule commented 6 years ago

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

marcosmoura commented 6 years ago

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. :)

JeffBorges commented 6 years ago

I wait for it

vhmolinar commented 6 years ago

Any update on this?

i049382 commented 4 years ago

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