[ClojureScript] [ANN] Garden 1.1.7

2014-05-24 Thread Joel Holdbrooks
Garden, a library for authoring stylesheets in Clojure and ClojureScript, is now 1.1.7. ADDED: Support for :preamble IMPROVED: Support for meta data in garden.def/* macros https://github.com/noprompt/garden -- Note that posts from new members are moderated - please be patient with your first

[ClojureScript] [ANN] Secretary 1.1.1

2014-05-24 Thread Joel Holdbrooks
Secretary, a client-side routing library for ClojureScript, is now 1.1.1 FIXED: bug when passed a record as route-params (Thanks Mortiz Ulrich!) https://github.com/gf3/secretary -- Note that posts from new members are moderated - please be patient with your first post. --- You received this

[ClojureScript] Re: Om: Using a zipper cursor

2014-05-24 Thread Joel Holdbrooks
On Monday, May 19, 2014 8:10:14 PM UTC-7, Scott Thompson wrote: I've been thinking about using a clojure zipper (http://richhickey.github.io/clojure/clojure.zip-api.html) as input to om/root. This would give some convenient properties like being able to traverse my data and make edits. My

Re: [ClojureScript] Om and contentEditable - there be dragons?

2014-05-24 Thread Joel Holdbrooks
On Friday, May 23, 2014 4:17:45 AM UTC-7, Chas Emerick wrote: Bit of a stale thread here, but I thought I'd say a couple of things since I was mentioned. :-) contentEditable is absolutely a cluster, through and through. (All the best that the web standards processes has

[ClojureScript] Question regarding om/IWillReceiveProps

2014-05-24 Thread Roger Gilliar
I have the following data: { :domain a domain :customer-info { :customer-nr a number } :services [{:name a service}] } { :domain another domain :customer-info { :customer-nr a number } :services [{:name a service}] } The problem is that even if the domain changes but