Skip to content

Releases: tonsky/rum

0.6.0

20 Nov 16:09
Compare
Choose a tag to compare

[ BREAKING ] Updated to React 0.14.3 (thx Andrey Antukh, PR #53)

0.5.0

20 Nov 16:09
Compare
Choose a tag to compare
  • Added :class-properties to define arbitrary properties on a React class (thx Karanbir Toor, PR #44)
  • [ BREAKING ] Removed support for :child-context-types and :context-types. Use { :class-properties { :childContextTypes ..., :contextTypes ... } } instead.

0.4.2

20 Nov 16:09
Compare
Choose a tag to compare

Check for setTimeout in global scope instead of in window (thx Alexander Solovyov, PR #43)

0.4.1

20 Nov 16:09
Compare
Choose a tag to compare

Fixed bug with rum macros emitting wrong namespace. You can now require rum.core under any alias you want (thx Stuart Hinson, PR #42)

0.4.0

20 Nov 16:08
Compare
Choose a tag to compare

[ BREAKING ] Core namespace was renamed from rum to rum.core to supress CLJS warnings

0.3.0

21 Aug 08:18
Compare
Choose a tag to compare
  • 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 from props to state. 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, use rum/with-key or rum/with-ref fns instead

0.2.7

21 Aug 08:18
Compare
Choose a tag to compare
  • Allow components to refer to themselves (thx Kevin Lynagh, pull request #30)
  • Support for multi-arity render fns (issue #23)

0.2.6

07 Mar 19:17
Compare
Choose a tag to compare
  • Added local mixin

0.2.5

20 Feb 20:36
Compare
Choose a tag to compare
  • Fixed argument destructuring in defc macro (issue #22)

0.2.4

14 Feb 15:46
Compare
Choose a tag to compare
  • will-update and did-update lifecycle methods added (thx @Andrey Vasenin, pull request #18)