Commit graph

20 commits

Author SHA1 Message Date
thednp e165c10d40 Small fix to prevent Uncaught RangeError: Maximum call stack size exceeded error. 2016-10-09 06:10:41 +03:00
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 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 1fbfbc58c7 Update bower.json 2016-09-12 17:41:34 +03:00
thednp 984fa6a5f1 Update bower.json 2016-08-22 17:24:36 +03:00
thednp 10d47b89da Update bower.json 2016-07-25 18:38:49 +03:00
thednp 7527628aef Update bower.json 2016-03-24 14:31:29 +02:00
thednp 5bbb709361 Update bower.json 2016-03-24 14:30:07 +02:00
thednp 859e8a7fb2 Update bower.json 2016-02-06 00:12:51 +02:00
thednp 480ece6a9c Update bower.json 2015-12-30 00:32:16 +02:00
thednp 6181d45689 Update bower.json 2015-11-02 01:25:45 +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