Skip to content

Releases: thednp/kute.js

Improvements

24 Sep 05:00
Compare
Choose a tag to compare

Changes:

  • Upgraded SVG morph components to be able to process path data in Node.js;
  • The svgCubicMorph component can morph lines properly;
  • code cleanup.

Minor update

02 Sep 13:28
Compare
Choose a tag to compare
Changes:

* Solved some minor issue with `pathToCurve` utility
* Updated SVGPathCommander

Improved SVG morph components

31 Aug 15:41
Compare
Choose a tag to compare

Details with latest commit.

Fixes and improvements

18 Aug 12:49
Compare
Choose a tag to compare

Changes:

  • #103 added ability to re-queue the execution context on resume()
  • added SVGPathCommander to do path processing for both morph components
  • replaced path string processing from Raphael with the one from SvgPath for more accurate path data processing
  • solved some issue with path processing arcTo path commands with largeArcFlag
  • code improvements

KUTE.js now works in HEAD

27 Jul 09:43
Compare
Choose a tag to compare
  • KUTE.js now works when added to <head> but tween object initialization scripting must be added after <body> or when new Element target is appended into document
  • updated shorter-js

Minor fix

14 Jul 09:54
Compare
Choose a tag to compare
Changes:

* typo in svgMorph components/svgMorph.js

Incorrect rollup output

24 Jun 05:49
Compare
Choose a tag to compare

Allow transform components to work with pre-processed values

23 Jun 22:09
Compare
Choose a tag to compare
2.0.9

Allow transform components to work with pre-processed values

Added Transform Legacy component

23 Jun 16:40
Compare
Choose a tag to compare

Added a new component to support legacy browsers IE9+
Also added an additional polyfill-legacy.js source to build IE9+ polyfills.

Fixed objects file names

20 Jun 10:25
Compare
Choose a tag to compare