- Last updated: 2026-04-18T11:32:55Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
3.2.56 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
3.2.36 (2025-07-26)
- minor update layout handling in components (91885c9)
3.2.12 (2025-04-16)
- minor internal updates (imports) (db32858)
3.2.1 (2025-02-05)
- update dropdown label handling (8dc2e93)
- show label in default state if selected value is undefined
(e.g. because
valuewas set to -1)
- show label in default state if selected value is undefined
(e.g. because
- update ramp color handling, add
filloption (874d701)
3.2.0 (2025-02-05)
- add RampOpts.samples (8aaaae5)
3.1.0 (2024-10-07)
- clamp value args to min/max range (ee866b1)
- update dial, ring, sliders and XY pad components
- ensure provided value arg is within limits
- update ramp component & RampOpts (953f2fa)
- update DropDownOpts (fe0f080)
- rename
titleoption =>label
- rename
3.0.0 (2024-10-03)
- update all component/widget functions (ffe21dd)
- BREAKING CHANGE: replace function args w/ option objects
2.3.1 (2024-09-05)
- update ramp(), clamp mouse pos (420b41a)
2.3.0 (2024-09-05)
- add ramp widget (3c84204)
- update textLabel to use geom types (176024f)
2.2.60 (2024-06-21)
- update geom deps, update imports (afd0b8b)
- enforce uniform naming convention of internal functions (56992b2)
2.2.55 (2024-04-20)
- update type usage (bee8fd5)
2.2.8 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
- update/refactor tests to use bun test runner (8f6edb1)
- update/rename test files/imports (still many broken) (1cb3c49)
2.2.5 (2023-10-30)
- add IGridLayout generics (bdca6fc)
2.2.0 (2023-10-18)
- add defGUI() factory fn (syntax sugar) (84ef0a8)
- minor internal refactoring