Releases: tonsky/rum
Releases · tonsky/rum
0.6.0
[ BREAKING ] Updated to React 0.14.3 (thx Andrey Antukh, PR #53)
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
- Upgraded to React 0.13.3, Sablono 0.3.6, ClojueScript 1.7.48
- New API to access context:
child-context
,child-context-types
,context-types
(thx @Karanbir Toor, PR #37) - New
defcc
macro for when you only need React component, not the whole Rum state - [ BREAKING ] Component inner state (
:rum/state
) was moved fromprops
tostate
. It doesn’t change a thing if you were using Rum API only, but might break something if you were relaying on internal details - Deprecated
rum/with-props
macro, userum/with-key
orrum/with-ref
fns instead