Skip to content

Releases: davidbkemp/animated-qubits

Release 1.0.4

23 Jul 08:10
Compare
Choose a tag to compare

With updated minified version this time.

Release 1.0.3

23 Jul 08:05
Compare
Choose a tag to compare

Fixes problem with the way d3-transform is referenced.
WARNING: forgot to rebuild the minified filed. Beginning to regret ever including it.

Do not use

23 Jul 07:15
Compare
Choose a tag to compare

Doesn't reference d3-transform properly.

Do not use

23 Jul 06:53
Compare
Choose a tag to compare

Having versioning issues.

Do not use

23 Jul 06:45
Compare
Choose a tag to compare

WARNING: Do not use this.
animatedQubits.min.js was not updated.

Version 0.0.8

01 Feb 06:05
Compare
Choose a tag to compare

Wrap the bit labels in a graphics group with a class that can be targetted in css

Browserifiable and generally more node friendly

25 Jan 23:52
Compare
Choose a tag to compare

Is now more node friendly and has an example using browserify that was previously much more difficult to do. Specifically, fixed the usage of d3-transform when using CommonJS.

Updated documentation

09 Jan 06:22
Compare
Choose a tag to compare

Improved the documentation in the README file.

Add ability to "measure" the quantum state

07 Jan 23:51
Compare
Choose a tag to compare
v0.0.5

Minor update to the README file

Remove resetQState(), and force client to set height/width

04 Jan 02:05
Compare
Choose a tag to compare

Removed the method resetQState() as it was broken and not really useful.
display() no longer sets the width/height of its target. Instead, a method has been added to obtain the "natural" dimensions of the animation.