Skip to content

Commit

Permalink
Prepare for release by updating changelog and imcljs
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Nov 1, 2019
1 parent 3511ed5 commit 97bbbde
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.9.0 (2019-11-01)

- Only show summary fields instead of all attributes in cell popovers [#56](https://github.com/intermine/im-tables-3/pull/56)
- Remove bower dependency [d427da5](https://github.com/intermine/im-tables-3/commit/d427da5e2091f88d1f6853d27953c458c4a55f05)
- Avoid showing empty cell popovers [#65](https://github.com/intermine/im-tables-3/pull/65)
- Fix dropdown selection in filter column not changeable [#65](https://github.com/intermine/im-tables-3/pull/65)
- Fix sort column not working at all [#65](https://github.com/intermine/im-tables-3/pull/65)
- Colour sort column icon arrows when sorted [#65](https://github.com/intermine/im-tables-3/pull/65)
- Include references in Add Columns tree [#65](https://github.com/intermine/im-tables-3/pull/65)
- Remove column summary limit of 1000 unique values (it will now summarize the top 1000 rows regardless) [#70](https://github.com/intermine/im-tables-3/pull/70)
- Show descriptive title in column summary [#70](https://github.com/intermine/im-tables-3/pull/70)
- Wait with additional HTTP requests until table is interacted with [#59](https://github.com/intermine/im-tables-3/pull/59) [#60](https://github.com/intermine/im-tables-3/pull/60) [#70](https://github.com/intermine/im-tables-3/pull/70)
- Fix export modal close button not working [#72](https://github.com/intermine/im-tables-3/pull/72)
- Add a skeleton loader for column summary [#73](https://github.com/intermine/im-tables-3/pull/73)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# im-tables

# im-tables 3 dev
[![Clojars Project](https://img.shields.io/clojars/v/org.intermine/im-tables.svg)](https://clojars.org/org.intermine/im-tables)

A result viewer for Intermine data.

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[binaryage/oops "0.7.0"]
[inflections "0.13.2"]
[criterium "0.4.5"]
[org.intermine/imcljs "1.0.1"]
[org.intermine/imcljs "1.0.2"]
[day8.re-frame/test "0.1.5"]]

:plugins [[lein-cljsbuild "1.1.7"]
Expand Down

0 comments on commit 97bbbde

Please sign in to comment.