Commit graph

106 commits

Author SHA1 Message Date
Bitdeli Chef
bd09b5cc88 Add a Bitdeli badge to README 2014-01-03 04:23:00 +00:00
kangax
af96d5265f Remove challengepost banner 2013-12-20 00:02:56 +01:00
kangax
cb6d381ca2 Add dependencies badge 2013-12-19 23:36:53 +01:00
kangax
dbbd4b2fa7 all.js -> fabric.js. Closes #1049 2013-12-14 12:10:42 +01:00
Paul Verest
5caba51e18 full HTML example
not that fabric.js is missing #1049
2013-12-13 16:56:39 +08:00
kangax
97614bcd28 Tweak README 2013-12-06 21:34:18 +01:00
kangax
f7d4c6603e Update README with "help Fabric" section 2013-12-05 17:47:53 +01:00
kangax
8ca6806f32 Tweak badges 2013-11-30 20:50:53 +01:00
kangax
a6a9e29302 Add coveralls badge 2013-11-30 20:46:12 +01:00
kangax
82509dc8d8 More IText tests 2013-11-23 13:45:53 +01:00
kangax
db569a8557 Add code climate badge to README 2013-11-21 19:19:51 +01:00
kangax
fbad609ed7 Update README with challengepost challenge 2013-11-06 17:44:46 +01:00
kangax
a2cfc019ba Build distribution 2013-11-04 00:37:42 +01:00
kangax
4bc80ab816 Add "itext" to the build file 2013-10-25 10:31:13 +02:00
Kienz
2b51996242 Add sourcemap argument to build script (uglifyjs and google closure compiler are supported)
Update README
Update google closure compiler to support sourceMaps
2013-10-12 14:43:35 +02:00
Juriy Zaytsev
043cb3eb56 Update README.md 2013-10-03 13:02:39 +02:00
Juriy Zaytsev
199691053b Update README.md 2013-09-08 09:16:56 +02:00
Juriy Zaytsev
ed1c116793 Merge pull request #823 from Kienz/patch-1
[BACK_INCOMPAT] `fabric.Text.textShadow`was removed and `fabric.BaseBrush` shadow properties removed (new `fabric.BaseBrush.shadow`)
2013-09-03 12:27:13 -07:00
kangax
4559918688 Resolve conflicts 2013-09-03 21:18:29 +02:00
Drew Lustro
1f993e92b8 requirejs support added via "requirejs" build.sh option
$ node build modules=ALL requirejs
- dist/all* is clean of changes
- fixed bug in build.sh that would prevent dist/all.require.js from compiling properly
- Updated test.js to include test_script.js fixtures
- NOTE: Qunit tests largely incompatible with requirejs version... need more
insight on how Qunit works to get fabric in the namespace since it is
no longer a global when built as an AMD module.
2013-09-03 14:15:12 -04:00
Kienz
8c74f2b335 [BACK_INCOMPAT] fabric.Text#textShadow has been removed - new fabric.Text.shadow property (type of fabric.Shadow)
[BACK_INCOMPAT] `fabric.BaseBrush`shadow properties are combined into one property => `fabric.BaseBrush.shadow`(shadowColor, shadowBlur, shadowOffsetX, shadowOffsetY no longer exist)
Removed fabric.Text.getText method => is generated with `fabric.util.createAccessors`
`fabric.Shadow` can now initialized with string or object (e.g. '10px 10px 5px rgb(0,0,255)', 'rgb(0,0,255) 10px 10px 5px', {color: 'gb(0,0,255)', offsetX: 10, offsetY: 10, blur: 5})
`fabric.Shadow.getShadow`to get css3 declaration of shadow (String)
`fabric.Object.set('shadow', value)`is now the same as `fabric.Shadow.setShadow(value)`
Add unit tests
2013-09-03 19:11:21 +02:00
kangax
61e55dab59 Add note about bower install in README 2013-08-28 14:52:43 +02:00
kangax
2f4cc5ec25 Update README 2013-08-18 21:34:16 +02:00
Kienz
92bdebfde7 Doc fixes, Update README (1800+ unit tests) 2013-08-08 18:31:26 +02:00
kangax
f270ca0259 Move animation methods to an optional module 2013-07-28 15:25:31 +02:00
Juriy Zaytsev
24091157dc Update README.md 2013-07-20 20:31:16 +02:00
kangax
53f1368438 Update README 2013-07-12 21:09:07 +02:00
kangax
3eb00518f8 Fix pointer detection in scrollable container. Thanks @kwicher. Closes #730 2013-07-07 22:32:03 +02:00
Kienz
cd49e7d90e Update README
Move getKlass into seperate function (fabric.util.getKlass)
2013-05-31 20:52:04 +02:00
kangax
6f306a6436 Add no-es5-compat option during build. Add option to include/exclude stateful module during build. 2013-05-14 12:34:45 -04:00
kangax
c65b1f5e7d Add support for parsing shorthand font declaration in styles, such as "font: italic 12px Arial,Helvetica,sans-serif" 2013-05-12 13:01:23 -04:00
Juriy Zaytsev
74a7bfd4bb Update README.md 2013-05-10 13:43:11 -03:00
Stefan Kienzle
69cae53cc8 Update link for npmjs.org 2013-04-29 18:37:19 +03:00
Juriy Zaytsev
3571328985 Update README.md 2013-04-29 12:01:41 -03:00
kangax
fcc0c5cbbb Only call change and complete callbacks once, when animating multiple properties. Closes #544 2013-04-06 12:44:10 +02:00
Kienz
f8d0c068b4 Add link to Event.js library
Add link to Event.js github repository to gestures module
2013-04-04 09:08:09 +03:00
Travis Paul
5d9b27cdab Added object_straightening, removed trailing <br> 2013-04-01 13:45:30 -04:00
kangax
f5b2ab1188 Add Stefan Kienzle in the list of contributors 2013-03-24 00:05:57 +01:00
Travis Paul
792c4b3c2c Removed refrence to doc building section 2013-03-23 11:55:57 -04:00
Travis Paul
3fcdc4d712 Fixed unit test link, removed build doc instruction (appear to only be in fabricjs.com repo) 2013-03-23 11:53:23 -04:00
kangax
de01cfc636 Update README 2013-01-25 14:31:38 +01:00
kangax
7adb624f0b 2012 -> 2013 2013-01-25 14:31:31 +01:00
Juriy Zaytsev
531267fcce Update README.md 2012-12-13 14:08:58 +01:00
Juriy Zaytsev
ecf4664111 Update README.md 2012-12-13 14:02:37 +01:00
kangax
18502f77b5 Update README. 2012-12-04 12:39:55 +01:00
kangax
c9d9577d61 Add contributors to README 2012-08-26 21:19:42 +02:00
Andrey Voronov
92b4bc7ae1 Update README.md 2012-08-11 20:43:38 +03:00
kangax
44861f7ca4 Add travis badge to README. 2012-08-09 12:17:28 +02:00
kangax
96475d2621 Update README 2012-07-27 14:40:23 +02:00
Juriy Zaytsev
b727ce0fc7 Update README.md 2012-04-23 19:45:30 +03:00