Skip to content

Commit 94c9627

Browse files
committed
Upgrade scala-js-dom 0.8.{1 ⇒ 2}.
1 parent 259c91d commit 94c9627

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/CHANGELOG-0.10.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,16 @@ Unlike the `render` methods, this migration can be automated (see below).
357357
* Deleted `test.Sel`. Use [Sizzle](http://sizzlejs.com/) or [jQuery](https://jquery.com/).
358358
For reference, the scalajs-react unit tests were changed to use `Sizzle`. Search the repo for `sizzle` and see how
359359
little code is required and how is it is.
360-
360+
361361
* `A ~=> B`, given an `A`, can now produce a `ReusableFnA[A, B]` which is effectively a reusable version of
362362
`(A, () => B)`.
363-
363+
364364
* Case class macros now enforce that inputs are indeed case classes.
365365

366366
* Small improvements to `ReusabilityOverlay`.
367367

368+
* Upgrade scala-js-dom 0.8.{1 ⇒ 2}.
369+
368370
---
369371

370372
### Migration commands

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ object ScalajsReact extends Build {
130130
.settings(
131131
name := "core",
132132
libraryDependencies ++= Seq(
133-
"org.scala-js" %%% "scalajs-dom" % "0.8.1"))
133+
"org.scala-js" %%% "scalajs-dom" % "0.8.2"))
134134

135135
lazy val extra = project
136136
.configure(commonSettings, publicationSettings, definesMacros, hasNoTests)

0 commit comments

Comments
 (0)