Laminar v0.4 Release Notes

Release Date: 2018-09-27 // over 5 years ago
    • ๐Ÿ†• New: Airstream v0.3 โ€“ integration with Futures and other improvements (see Airstream changelog)
    • Naming: Match naming changes in Airstream v0.3 (mapTo -> mapToValue, new mapTo method)
      • Migration note: check every usage of mapTo methods, the change appears to be source compatible but the new method accepts its parameter by name
    • API: Add currying to subscribe* methods on ReactiveElement, rename some of those to subscribeO
    • ๐Ÿ†• New: Special handling of cls, role, rel, and other composite attributes (#22)
    • โฌ†๏ธ Misc: Upgrade to Scala DOM Types and Scala DOM Builder v0.9
    • ๐Ÿ†• New: subscribe and --> methods can now accept an onNext function in addition to Observer
    • ๐Ÿ†• New: Better type inference for arguments of --> and subscribe* methods
    • ๐Ÿšš Misc: Move --> methods from ReactiveProp to EventPropTransformation
    • ๐Ÿ“„ Docs: Add Changelog