File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- ### 0.9.2 (unreleased )
1+ # 0.9.2 ([ commit log ] ( https://github.com/japgolly/scalajs-react/compare/v0.9.1...v0.9.2 ) )
22
33##### New
44* Support for JS components.
Original file line number Diff line number Diff line change 66======
77
88``` scala
9- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.9.0 "
9+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.9.2 "
1010```
1111
1212Included is a Scalaz module that facilitates a more functional and pure approach to React integration.
@@ -23,7 +23,7 @@ Monocle
2323=======
2424
2525``` scala
26- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-monocle" % " 0.9.0 "
26+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-monocle" % " 0.9.2 "
2727```
2828
2929A module with a extensions for [ Monocle] ( https://github.com/julien-truffaut/Monocle ) also exists under ` ext-monocle ` .
Original file line number Diff line number Diff line change 2424
2525 ``` scala
2626 // core = essentials only. No bells or whistles.
27- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.9.0 "
27+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.9.2 "
2828
2929 // React.JS itself
3030 // Note the JS filename. Can also be react.js, react.min.js, or react-with-addons.min.js.
Original file line number Diff line number Diff line change 22======================
33
44``` scala
5- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.9.0 "
5+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.9.2 "
66```
77
88** Big Stuff**
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ object ScalajsReact extends Build {
1919 _.enablePlugins(ScalaJSPlugin )
2020 .settings(
2121 organization := " com.github.japgolly.scalajs-react" ,
22- version := " 0.9.2-SNAPSHOT " ,
22+ version := " 0.9.2" ,
2323 homepage := Some (url(" https://github.com/japgolly/scalajs-react" )),
2424 licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
2525 scalaVersion := Scala211 ,
Original file line number Diff line number Diff line change 1717
1818 ``` scala
1919 // scalajs-react test module
20- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.9.0 " % " test"
20+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.9.2 " % " test"
2121
2222 // React JS itself.
2323 // NOTE: Requires react-with-addons.js instead of just react.js
You can’t perform that action at this time.
0 commit comments