Skip to content

0.8.2

Compare
Choose a tag to compare
@Gregg8 Gregg8 released this 02 May 07:16
· 1266 commits to master since this release

Changes

  • Bumped dependencies:
    • [reagent "0.6.0-SNAPSHOT"]

Fixes

  • Make the demo app compatible with the new Reagent:
    • Fix <ul> cannot appear as a descendant of <p> error message by moving [:ul] (and [:ol] and [:div]) tags out of [:p] and [p] in various demo pages
    • The way the h-box demo was writing to a reaction is no longer allowed (not very idiomatic anyway). Fixed this (with another hack that works)