Open woodcoder opened 6 years ago
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?
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:
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 neededmd-table-header
->md-table-head
in addition to following the getting started guide, I needed to include the theme configuration to get colored component styles
when using
md-dialog
usemd-active
property instead ofopen()
andclose()