- Fixed a regression where Component local state was lost during reload
- refactored to accommodate Om Next extension
- fixed some React missing key warnings
- getting rid of dep conflicts
- bumping sablono deps
- Om Next helpers added by @anmonteiro
- more react warnings killed by @tristanstraub
- markdown bullet indentation fix
- got rid of a bunch of React warnings
- fix printing JavaScript Symbols
- various documentation updates
- now depends on React 14
- fixing the
:watch-atom false
option - added the
:actual
output for failing tests - allowing the config of default card options
- added
devcards.core/devcard-rg
as a shortcut to defining(defcard title (dc/reagent [:div "hey"]))
which can now be expressed as(defcard-rg title [:div "hey"])
- improved Reagent documentation
see: http://rigsomelight.com/devcards/#!/devdemos.reagent
- I could really use some more help with Reagent docs
- Reagent breaking change you can no longer supply bare reagent components to
devcards.core/reagent
ordevcards.core/defcard-rg
You always need to pass a Reagent element of the form[component ... args]
This makes reagent support consistent with thedefcard
api where you have to supply a ReactElement and not a component
- isolated more css into the addons css - thanks to magnars
- a new
:classname
option to the devcard options that will be added to the card body - thanks to codebeige - bumped React version to 0.13.3-1
- added base support for React 14 - thanks to minimal
- made
start-devcard-ui*
public - a bunch of documentation has been added to rigsomelight.com/devcards
- Support for
cljs.test
async testing