0.9.1 (commit log)
- Fixed
onDblClick
so that it usesonDoubleClick
as React expects, and added aonDoubleClick
alias. - Make Scalatags'
AttrValue
andStyleValue
public. Package isjapgolly.scalajs.react.vdom
. - Add:
uuid
to the Router2 route building DSL.ReactEventTA
aliases for TextArea events.- nice
.toString
methods toPx
classes. ReusableFn.renderComponent
which recreates aProps ~=> ReactElement
.ReactComponentB.configureSpec
- useful for JS interop.ReusableVal2
: A lazy value whose reusability is determined by another value.
- Upgrade:
- scala-js-dom to 0.8.1.
- Scalaz to 7.1.3.