Skip to content

Releases: CindyJS/CindyJS

CindyJS v0.8.26

03 May 13:44
Compare
Choose a tag to compare

No real changes – just a version bump to test the build process.

Full Changelog: v.0.8.25...v0.8.26

CindyJS v0.8.25

02 May 17:22
f3c6bd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.24...v.0.8.25

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.