Andrea Bogazzi
ffe01ab9f6
ClipPath to svg ( #5234 )
...
* svg plain examples works
* more code reuse in visual tests
2018-09-16 16:39:54 +02:00
Andrea Bogazzi
513233bf78
Making clipPath absolute positionable ( #5199 )
...
Added visual tests
Added property absolutePositioned and inverse
2018-09-16 01:59:36 +02:00
Andrea Bogazzi
2a476e4277
Clip path parsing ( #4786 )
...
* first pass done
* restarted-clippaths
* some changes to element parser
* shared attribute
* done one piece
* cleaned
* mmm going there
* so far so good
* a very first draft
* removed dist
* sovled conflict
* now solved
* now solved
* some improvements
* toObject and fromObject added
* toObject and fromObject added
* more small changes
* added simple tests
* bumpedup qunit
* a test for svg export
* no ist
* more svg exporpt
* fix lint
* make possible to clip canvas
* improved JSOCS
* no builds
* invalidate cache anyway
* changes
* changes
* changes
* mmm working
2018-08-23 01:06:07 +02:00
Kunihiko Ito
c57eaaef7b
Fix repository URL of package.json ( #5181 )
...
Changed the URL to prevent the repository URL of https://www.npmjs.com/package/fabric from becoming dead link.
2018-08-20 10:36:11 +02:00
Andrea Bogazzi
7895099484
v236 ( #5180 )
2018-08-20 08:24:46 +02:00
Andrea Bogazzi
e09d6dbe72
built 2.3.5 ( #5166 )
2018-08-13 02:52:41 +02:00
Andrea Bogazzi
8c3f677cc2
Fix interaction between grouping and enter edit for text ( #5153 )
2018-08-12 02:33:41 +02:00
Andrea Bogazzi
db292dfb2f
Version 2.3.4 ( #5144 )
...
* built
* added changelog
* Update CHANGELOG.md
2018-08-06 00:50:56 +02:00
Andrea Bogazzi
74fa4f1f30
Fix visual tests ( #5130 )
...
* fix code in filter to clear less
* test rewrite
* missing parrot-blend
2018-08-05 14:54:25 +02:00
Andrea Bogazzi
d95db41608
Better visual tests, test passing, more SVGs ( #5076 )
...
* improving golddens
* more tests
* test passing
* removed dist
* fixed travis
* make visual running in browser too
* more travis
* fixed travis
* fixed travis
* more coffee
2018-06-28 12:31:26 +02:00
Andrea Bogazzi
4bb1ffb9e6
removed old test setup ( #5070 )
...
* removed ol dep
* no build
2018-06-26 12:52:25 +02:00
Andrea Bogazzi
9a734a36b9
Add visual test suites draft ( #5068 )
...
* adding visual tests
* working setup
* test travis setup
* unbuilt
* maybe we do not need this
* maybe this
* maybe we do not need this
2018-06-26 11:41:03 +02:00
Andrea Bogazzi
e76df2a045
built ( #5049 )
2018-06-17 13:56:12 +02:00
Andrea Bogazzi
0c65644909
Update V232 ( #5025 )
...
* fixed stuff
* fixed stuff
2018-06-06 16:26:36 +02:00
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