File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 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
6772import 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
You can’t perform that action at this time.
0 commit comments