Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 798 Bytes

0.9.1.md

File metadata and controls

15 lines (14 loc) · 798 Bytes

0.9.1 (commit log)

  • Fixed onDblClick so that it uses onDoubleClick as React expects, and added a onDoubleClick alias.
  • Make Scalatags' AttrValue and StyleValue public. Package is japgolly.scalajs.react.vdom.
  • Add:
    • uuid to the Router2 route building DSL.
    • ReactEventTA aliases for TextArea events.
    • nice .toString methods to Px classes.
    • ReusableFn.renderComponent which recreates a Props ~=> ReactElement.
    • ReactComponentB.configureSpec - useful for JS interop.
    • ReusableVal2: A lazy value whose reusability is determined by another value.
  • Upgrade: