rename migration guide

This commit is contained in:
Leo Horie 2016-12-02 21:59:43 -05:00
parent ce28fd8daf
commit fbbc7282c6
2 changed files with 14 additions and 6 deletions

View file

@ -1,7 +1,15 @@
# Migrating from `v0.2.x` to `v1.x`
# Change log
- [Migrating from v0.2.x](#migrating-from-v02x)
---
### Migrating from `v0.2.x`
`v1.x` is largely API-compatible with `v0.2.x`, but there are some breaking changes.
If you are migrating, consider using the [mithril-codemods](https://www.npmjs.com/package/mithril-codemods) tool to help automate the most straightforward migrations.
- [`m.prop` removed](#mprop-removed)
- [`m.component` removed](#mcomponent-removed)
- [`config` function](#config-function)

View file

@ -9,8 +9,8 @@
- [Components](components.md)
- [Lifecycle methods](lifecycle-methods.md)
- [Keys](keys.md)
- Migration
- [Migrating from 0.2.x](migration.md)
- Meta
- [Chat room](https://gitter.im/lhorie/mithril.js)
- [Credits](credits.md)
- Social
- [Community chat](https://gitter.im/lhorie/mithril.js)
- [Credits](credits.md)
- Misc
- [Change log/Migration](change-log.md)