0.5.2 (commit log)
- Added
ReactEventI
aliases for the very common case that the underlying node is an<input>
. - Added tag attributes:
dangerouslySetInnerHTML
. Usage example:div(dangerouslySetInnerHtml("<span>"))
.colspan
rowspan
- Added to
ReactS
,Fix
andFixT
:callbackM
zoom
zoomU
- Added
ReactS.FixT
:applyS
getsS
modS
- Added
StateT
extensionliftR
toReactST
- Deprecated
runState
methods handlingStateT
directly. UseliftR
first. - Bump Scala 2.11.2 to 2.11.4.