0.8.2
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)
- Fix