kangax
152348e760
Add flattr button
2014-11-25 15:16:08 +01:00
kangax
9b54274454
Update readme
2014-11-25 15:10:27 +01:00
The Gitter Badger
a994120601
Added Gitter badge
2014-11-24 19:05:55 +00:00
Sergi Meseguer
85ce0b5283
README: note to include html5shiv for old IE
2014-09-15 23:15:40 +02:00
kangax
e5574a0ab4
Add test instructions to README
2014-07-26 17:58:03 +02:00
bountysource-support
f939d1bca3
Add Bountysource badge to README
...
Because you have some open bounties, we thought you might want to display this badge in your README!
2014-06-04 16:20:16 -07:00
kangax
0e7ac02c73
Update README
2014-02-28 15:32:36 -05:00
kangax
086fee13f9
Update README
2014-02-28 15:29:31 -05:00
kangax
42e263b3f2
Update README
2014-02-28 15:29:01 -05:00
kangax
676562b171
Update README
2014-02-28 15:28:29 -05:00
Juriy Zaytsev
f5bbefbfb7
Update README.md
2014-02-28 13:26:35 -05:00
XhmikosR
dcb76e9e4a
Switch to david-dm.org for the dependency badges.
2014-02-23 20:16:20 +02:00
XhmikosR
d8b1eca014
Trim trailing spaces.
2014-02-23 20:16:20 +02:00
kangax
6a456f39f0
Update README
2014-02-19 15:37:32 -05:00
kangax
f928e68386
Few small tweaks
2014-01-26 22:19:12 -05:00
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