Skip to content

Commit

Permalink
Updated crate-admin to version 0.11.2 which includes following changes:
Browse files Browse the repository at this point in the history
    - removed usage of sys expressions in wrong context
    - fixed a template rendering issue in cluster view in Safari
    - de-register watches to decrease DOM updates and improve performance in cluster view
    - fixed title of `tables` view if no tables exists or connection is down
  • Loading branch information
Philipp Bogensberger committed Jan 15, 2015
1 parent 6f0f915 commit 657860e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Changes for Crate
Unreleased
==========

- Updated crate-admin to version 0.11.2 which includes following changes:

- removed usage of sys expressions in wrong context

- fixed a template rendering issue in cluster view in Safari

- de-register watches to decrease DOM updates and improve performance in cluster view

- fixed title of `tables` view if no tables exists or connection is down

2015/01/14 0.46.2
=================

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ distZip {

ext {
downloadDir = new File(buildDir, 'downloads')
plugin_crateadmin_version = '0.11.1'
plugin_crateadmin_version = '0.11.2'
crash_version = '0.10.3'
}

Expand Down

0 comments on commit 657860e

Please sign in to comment.