File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
## sigma.js - changelog:
2
2
3
+ #### 1.0.2 - release (April 2, 2014)
4
+
5
+ - Added Canvas curved edge renderer
6
+ - Fully refactored examples
7
+ - Fixed [ #211 ] ( https://github.com/jacomyal/sigma.js/issues/211 ) : Added default camera getter
8
+ - Fixes on ForceAtlas2 API (thanks to [ @adkatrit ] ( https://github.com/adkatrit ) )
9
+ - Added Canvas curved arrows edge renderer (thanks to [ @ssidorchick ] ( https://github.com/ssidorchick ) )
10
+ - Fixed [ #220 ] ( https://github.com/jacomyal/sigma.js/issues/220 ) : WebGL edges batch rendering fixed
11
+ - Fixed [ #175 ] ( https://github.com/jacomyal/sigma.js/issues/175 ) : Disable setAutoSettings in ForceAtlas2
12
+ - Fixed some minor typos (thanks to [ @anirvan ] ( https://github.com/anirvan ) )
13
+ - Added the ` sigma.plugins.dragNodes ` plugin for the Canvas renderer (thanks to [ @josemazo ] ( https://github.com/josemazo ) )
14
+ - Fixed ` gjslint.py does not exist ` error (thanks to [ @jeroencoumans ] ( https://github.com/jeroencoumans ) )
15
+ - Made it easier to build for newbies by not requiring global ` grunt-cli ` (thanks to [ @eins78 ] ( https://github.com/eins78 ) )
16
+ - Some minor changes on docs and GEXF parser (thanks to [ @Yomguithereal ] ( https://github.com/Yomguithereal ) )
17
+ - Added current version number as ` sigma.version `
18
+ - Fixed [ #236 ] ( https://github.com/jacomyal/sigma.js/issues/236 ) : Implemented ` kill ` renderers method
19
+
3
20
#### 1.0.1 - release (February 26, 2014)
4
21
5
22
- Custom node shapes and images plug-in (thanks to [ @rpeleg1970 ] ( https://github.com/rpeleg1970 ) )
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/jacomyal/sigma.js.png )] ( https://travis-ci.org/jacomyal/sigma.js )
2
2
3
- sigma.js - v1.0.1
3
+ sigma.js - v1.0.2
4
4
=================
5
5
6
6
Sigma is a JavaScript library dedicated to graph drawing.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sigma-js" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " A JavaScript library dedicated to graph drawing." ,
5
5
"homepage" : " http://sigmajs.org" ,
6
6
"bugs" : " http://github.com/jacomyal/sigma.js/issues" ,
Original file line number Diff line number Diff line change 636
636
/**
637
637
* The current version of sigma:
638
638
*/
639
- sigma . version = '1.0.1 ' ;
639
+ sigma . version = '1.0.2 ' ;
640
640
641
641
642
642
You can’t perform that action at this time.
0 commit comments