Skip to content

Commit

Permalink
built (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored May 29, 2018
1 parent bafc28d commit 063592b
Show file tree
Hide file tree
Showing 6 changed files with 28,243 additions and 13,692 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**Version 2.3.1**
- Improve nested svg import and text positioning, spikes. [#4984](https://github.com/kangax/fabric.js/pull/4984)

**Version 2.3.0**
- Add and improve more events for transformations and mouse interaction [#4979](https://github.com/kangax/fabric.js/pull/4979)
- Improvement: whenever possible use cache for target transparency sampling [#4955](https://github.com/kangax/fabric.js/pull/4955)
Expand Down
2 changes: 1 addition & 1 deletion HEADER.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */

var fabric = fabric || { version: '2.3.0' };
var fabric = fabric || { version: '2.3.1' };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}
Expand Down
5 changes: 0 additions & 5 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ else {
process.exit(0);
}

// add js wrapping in AMD closure for requirejs if necessary
if (amdLib !== false) {
exec('uglifyjs fabric.js ' + amdUglifyFlags + ' -b --output fabric.js');
}

if (amdLib !== false) {
console.log('Built distribution to ' + distributionPath + 'fabric.js (' + amdLib + '-compatible)');
} else {
Expand Down
Loading

0 comments on commit 063592b

Please sign in to comment.