Commit graph

72 commits

Author SHA1 Message Date
thednp 927bb7e9c0 Changes:
* Removing the `getBestIndex` utility https://github.com/thednp/kute.js/issues/41
* simplify the SVG plugin
* documentation updates
2016-10-09 05:45:21 +03:00
thednp 6b5623b20a Related to CommonJS https://github.com/thednp/kute.js/issues/40#issuecomment-252348599 2016-10-07 23:10:34 +03:00
thednp ccb5e6ba73 Attempting to fix https://github.com/thednp/kute.js/issues/40 2016-10-07 22:59:35 +03:00
thednp ff5d6d139b Type 2016-09-24 12:12:29 +03:00
thednp f2eff7ddbe Quick fixes and some change:
* Removed `dom` from KUTE object, 
* Re-added Tween to KUTE object (was deleted by mistake). 
* Updated demo and the kute-box-shadow sample plugin
2016-09-24 10:39:04 +03:00
thednp 728af0a801 Code cleanup 2016-09-22 05:26:43 +03:00
thednp 2960ff6d73 Update package.json 2016-09-21 02:42:03 +03:00
thednp 5e6b933bec Update package.json 2016-09-21 01:34:20 +03:00
thednp cc332f0745 Minor fix/improvement with Attributes Plugin regarding current attribute value suffix. 2016-09-20 23:32:11 +03:00
thednp b83bb95a1e SVG Plugin is broken in 1.5.4, now fixed for 1.5.5
Doc Updates for c6e7caabc6
2016-09-20 13:57:05 +03:00
thednp df9554252c Hopefully fixing https://github.com/thednp/kute.js/issues/35 2016-09-19 20:17:17 +03:00
thednp e49bce0e20 Update package.json 2016-09-12 17:41:50 +03:00
thednp f46e780271 Update package.json 2016-08-22 17:24:11 +03:00
thednp 4fca28e269 Update package.json 2016-07-25 18:38:37 +03:00
thednp f4576d4bca Update package.json 2016-03-24 14:31:50 +02:00
thednp 6176a75fe1 Update package.json 2016-03-24 14:30:56 +02:00
thednp b3be076328 Update package.json 2016-02-06 00:12:54 +02:00
thednp b1550f1111 Update package.json 2016-02-06 00:10:02 +02:00
thednp 32a741ab20 Update package.json 2015-12-30 00:32:38 +02:00
thednp e9a4daa8be Update package.json 2015-11-02 01:24:55 +02:00
Ingwie Phoenix 189241b87c jQuery added as dependency. 2015-11-01 21:55:32 +01:00
Ingwie Phoenix e2aa72e14b NPM/Bower and UMD support.
- Supports `require()` and `define()` style loading.
- Is available on Bower through Git tags. Not yet via NPM. (run `npm publish` inside the project to do so)
- README updated with hint of usability with module loaders

In the code:
- Implemented UMD method, using AMD in first instance.
- Error is thrown is the root KuteJS could not be found.

What is missing:
- Sub-modules should export their factory rather than doing this on their own.
2015-11-01 21:51:51 +01:00