Skip to content

Releases: CindyJS/CindyJS

CindyJS v0.8.24

02 Mar 14:13
cfb132a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.23...v0.8.24

v0.8.23

23 Feb 08:34
85add60
Compare
Choose a tag to compare

Cinderella compatibility

Further changes

Full Changelog: v0.8.22...v0.8.23

v0.8.22

30 Aug 04:19
2d6a1bb
Compare
Choose a tag to compare

What's Changed

  • another fix of the fix – make sure to take the path including the backslash by @kortenkamp in #905

Full Changelog: v0.8.21...v0.8.22

CindyJS 0.8.20

25 Aug 09:31
8dadafd
Compare
Choose a tag to compare

Cinderella Compatibility:

  • introduce .coord for Points, which will report .xy as in Cinderella
  • correct output of mover() in mouse down and mouse up events

CindyJS 0.8.19

14 Jul 19:57
c6becfc
Compare
Choose a tag to compare

FIXES

  • eval works with variables that have not been used before.
  • Text elements using @# notation are displayed correctly now

What's Changed

Full Changelog: v0.8.18...v0.8.19

CindyJS 0.8.18

02 Nov 07:56
412441a
Compare
Choose a tag to compare

This release includes a fix to createpoint and allows for faster bulk-adding of points from scripts.

CindyJS 0.8.17

11 Oct 21:15
b2f1400
Compare
Choose a tag to compare

No changes, only compatibility to ECMAScript5 in order to support really old JavaScript engines.

CindyJS 0.8.16

06 Sep 14:22
bf6f518
Compare
Choose a tag to compare

Fixes a bug that caused JSON objects to be different from each other, even if they were the same instance.

CindyJS 0.8.15

05 Sep 12:39
3c94285
Compare
Choose a tag to compare

Features:

  • includes self() and eval(…) to create OO-like behaviour using JSON objects

Other:

  • Included new examples that use self() and eval(…)
  • Included new unit tests

CindyJS 0.8.14

22 Apr 13:58
e995c7e
Compare
Choose a tag to compare

Bug fixes:

  • Cindy3D works properly on WebGL 2.0 (Safari)