Skip to content

Releases: scommons/scalajs-reactjs

v1.0.0

21 Jul 19:09
Compare
Choose a tag to compare
  • 69dd304 Prepare for next release
  • 37aabf6 Allow other props along with plain js props
  • 8a3cbf4 Upgraded Scala.js to v1.5.1 (#10)
  • d2fbf81 Added support for plain JS props (#9)
  • 305a2e2 Upgraded node version to 16 on CI
  • a8a9fc4 Added GitHub CI action (#7)

v0.17.1

22 Dec 11:41
Compare
Choose a tag to compare
  • 7b4e52d Switch to Scala.js-defined React Class component
  • f29670b Drop support for scala.js 0.6.x / scala 2.12.x, fixed #2

v0.17.0

10 Nov 15:12
Compare
Choose a tag to compare
  • 8a4c389 Prepare for next release
  • c649b95 Try to fix ci build by using node v12
  • d52dbc7 Upgraded react to v17, fixed #6

v0.16.0

27 Aug 11:08
Compare
Choose a tag to compare
  • 971323c Fixed internal dependencies on -core and -dom modules (#4)
  • 3c14c3c Removed dependency on create-react-class, fixed #5
  • 136c318 Splitted react facades into -core and -dom modules, fixed #4
  • 95bb196 Revert "Drop support for scala.js 0.6.x, fixed #2"
  • 248404a Upgraded react to v16, fixed #3
  • ee0d0c4 Drop support for scala.js 0.6.x, fixed #2

v0.15.0

24 Feb 12:10
Compare
Choose a tag to compare

5a702cb Update publishing settings
12565be Added explicit sbt root (aggregation) project
7e06c7e Prepare for next release
9a041c1 Added publishing to sonatype
d27ee2a Added cross-compilation for scala 2.13.x and scala-js 1.x (#1)
3730e7a Cleanup build.sbt
b8ac0c9 Add @field to router field
993db16 Update react-rotuer-redux example.