Andrea Bogazzi
063592b8b5
built ( #5003 )
2018-05-29 10:57:16 +02:00
Andrea Bogazzi
fff6489d0d
v230 ( #4980 )
2018-05-20 00:11:52 +02:00
Andrea Bogazzi
ea13a2a085
v224 ( #4959 )
2018-05-08 11:17:35 +02:00
Andrea Bogazzi
d84969f68c
Register mousemove as non passive to help touch devices ( #4933 )
...
* fix-event-reg
* this was the file
* take care of touch-action too
2018-04-28 00:36:17 +02:00
Andrea Bogazzi
1f57ace71e
version 2.2.3 ( #4882 )
...
* version 2.2.3
* removed gratipay
2018-04-02 11:24:16 +02:00
Andrea Bogazzi
f31774c108
update to v 2.2.2 ( #4836 )
2018-03-17 19:07:00 -04:00
Asturur
1fa3fdae31
updated some deps
2018-03-12 14:47:48 +01:00
Andrea Bogazzi
e27296ca35
Moving AMD require on top, after NOT including common JS ( #4797 )
...
* fixed amd
2018-03-11 09:31:23 -04:00
Andrea Bogazzi
a7f62f564d
packaged 2.2.0 ( #4785 )
2018-03-06 14:00:53 +01:00
Andrea Bogazzi
abbeb91763
Changed params for setSuperScript, setSubScript ( #4780 )
...
* changed params
* fixed toSVG export
2018-03-06 12:36:52 +01:00
Andrea Bogazzi
bc61425c1f
Version 210 ( #4764 )
...
* Version 2.1.0
* built
* remove window.fabric
* rebuilt
2018-02-26 11:25:53 +01:00
Andrea Bogazzi
dfb5cb7a79
version bump 2.0.3 ( #4754 )
...
* version bump
* fixed changelog
2018-02-21 12:26:07 +01:00
Andrea Bogazzi
7a7b46a1d2
v202 ( #4741 )
2018-02-18 23:53:47 +01:00
Andrea Bogazzi
75a71e3b51
Version 2.0.1 ( #4707 )
...
* removed gz and require
* added changelog and changes
2018-02-10 13:39:46 +01:00
Andrea Bogazzi
58f2488fc7
changes ( #4676 )
2018-02-05 00:05:12 +01:00
Andrea Bogazzi
b7fabcbdd8
Testing lint as a separate stage ( #4597 )
...
* test steps
2018-01-02 07:51:51 +09:00
Jeremy Shipman
0c936ed6bc
Fix testem runner, and further improvements ( #4593 )
...
* Switched qunit dependency to npm
* Fixed testem not working
* Switched test.js build to use node-qunit.
As stated in the QUnit docs: The qunit package prior to 2.4.1 is an alternative CLI that is now published as node-qunit.
* Introduced qunit 2.4.1, with an npm script for running node tests
* Switched testem page fixture to use qunit package instead of qunitjs
* Configured testem to run in headless mode, and use new npm node test script for "Node" launcher configuration.
This means that individual tests will show up in testem output via the the `tap` test protocol.
* Made canvas_static 'toDataURL cropping' test asynchronous.
* Configured QUnit testTimeout and enabled 'noglobals' config
* Updated .travis.yml config to do cross-browser/env testing via Testem
* Specify qunit binary directly to fix confict with binary from node-qunit
* Avoid test hanging by aborting the animated cursor
* Firefox test fix, and enabled in Testem config
2017-12-31 09:51:07 +01:00
Asturur
e5f28c1915
update to rc4
2017-12-23 12:48:29 +01:00
Jérôme Steunou
59ea40cde4
Ignore jsdom utils for browsers build ( #4576 )
2017-12-20 18:37:52 +01:00
Andrea Bogazzi
0496c0d120
update to rc3 ( #4499 )
2017-11-25 16:43:39 +01:00
Andrea Bogazzi
236124859c
Updated to rc2 ( #4498 )
...
* update to rc2
* updated build
2017-11-24 19:35:20 +01:00
Andrea Bogazzi
9d552db836
Update to 2.0 rc1 ( #4472 )
...
* rc1
* removed beta from issue template
2017-11-19 23:55:41 +01:00
Andrea Bogazzi
9bf3fdfd90
Update package.json
2017-10-31 13:05:10 +01:00
Andrea Bogazzi
1db3d93a2d
Update package.json
2017-10-31 13:04:54 +01:00
Thomas Heller
9767e9ce5a
Disable http/https requires for browser builds. ( #4424 )
...
See https://github.com/kangax/fabric.js/issues/4423
`webpack -p` build just including `fabric` goes from `334kb` to `300kb`.
2017-10-30 13:26:42 +01:00
Andrea Bogazzi
fa96a59891
upgrade to beta7 ( #4316 )
2017-09-17 12:13:19 +02:00
Andrea Bogazzi
c03111824c
Update deps ( #4315 )
...
* try replace tests
* modified tests for new qunit
* lint tests
2017-09-17 11:44:57 +02:00
Andrea Bogazzi
b7d9047c9c
Put window.fabric under a build flag ( #4199 )
...
* moved global in a module
* fix package.json
2017-08-14 13:42:17 +02:00
Asturur
d7d88fe5c8
updated to beta6
2017-08-14 09:57:47 +02:00
Asturur
0e4e13b644
updated to beta5
2017-08-04 08:50:46 +02:00
Andrea Bogazzi
e6cb1369da
build beta4 ( #4123 )
2017-07-22 23:15:36 +02:00
Asturur
ea135812b1
packaged beta 3
2017-07-04 00:51:46 +02:00
Andrea Bogazzi
d106051554
Remove accessors ( #4065 )
2017-07-03 17:02:44 +02:00
Andrea Bogazzi
9cae49510f
stop double binding ( #3983 )
...
* stop double binding
2017-06-07 14:07:38 +02:00
Asturur
39f540c16d
updated dist and version
2017-06-01 11:06:29 +02:00
Asturur
879d5b4e66
built beta.1 with isNaN fix
2017-04-23 08:46:53 +02:00
Andrea Bogazzi
ea17776d28
Do not cache group if a child has shadow. ( #3864 )
...
* fix caching with shadows
* add travis install for canvas
2017-04-22 20:59:34 +02:00
Asturur
849112577c
beta build release
2017-04-22 09:22:59 +02:00
Andrea Bogazzi
b112b3405f
text rewriting - reorganization ( #3676 )
...
*text refactored.
2017-04-22 09:15:38 +02:00
Andrea Bogazzi
b979bd5861
switch to canvas prebuilt ( #3757 )
...
* swithced to canvas prebuilt
* try 2
* remove toolchanin needed to setup canvas
2017-03-14 12:37:07 +01:00
Andrea Bogazzi
7a987faef2
changes ( #3717 )
2017-02-18 23:47:32 -05:00
Andrea Bogazzi
b9d4888188
build v176 ( #3707 )
2017-02-16 17:24:39 -05:00
Andrea Bogazzi
d058307dd0
build 175 ( #3705 )
...
update to v175
2017-02-16 16:57:22 -05:00
Andrea Bogazzi
5605d84f3b
Version 1.7.4 ( #3692 )
...
* v174
* fixed a text for browser
2017-02-14 09:35:24 -05:00
Andrea Bogazzi
01d8392ae3
Update to 1.7.3 ( #3603 )
...
* build v173
2017-01-08 11:07:41 +01:00
Andrea Bogazzi
ff21b07be4
build172 ( #3547 )
2016-12-18 11:05:13 +01:00
Andrea Bogazzi
1b1441a792
change ( #3489 )
2016-12-03 23:01:49 +01:00
Andrea Bogazzi
75e5a78431
v171 ( #3478 )
2016-12-01 23:56:21 +01:00
Andrea Bogazzi
a4a8f71fd7
Release 170 ( #3437 )
...
* build 170
* fix default values
* fix text not rendering
* other fixes
* finished fixing
2016-11-21 12:09:25 +01:00
Andrea Bogazzi
161a3e8acb
v167 ( #3417 )
2016-11-13 00:57:55 +01:00