diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3df15..76087fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.14.1 (2022-08-03) + +- Make column summary shorter in height to avoid buttons ending up off-screen on smaller monitors +- Make cell an external link if it's a URL + ## 0.14.0 (2021-06-25) - Support exporting to rdf or ntriples diff --git a/project.clj b/project.clj index 3445d25..5eaa76c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.intermine/im-tables "0.14.0" +(defproject org.intermine/im-tables "0.14.1" :licence "LGPL-2.1-only" :description "ClojureScript library to display and manipulate InterMine query results on a webpage" :url "http://www.intermine.org"