File tree 6 files changed +14
-30
lines changed
6 files changed +14
-30
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
- .idea / *
3
- nbproject / *
2
+ .idea
3
+ nbproject
4
4
5
+ node_modules
6
+ build
7
+ build2
5
8
6
-
7
- /node_modules
8
- /build
9
- /build2
10
-
11
- /src /usr /*
12
-
9
+ src /usr /*
13
10
src /usr /config /default.json
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- HEAD
1
+ 2.15.1 / 2015-03-17
2
2
===================
3
3
4
4
* Lib
5
5
* add bio-pv
6
6
* Core
7
7
* add support for pdb and mol3d in typerenderer
8
+ * gruntfile: sort modules by name
9
+ * change loading animation
8
10
* Modules
9
11
* slick_grid: Fix some edge case bugs
12
+ * spectra_displayer: fix bug with fromTo actions and remove fromTo var in
13
+ * object_editor: allow to select jpath for output
14
+ * sandbox: add setImmediate
10
15
* Headers
11
16
* Couchdb2: use couchdb's sort list (smart sort of flavors)
12
17
* Couchdb2: bug fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " visualizer" ,
3
- "version" : " 2.14.3 " ,
3
+ "version" : " 2.15.1 " ,
4
4
"description" : " Data visualization framework" ,
5
5
"main" : " src/init.js" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " visualizer" ,
3
- "version" : " 2.14.3 " ,
3
+ "version" : " 2.15.1 " ,
4
4
"description" : " Data visualization framework" ,
5
5
"keywords" : [
6
6
" data" ,
You can’t perform that action at this time.
0 commit comments