Releases: objetos/p5.quadrille.js
Releases Β· objetos/p5.quadrille.js
Release of p5.quadrille.js-2.2.3
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
Changelog
Treat undefined
method params as null
.
Release of p5.quadrille.js-2.2.1
Changelog
Algebra has been enhanced to handle 0
cell values.
Release of p5.quadrille.js-2.2.0
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
Changelog
Renaming: whiteSquare
β lightSquare
, blackSquare
β darkSquare
. Deprecated names will be removed in a future release.
Release of p5.quadrille.js-2.1.2
Changelog
Build / fill chessboard pattern with custom colors.
Release of p5.quadrille.js-2.1.1
Changelog
Simpler tileDisplay(args)
.
Release of p5.quadrille.js-2.1.0
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
Changelog
filter
fixed.- Deprecated stuff removed.
Release of p5.quadrille.js-2.0.7
Changelog
isObject
made more robust