Commit Graph

52 Commits

Author SHA1 Message Date
Лаврёнов Антон
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
Eric Rowell
a0c385261e finished transition code, complete with callback option whenever a transition is completed. All numeric Node properties can be transitioned. Will add easing function options later 2012-03-13 21:16:25 -07:00
Eric Rowell
1f0585549b updated README 2012-03-10 21:29:11 -08:00
Eric Rowell
ed347c3641 changes geometries directory to shapes 2012-03-10 20:22:27 -08:00
Eric Rowell
07860a7dbd bug fixes and enhancements. also updated the README 2012-03-10 16:52:16 -08:00
Antoine Proulx
a6948ec413 Ability to add the date and the version number from the command line. 2012-03-07 09:55:07 -05:00
Antoine Proulx
286b726823 Change the Rakefile for a Thorfile. 2012-03-07 08:43:02 -05:00
Eric Rowell
3c140ca762 Merged ac80261
removed lib directory and used src instead.  Moved license.js outside of the source directory.  Created a geometries directory inside src.  Also had problems getting the Ruby rake file to build a minified file with uglifiy, so after a bit of searching I found that many people suggested to include the json-pure gem, so I added it to the Gemfile
2012-03-06 23:53:48 -08:00