Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 624 Bytes

0.5.2.md

File metadata and controls

18 lines (17 loc) · 624 Bytes

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 and FixT:
    • callbackM
    • zoom
    • zoomU
  • Added ReactS.FixT:
    • applyS
    • getsS
    • modS
  • Added StateT extension liftR to ReactST
  • Deprecated runState methods handling StateT directly. Use liftR first.
  • Bump Scala 2.11.2 to 2.11.4.