Skip to content

Releases: thednp/kute.js

Version 2.2.6

26 Mar 15:32

Choose a tag to compare

Version 2.2.5

27 Jan 12:05

Choose a tag to compare

My changes

  • remove IE support, removed all polyfills
  • update tooling, added Deno for lint, format, added rolldown for build, removed eslint, rollup, plugins, and others
  • updated dependencies and components
  • fixed all lint issues
  • updated docs
  • added publish workflow

Bots say what they changed

New Contributors

Full Changelog: 2.0.16...2.2.5

Improvements

24 Sep 05:00

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

Choose a tag to compare

Changes:

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

Improved SVG morph components

31 Aug 15:41

Choose a tag to compare

Details with latest commit.

Fixes and improvements

18 Aug 12:49

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

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

Choose a tag to compare

Changes:

* typo in svgMorph components/svgMorph.js

Incorrect rollup output

24 Jun 05:49

Choose a tag to compare

Allow transform components to work with pre-processed values

23 Jun 22:09

Choose a tag to compare

2.0.9

Allow transform components to work with pre-processed values