Skip to content

Releases: octalsrc/linked-list-web-demo

v0.1.0.1

28 Jan 03:10
Compare
Choose a tag to compare

This small change allows other elements (text, whatever) to be added to the webpage that the demo is running in, without breaking the demo.

Other stuff on the page confuses the canvas-sizing function (which is designed to try filling the screen) and can sometimes cause it to produce a tiny, unusable drawing canvas. This update fixes that simply by adding a reasonable(?) minimum canvas-height to the function.

This should make the demo more usable in really tiny browser windows as well, if anyone was hoping to use it that way.

v0.1.0.0

10 Dec 02:41
Compare
Choose a tag to compare

Should be feature-complete to the original reference implementation. Let me know if anything is broken!