Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Jun 25, 2021
1 parent 7505e53 commit f64cc05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.14.0 (2021-06-25)

- Support exporting to rdf or ntriples
- Hide 'showing x rows' text when no results
- Fix edge case causing incorrect rows per page dropdown
- Change to last page if current page no longer has results after change to query
- Always disable prev page buttons when no results

## 0.13.0 (2021-03-26)

- Fix bug allowing a filter to duplicate itself and replace one for other column
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.intermine/im-tables "0.13.0"
(defproject org.intermine/im-tables "0.14.0"
:licence "LGPL-2.1-only"
:description "ClojureScript library to display and manipulate InterMine query results on a webpage"
:url "http://www.intermine.org"
Expand Down

0 comments on commit f64cc05

Please sign in to comment.