That's awesome, thank you for the amazing work, David!
Are there any plans to merge the ind-components branch into master any time
soonish?
On 1 August 2014 21:29, David Nolen wrote:
> Thanks for the correction, fixed!
>
> On Fri, Aug 1, 2014 at 4:26 PM, Rostislav Svoboda
> wrote:
> > Thanx a
Thanks for the correction, fixed!
On Fri, Aug 1, 2014 at 4:26 PM, Rostislav Svoboda
wrote:
> Thanx a lot guys!
>
>> The biggest change is depending on ClojureScript 0.0-2277 and
>
> BTW the "Using it" section of README.md still says 0.0-2173:
>
> (defproject foo "0.1.0"
> ...
> :dependencies
Thanx a lot guys!
> The biggest change is depending on ClojureScript 0.0-2277 and
BTW the "Using it" section of README.md still says 0.0-2173:
(defproject foo "0.1.0"
...
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2173"]
[om
Oops forgot to mention the big enhancement - multimethods and
anonymous functions should now "Just Work(TM)" as component
constructors. There's no longer any need to hack - a unique React
class is automatically constructed for every Om component constructor
function.
David
On Fri, Aug 1, 2014 at
I'm happy to announce Om 0.7.0. The biggest change is depending on
ClojureScript 0.0-2277 and React 0.11.1. There's a breaking change
around the :ctor option to om.core/root which is now renamed
:descriptor. Check the om.core/root docstring for more details.
As it's been a long while between rele