Commit Graph

59 Commits

Author SHA1 Message Date
lavrton
b945207767 update badges 2015-01-09 19:55:00 +07:00
lavrton
4e66cf3d3b update readme 2015-01-09 19:51:36 +07:00
lavrton
07622b64ae 5.1.9 2015-01-09 19:07:20 +07:00
Anton Lavrenov
eee66e4b6e Update README.md 2014-08-25 23:16:56 +08:00
Liwen
6912c777e3 bower package name fixed 2014-05-06 22:37:19 +08:00
Лаврёнов Антон
654cbf24b6 typo fix 2014-05-05 19:01:45 +08:00
Лаврёнов Антон
52e8bbefe7 update installation notes 2014-05-05 19:00:31 +08:00
Лаврёнов Антон
233ecc293c typo fix 2014-04-18 09:12:10 +08:00
Лаврёнов Антон
efa2de2f04 npm ready 2014-04-17 17:58:51 +08:00
Eric Rowell
d1624f542e Update README.md 2014-04-09 09:19:50 -07:00
Eric Rowell
f01f426caf Update README.md 2014-03-27 23:41:42 -07:00
Лаврёнов Антон
e136a69e12 update NodeJS example 2014-03-04 19:43:06 +08:00
Лаврёнов Антон
5cbb73a079 gen-doc -> docs 2014-02-28 08:21:29 +08:00
Лаврёнов Антон
4d5dabee45 typo fix 2014-02-27 20:04:38 +08:00
Лаврёнов Антон
c8ddd27c2c Alpha nodejs support 2014-02-27 19:55:39 +08:00
Лаврёнов Антон
5f931cf250 Several README typo fixes 2014-02-27 18:51:33 +08:00
Лаврёнов Антон
7c5794f838 http://localhost:8080/test/runner.html 2014-02-27 18:46:15 +08:00
Лаврёнов Антон
3dd208a44d typo 2013-11-22 17:51:35 +08:00
Лаврёнов Антон
4d335ea492 readme tests update 2013-11-22 17:50:13 +08:00
Eric Rowell
5c328b838f fixed regression bug with createImageHitRegion. setup node server. Upated README with new test instructions 2013-09-16 10:12:50 -07:00
Eric Rowell
029348ec54 updated readme again 2013-09-10 21:52:11 -07:00
Eric Rowell
f4bd464d55 updated the readme with new test info 2013-09-10 21:51:07 -07:00
Eric Rowell
9d50953447 updated readme with new test info 2013-09-10 21:47:14 -07:00
Eric Rowell
8e5e3e2bb3 removed status string from readme 2013-08-28 23:58:06 -07:00
Eric Rowell
07dee8f01e updated travis ci info a bit more in readme 2013-08-28 23:56:56 -07:00
Eric Rowell
e94cd6910d added travis ci images to readme 2013-08-28 23:55:42 -07:00
Eric Rowell
7e660d0587 added beta task runner, and updated README 2013-07-27 23:26:06 -07:00
Eric Rowell
8bc007118c added jshint to the build 2013-06-01 16:13:33 -07:00
Eric Rowell
2409b99844 removed Ruby build files, and updated readme with Grunt instructions 2013-06-01 16:03:50 -07:00
Eric Rowell
616e5d98f4 dev version will now be 0.0.0 instead of current. current is an invalid value for the version key in the package.json file for grunt 2013-06-01 15:58:14 -07:00
ericdrowell
cbb9e2c289 test change 2013-04-11 19:42:35 -07:00
Eric Rowell
4d420efabd Converted test failures to warnings where appropriate 2013-02-15 14:44:18 -08:00
Eric Rowell
9031aaf067 updated readme 2013-01-01 18:07:43 -08:00
Eric Rowell
03834db910 updated readme and Animation docs 2012-12-21 07:53:26 -08:00
Eric Rowell
71eacd85d3 adjusted testing subtitle size 2012-12-03 20:12:38 -08:00
Eric Rowell
fb25a1c503 improved Testing README 2012-12-03 20:11:31 -08:00
Eric Rowell
5705d909e5 changed test to warn for node and shape selector unit test, and added more info in the README Testing section 2012-12-03 19:54:58 -08:00
Eric Rowell
0db40018af prepend tests with a ! to omit a particular test from the test suite 2012-11-15 21:33:39 -08:00
Eric Rowell
1913fed33b Kinetic.Animation constructor now just requires a function and optional node. No more config object 2012-11-15 21:30:58 -08:00
Eric Rowell
a5e23c426d restructured unit tests and created a unit test build target which concatenates source test files 2012-11-13 21:37:28 -08:00
Eric Rowell
1ad12bbbf1 updated readme 2012-11-02 10:03:29 -07:00
ericdrowell
0353214fb6 first pass at rewriting the setAttrs logic in Node. In order to have a cleaner OO design, the data type logic needs to exist within each respective module, such that the setter methods are the source of truth.
the setAttrs method now simply calls setter methods.  Also added _clone
and _merge utility methods in Type.  The refactor greatly improves
decoupling and will enable much cleaner OO design in the near future.
2012-09-24 20:34:23 -07:00
ericdrowell
8d6103d1e0 get() now returns a Node.Array array which has node methods. This means that you can do stuff like layer.get('.shape').setX(300) 2012-09-22 21:27:44 -07:00
ericdrowell
b56bd6618a fixed README 2012-09-22 17:52:54 -07:00
Eric Rowell
76a13ad8f2 updated README 2012-09-22 17:27:18 -07:00
Eric Rowell
3d4d2d20c0 now utilizing John Resig's mashup of Base.js and protototype.js inheritiance Class so that it's easy for developers to extend KineticJS objects with extend() or to simply tack on new methods and properties that's available to all children classes. Moved getter and setter logic to Node. Moved transition class to root directory and created Tween class 2012-07-03 12:07:27 -07:00
Eric Rowell
31566bff13 transition attr updates now fire the attr change event. Fixed problem with root level attrs not being fired when child level attr changed 2012-07-01 00:19:56 -07:00
Eric Rowell
ddb57a03ba updated testing instructions in the README 2012-06-30 20:10:58 -07:00
Eric Rowell
9ec8c94701 refactored event bindings to expose content node events and enable true functional tests without a test framework like Selenium. Added new manualTests.html page for manual tests. One of the manual tests has already been converted to a functional test. Will add in image data url hashmaps soon so that I can compare screenshots before and after a series of actions in the functional tests 2012-06-15 11:47:55 -07:00
Eric Rowell
ed35c6dbba added scrollbar support for container DOM, structured the unittests a bit better, and did some minor refactoring 2012-03-17 10:28:25 -07:00