Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lynaghk committed Feb 2, 2013
1 parent 8742211 commit 65aae6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.markdown
@@ -1,6 +1,12 @@
Change Log
==========

0.2.2
-----
+ Fix svg/axis tick unification for changing scales
+ Add matchesSelector shim for browser compatability
+ Add histogram layout helper (thanks @jblomo!)

0.2.1
-----
This is a bugfix + upstream lib release, see [Singult](https://github.com/lynaghk/singult) repo for more details.
Expand Down
2 changes: 2 additions & 0 deletions TODO.markdown
@@ -1,6 +1,8 @@
Todo
====

Fixup `test/integration/cljs/core_test.cljs` to use new `bind!` macro and `singult/merge!` function rather than the now-depreciated `unify!` function.

Implement a Knuth & Plass line breaking system
http://stackoverflow.com/questions/7046986/svg-using-getcomputedtextlength-to-wrap-text

Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject com.keminglabs/c2 "0.2.2-SNAPSHOT"
(defproject com.keminglabs/c2 "0.2.2"
:description "Declarative data visualization in Clojure(Script)."
:url "http://keminglabs.com/c2/"
:license {:name "BSD" :url "http://www.opensource.org/licenses/BSD-3-Clause"}
Expand All @@ -9,7 +9,7 @@
[clj-iterate "0.96"]

;;CLJS
[com.keminglabs/singult "0.1.5-SNAPSHOT"]
[com.keminglabs/singult "0.1.5"]
[com.keminglabs/reflex "0.1.1"]]

:profiles {:dev {:dependencies [[midje "1.4.0"]
Expand Down

0 comments on commit 65aae6e

Please sign in to comment.