|
1 | 1 | ## sigma.js - changelog:
|
2 | 2 |
|
| 3 | +#### 1.0.3 - release (August 22, 2014) |
| 4 | + |
| 5 | + - Fixed [#186](https://github.com/jacomyal/sigma.js/issues/186): NPM sigma package |
| 6 | + - New helper `sigma.utils.zoomTo` (thanks to [@josemazo](https://github.com/josemazo)) |
| 7 | + - Fixed [#241](https://github.com/jacomyal/sigma.js/issues/241): Improved canvas renderer |
| 8 | + - Fixed [#244](https://github.com/jacomyal/sigma.js/issues/244): (min|max)(Node|Edge)Size as strings or numbers |
| 9 | + - Cross available in the customShapes plugin (thanks to [@csweaver](https://github.com/csweaver)) |
| 10 | + - [Relative size](https://github.com/jacomyal/sigma.js/tree/master/plugins/sigma.plugins.relativeSize) plugin (thanks to [@tsdaemon](https://github.com/tsdaemon)) |
| 11 | + - Fixed y positions from sigma.parsers.gexf (thanks to [@totetmatt](https://github.com/totetmatt)) |
| 12 | + - Fixed lag problem for the dragNodes plugin on Firefox (thanks to [@apitts](https://github.com/apitts)) |
| 13 | + - Added the `singleHover` settings (thanks to [@patrickmarabeas](https://github.com/patrickmarabeas)) |
| 14 | + - Improved dragNodes behaviours with several hovered nodes (thanks to [@patrickmarabeas](https://github.com/patrickmarabeas)) |
| 15 | + - Added self-loops rendering for curved edges (thanks to [@ssidorchick](https://github.com/ssidorchick)) |
| 16 | + - Updated gexfParser.js version |
| 17 | + - [HITS statistics computation](https://github.com/jacomyal/sigma.js/tree/master/plugins/sigma.statistics.HITS) plugin (thanks to [@mef](https://github.com/mef)) |
| 18 | + - Fixed [#299](https://github.com/jacomyal/sigma.js/issues/299): Fixed `npm build` |
| 19 | + - Fixed [#332](https://github.com/jacomyal/sigma.js/issues/332): Fixed grunt tasks for building plugins |
| 20 | + - Fixed [#347](https://github.com/jacomyal/sigma.js/issues/347): Added polymorphism for the autoRescale setting |
| 21 | + - Fixed build for Force-Atlas 2 plugin (thanks to [@luca](https://github.com/luca)) |
| 22 | + - Fixed some typos (thanks to [@Tal-Daniel](https://github.com/Tal-Daniel)) |
| 23 | + - [Custom edge shapes](https://github.com/jacomyal/sigma.js/tree/master/plugins/sigma.renderers.customEdgeShapes) plugin (thanks to [@sheymann](https://github.com/sheymann)) |
| 24 | + - [Filter API](https://github.com/jacomyal/sigma.js/tree/master/plugins/sigma.plugins.filter) plugin (thanks to [@sheymann](https://github.com/sheymann)) |
| 25 | + - Right-click support (thanks to [@sheymann](https://github.com/sheymann)) |
| 26 | + - Event data now always dispatched by sigma.core (thanks to [@sheymann](https://github.com/sheymann)) |
| 27 | + - Added the `attachBefore` method to `sigma.classes.graph` (thanks to [@sheymann](https://github.com/sheymann)) |
| 28 | + - Fixed buggy behaviour with the dragNodes plugin when container is offset (thanks to [@Pie21](https://github.com/Pie21)) |
| 29 | + - Updated NPM dev dependencies |
| 30 | + - Fixed a leak in `sigma.classes.graph` (details at [#340](https://github.com/jacomyal/sigma.js/issues/340)) |
| 31 | + - **WebGL based Force-Atlas 2** |
| 32 | + |
3 | 33 | #### 1.0.2 - release (April 2, 2014)
|
4 | 34 |
|
5 | 35 | - Added Canvas curved edge renderer
|
|
0 commit comments