Skip to content

Releases: japgolly/scalajs-react

v0.8.4

29 Apr 04:51
v0.8.4
Compare
Choose a tag to compare
  • �Add Ref.toJS for a reference to a pure JS component that has its own facade type.
  • Add a ref param to ReactCssTransitionGroup.
  • Add .propsDynamic as a convenience for .props cast to js.Dynamic.
  • Tag attributes can be arrays. Allows for multiple-selection in <select>.
  • Upgrade Monocle to 1.1.1.

v0.8.3

01 Apr 09:30
v0.8.3
Compare
Choose a tag to compare

v0.8.2

05 Mar 01:31
v0.8.2
Compare
Choose a tag to compare
  • Upgrade to Scala.JS 0.6.1.
  • Upgrade dependencies to versions built with Scala.JS 0.6.1.
  • Hide internal methods.

v0.8.1

28 Feb 20:29
v0.8.1
Compare
Choose a tag to compare

v0.8.0

10 Feb 03:09
v0.8.0
Compare
Choose a tag to compare

v0.7.2

09 Feb 07:22
v0.7.2
Compare
Choose a tag to compare
  • Added isMounted to component scopes.
  • Added Addons.ReactCloneWithProps.
  • Dropped Scalaz 7.0 support. (Scalaz 7.1 still supported.)
  • Upgrade Scala.JS to 0.6.0.

v0.7.1

08 Jan 06:16
v0.7.1
Compare
Choose a tag to compare
  • Support custom tags, attributes and styles via "string".react{Attr,Style,Tag}.
  • The class attribute now gets some special treatment in that it appends rather than overwrites.
    <.div(^.cls := "a", ^.cls := "b") is now the same as <.div(^.cls := "a b").

v0.7.0

30 Dec 05:07
v0.7.0
Compare
Choose a tag to compare

Lots and lots of stuff.

See CHANGELOG-0.7.md.

v0.6.1

09 Dec 08:35
v0.6.1
Compare
Choose a tag to compare

v0.6.0

28 Nov 01:42
v0.6.0
Compare
Choose a tag to compare

Now supports (and requires) React version 0.12.0.

Full release notes in HISTORY.md.