Skip to content

Commit

Permalink
Bump 1.0.10 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheymann committed Aug 10, 2015
1 parent cd22f84 commit 373b161
Show file tree
Hide file tree
Showing 72 changed files with 35,239 additions and 779 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## linkurious.js - changelog:

#### 1.1.0 (August 7, 2015)
#### 1.1.0 (August 10, 2015)

This release provides A BREAKING CHANGE from the core of Sigma.js and focuses on performance.

Hightlights:
- linkurious is now available on npm: `npm install linkurious`
- linkurious.js is now available on npm: `npm install linkurious`
- Latest release files directly in `dist/` and a plugins.(.min).js containing all the plugins
- Crisp render on retina displays
- Added plugin.generators to generate graphs
- Panning, zooming and hovering is a lot smoother
- New setting: `edgesClippingWithNodes` to hide or not the edges when zooming
- Contributors, we have a new workflow: #201 (in short: all plugins are merged into one branch)
- Panning, zooming and hovering is a lot smoother on Canvas
- New setting: `edgesClippingWithNodes` to hide the edges having both extremities outside of the view if `true`
- Contributors, we have a new workflow: #201 (in short: all plugins are merged into the *develop* branch)

How to upgrade:
- replace `overNode(s)`, `outNode(s)`, `overEdge(s)`, `outEdge(s)` events by the `hovers` event
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module.exports = function(grunt) {

// By default, will check lint, hint, test and minify:
grunt.registerTask('default', ['closureLint', 'jshint', 'qunit', 'sed', 'clean', 'uglify', 'concat']);
grunt.registerTask('release', ['closureLint', 'jshint', 'qunit', 'sed', 'clean', 'uglify', 'concat', 'zip']);
grunt.registerTask('release', ['sed', 'clean', 'uglify', 'concat', 'zip']);
grunt.registerTask('build', ['clean', 'uglify', 'concat']);
grunt.registerTask('test', ['qunit']);

Expand Down
Loading

0 comments on commit 373b161

Please sign in to comment.