Skip to content

Releases: objetos/p5.quadrille.js

Release of p5.quadrille.js-2.2.3

10 Jan 15:40
Compare
Choose a tag to compare

Changelog

Fix quadrille height property handling for 0 and negative values.

Full Changelog: 2.2.2...2.2.3

Release of p5.quadrille.js-2.2.2

08 Dec 09:06
Compare
Choose a tag to compare

Changelog

Treat undefined method params as null.

Release of p5.quadrille.js-2.2.1

05 Dec 10:20
Compare
Choose a tag to compare

Changelog

Algebra has been enhanced to handle 0 cell values.

Release of p5.quadrille.js-2.2.0

25 Nov 15:43
Compare
Choose a tag to compare

Changelog

Added swap method:

  • Swaps two rows with swap(row1, row2).
  • Swaps two cells with swap(row1, col1, row2, col2).
  • Gracefully ignores invalid inputs without throwing errors.
  • Supports method chaining for clean, fluent API usage.

Release of p5.quadrille.js-2.1.3

16 Nov 20:40
Compare
Choose a tag to compare

Changelog

Renaming: whiteSquare β†’ lightSquare, blackSquare β†’ darkSquare. Deprecated names will be removed in a future release.

Release of p5.quadrille.js-2.1.2

15 Nov 16:10
Compare
Choose a tag to compare

Changelog

Build / fill chessboard pattern with custom colors.

Release of p5.quadrille.js-2.1.1

15 Oct 16:31
Compare
Choose a tag to compare

Changelog

Simpler tileDisplay(args).

Release of p5.quadrille.js-2.1.0

25 Sep 19:00
Compare
Choose a tag to compare

Changelog

Major Updates

  • Cell Functions: Added support for custom cell functions, which require Framebuffer Objects (FBOs) and WebGL mode.
  • Video Cells: Introduced the ability to use video as quadrille cells.

Minor Enhancements

  • All listed functions were improved with extra parameters:

    • drawQuadrille
    • stringDisplay
    • sample
    • sort
    • toImage

Release of p5.quadrille.js-2.0.8

12 Dec 23:51
Compare
Choose a tag to compare

Changelog

  • filter fixed.
  • Deprecated stuff removed.

Release of p5.quadrille.js-2.0.7

02 Nov 01:15
Compare
Choose a tag to compare

Changelog

isObject made more robust