Skip to content

Commit 9d90800

Browse files
committed
Changelog formatting
1 parent 79e8f4c commit 9d90800

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

doc/CHANGELOG-0.7.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## 0.7.0 (unreleased)
1+
# 0.7.0 (unreleased)
22

3-
* Added a router! See the `extra` module.
4-
* Removed deprecated methods marked for removal in 0.7.0.
5-
* Moved `.experiment` into a new module "extra".
3+
To ease migration, here is a script that perform 98% of the required changes for you:
4+
https://gist.github.com/japgolly/c68482dbadb0077f550c
5+
6+
7+
#### Changes
8+
* Added a router! _(See the `extra` module)_.
9+
* Moved `.experiment` into a new module called `extra`.
610
* More supported React tags and attributes.
11+
* Removed deprecated methods marked for removal in 0.7.0.
712

813
##### Refs
914
* Refs can now be applied to components from the outside, prior to mounting. ([#44](https://github.com/japgolly/scalajs-react/issues/44))
@@ -66,9 +71,3 @@ Just change your two `vdom` imports to this one:
6671
```scala
6772
import japgolly.scalajs.react.vdom.all._
6873
```
69-
70-
##### Migration script
71-
To ease migration, here is a script that perform 98% of the required changes for you.
72-
Remember to check into source control before running and verify the changes after running.
73-
74-
https://gist.github.com/japgolly/c68482dbadb0077f550c

0 commit comments

Comments
 (0)