Skip to content

Commit

Permalink
Tagging 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmontesl committed Jun 12, 2016
1 parent 1c1b6d6 commit 8eb60bf
Show file tree
Hide file tree
Showing 9 changed files with 294 additions and 96 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Online Demos
Download
--------

Latest CubesViewer stable release is 2.0.1:
Latest CubesViewer stable release is 2.0.2:

* CubesViewer 2.0.1
* [cubesviewer-v2.0.1.zip](https://github.com/jjmontesl/cubesviewer/archive/v2.0.1.zip)
* [cubesviewer-server-v2.0.1.zip](https://github.com/jjmontesl/cubesviewer-server/archive/v2.0.1.zip)
* [Changelog](http://github.com/jjmontesl/cubesviewer/blob/v2.0.1/CHANGES.txt)
* [Release Notes](http://github.com/jjmontesl/cubesviewer/blob/v2.0.1/RELEASE-NOTES.txt)
* CubesViewer 2.0.2
* [cubesviewer-v2.0.2.zip](https://github.com/jjmontesl/cubesviewer/archive/v2.0.2.zip)
* [cubesviewer-server-v2.0.2.zip](https://github.com/jjmontesl/cubesviewer-server/archive/v2.0.2.zip)
* [Changelog](http://github.com/jjmontesl/cubesviewer/blob/v2.0.2/CHANGES.txt)
* [Release Notes](http://github.com/jjmontesl/cubesviewer/blob/v2.0.2/RELEASE-NOTES.txt)
* Works with *Cubes 1.0.x* and *Cubes 1.1.x*

CubesViewer Server already includes the CubesViewer library so you just need that package
Expand Down
7 changes: 4 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ Your Cubes model may need some extra configuration if you wish to use features l
Upgrading from 2.0.1
--------------------

1. A new Javascript dependency has been added to the Studio application (this does
not apply if you are using embedding CubesViewer views, only Studio).
Check the sample `html/studio.html` for an up to date list of dependencies.
1. A new Javascript dependency (masonry) has been added to the Studio application
(this does not apply if you are using embedding CubesViewer views, only if
embedding CubesViewer Studio). Check the sample `html/studio.html` for an up to
date list of dependencies.


Upgrading from 0.10 or 0.11
Expand Down
6 changes: 3 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
* Map representations from facts, including segments from individual points in facts (plot paths, with metrics and filtering!)
* Map charts. Design already available.

[2.0.2]
[2.0.3]

* Remove -devel from version, -beta from doc, generate files, copy to web and server, same on server.
* Remove -devel from version, -beta from doc, package.json version cubesviewer version, generate files, copy to web and server, same on server.
Release notes, Tag repo (release), Announcement, Move this todo item to next release top.
* Submenu loading issue.

Expand All @@ -133,7 +133,7 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)

* Fix: toggling legend does not redraw chart (just moves legend?). Redrawing the chart (ie switching view mode) actually works.
Same for sometimes drilling down or changing a filter, grid doens't get correct size.
* Size change when switching views is very irritating. Hack that (fix height during changes/reloads?).
* Size change when switching views is irritating. Hack that (fix height during changes/reloads?).

* Fix to grid sort function cache was incorrect? If two grids are loaded, clicking on a column in grid A could affect sorting in grid B (#71).
* Error: [$parse:lexerr] Lexer Error: Unexpected next character at columns 45-45 [Í] in expression [entity['SECRETARÍA XERAL TÉCNICA '](CONSELLERÍA DE CULTURA, EDUCACIÓN E ORDENACIÓN UNIVERSITARIA)].
Expand Down
2 changes: 1 addition & 1 deletion cubesviewer/core/cubesviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ angular.module('cv').run([ '$timeout', '$log', 'cvOptions', 'cubesService', 'cub
function CubesViewer() {

// CubesViewer version
this.version = "2.0.2-devel";
this.version = "2.0.2";

/**
* State of a view that has not yet been fully initialized, and cannot be interacted with.
Expand Down
55 changes: 37 additions & 18 deletions cubesviewer/cubesviewer.templates.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/cubesviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -6843,6 +6843,9 @@ button.cv-bootstrap .close {
.cv-grid-header-dimension {
color: #004400;
}
.cv-grid-header-dimensionattribute {
color: #666666;
}
.cv-grid-header-measure {
color: #444477;
}
Expand Down Expand Up @@ -6984,8 +6987,7 @@ div.nvtooltip {
width: 100%;
/* Full Width */
height: 3px;
margin: 0px 0px 3px 0px;
/*position: fixed;*/
margin: -4px 0px 1px 0px;
position: relative;
overflow-x: hidden;
}
Expand Down
Loading

0 comments on commit 8eb60bf

Please sign in to comment.