kangax
|
8cdcb614f2
|
Make README section linkable.
|
2011-07-15 18:29:57 -04:00 |
|
kangax
|
412e08c982
|
Add file size comparison for diff. distributions to README. Minimal distribution is now only 80KB (24KB gzipped)!
|
2011-07-15 18:22:31 -04:00 |
|
kangax
|
b99a456989
|
Build files are now organized in such way that it's possible to build fabric w/o support for text and/or serialization.
|
2011-07-15 18:16:14 -04:00 |
|
kangax
|
0455be543f
|
Add screenshot to README.
|
2011-07-14 15:55:40 -04:00 |
|
kangax
|
cd5f2cd6aa
|
Update README.
|
2011-07-09 11:24:22 -04:00 |
|
kangax
|
1bed43e3c4
|
Add unit tests for fabric.Observable. fabric.Canvas#observe can now accept object — canvas.observe({ event1: ..., event2: ... }).
|
2011-07-02 01:19:32 -04:00 |
|
kangax
|
628efcdc70
|
fabric.Element is renamed to fabric.Canvas, which makes more sense. fabric.Element is kept for compatibility reasons (but is deprecated). Bump version to 0.3.
|
2011-06-28 19:14:40 -04:00 |
|
kangax
|
99919e7b94
|
Add object hovering example to demos.
|
2011-06-17 14:19:58 -04:00 |
|
kangax
|
d7fd8f0af3
|
fabric.Object#set can now be passed an object of property/value pairs rather than just property and value. E.g.: rect.set({ width: 100, height: 50, fill: 'red' }).
|
2011-05-29 21:59:48 -04:00 |
|
kangax
|
4fef0a8291
|
Add link to Falsy Values presentation to README.
|
2011-05-26 09:05:08 -04:00 |
|
kangax
|
0682243f12
|
Update readme.
|
2011-05-11 19:15:46 -04:00 |
|
kangax
|
db2c4ff9ce
|
Update README with links to twitter, google group and presentation.
|
2011-04-20 15:28:52 -04:00 |
|
kangax
|
ae4f038c85
|
Minor README updates.
|
2011-03-17 18:05:37 -04:00 |
|
kangax
|
0180de0a70
|
Update README to mention getting rid of Cufon.
|
2011-02-15 19:08:46 -05:00 |
|
kangax
|
bc2384c8c3
|
Update TODO in README.
|
2011-02-13 15:54:22 -05:00 |
|
kangax
|
d42ba6ec02
|
Add links to benchmarks in readme; modify simple shapes benchmark to be able to chose number of shapes.
|
2011-02-09 02:27:25 -05:00 |
|
kangax
|
f497327131
|
Fabric now runs fully under ES5 strict mode (except certain 3rd party dependencies, like cufon.js and json2.js).
|
2010-10-21 22:54:00 -04:00 |
|
kangax
|
f052a067ef
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
kangax
|
f281be8a38
|
Use "codeview" template for docs. Link to documentation in README.
|
2010-10-15 13:26:08 -04:00 |
|
kangax
|
2d1d0d80e5
|
Add jsdoc-toolkit and generate docs.
|
2010-10-15 12:11:37 -04:00 |
|
kangax
|
f2f37e5ffd
|
Update unit tests count. Add link to project on github to a demo page. Fix one of the remaining failing json tests.
|
2010-09-09 17:37:32 -04:00 |
|
kangax
|
0177c91917
|
Change links to demo pages from yura.thinkweb2.com to github pages (kangax.github.com/fabric.js). Add link to unit tests, that can be run right in the browser.
|
2010-09-01 17:03:16 -04:00 |
|
kangax
|
fea32f32a0
|
Add note about IE9 problem with images.
|
2010-08-30 19:08:18 -04:00 |
|
kangax
|
b07fcb52a0
|
IE9PP3 -> IE9PP4; Add links to demos.
|
2010-08-27 13:10:23 -04:00 |
|
kangax
|
69d83c6484
|
Add information about test suite results in IE 6 & 7. Few tweaks to make test suite run in IE6.
|
2010-07-26 15:39:00 -04:00 |
|
kangax
|
6a5cf9b0d4
|
Add fabric.Triangle to the API outline section of README.
|
2010-07-26 15:10:39 -04:00 |
|
kangax
|
9f77d3a0a5
|
Add google closure compiler and explain how to minify fabric.js with it. Fix few omissions in jsdoc comments.
|
2010-07-26 00:48:26 -04:00 |
|
Juriy Zaytsev
|
34dbaef393
|
Add link to actual editor.
|
2010-07-24 00:09:44 -04:00 |
|
Juriy Zaytsev
|
f4eb1ad505
|
Add history section.
|
2010-07-23 23:59:14 -04:00 |
|
Juriy Zaytsev
|
601a0b77a2
|
Add note about IE8 compatibility. Add license info to README.
|
2010-07-14 13:44:53 -04:00 |
|
Juriy Zaytsev
|
eb5d5e93e5
|
Make description more descriptive. Add IE9pre3 to the list of supported browsers.
|
2010-07-13 17:53:55 -04:00 |
|
Juriy Zaytsev
|
41917f57b4
|
Slight tweak to description
|
2010-07-09 21:26:55 -04:00 |
|
Juriy Zaytsev
|
2e72a4d8c5
|
Rename Canvas.* to fabric.* (lowercased name makes more sense since Canvas is not a constructor).
|
2010-07-09 19:43:50 -04:00 |
|
Juriy Zaytsev
|
48989ca347
|
Specify that license is MIT.
|
2010-07-09 11:21:03 -04:00 |
|
Juriy Zaytsev
|
7242ea93de
|
Change Prototype unit testing framework to QUnit; change all tests accordingly.
|
2010-07-09 10:21:40 -04:00 |
|
Juriy Zaytsev
|
61a01f2428
|
Add 2 more goals — "no browser sniffing" and "encapsulated under one object".
|
2010-06-26 23:00:56 -04:00 |
|
Juriy Zaytsev
|
8df91fdfac
|
Add instruction on how to minify to README.
|
2010-06-17 10:03:37 -04:00 |
|
Juriy Zaytsev
|
5146c5a508
|
Add object model hierarchy to readme.
|
2010-06-11 19:51:28 -04:00 |
|
Juriy Zaytsev
|
fa4224649c
|
Building dist file is now done via sprockets.
|
2010-06-11 19:37:06 -04:00 |
|
Juriy Zaytsev
|
6fff87995d
|
List supported browsers in README.
|
2010-06-11 09:18:09 -04:00 |
|
Maxim Chernyak aka hakunin
|
bbc63a5b4e
|
Tweak credits.
|
2010-06-10 23:05:31 -07:00 |
|
Juriy Zaytsev
|
1e55fbda9b
|
FabricJS -> Fabric.js
|
2010-06-11 01:58:52 -04:00 |
|
Juriy Zaytsev
|
b8cd3a4b94
|
Add a short overview, example, and credits to README.
|
2010-06-11 01:50:44 -04:00 |
|