forked from jjmontesl/cubesviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
34 lines (34 loc) · 1.52 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
0.5-devel
+ Experimental Cubes proxy (with ACLs).
+ Initial version of cache system.
+ Measure aggregations are now shown in submenus.
+ Fixed bug causing drilldowns to incorrectly drill to latest level.
+ Changed "loading" approach, now blocks the interface.
+ Changed redraw strategy trying to minimize size changes.
+ Fixed wrong extra columns in some charts.
+ Fixed multiple drill dimensions that were ignored in charts.
0.4
+ Added a locale switcher plugin.
+ Added documentation and examples for embedding views
in other web applications.
+ Added the serialization plugin.
0.3
+ Added undo/redo plugin.
+ Improved export plugin (now exports all pages of tables).
+ Updated Flotr2 library to support stacked lines.
+ Date dimensions are now correctly configured at model level.
+ Added support for dimension hierarchies.
+ Added some Cubes model javascript support classes.
+ Added support for labels and label attributes.
+ Added (draft) examples of local HTML usage.
+ Added installation documentation.
+ Application settings now have default values that work out of the box.
+ Added support for measures with no aggregations.
0.2
+ Initial import into repository.
+ Added basic saving/sharing capabilities.
+ Initial separation of components.
+ Refactored Javascript code to be more object-oriented.
+ Finished functional application prototype (exploration, tables and charts).
0.1
+ Application prototype and proof of concept.