- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-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.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
title
option =>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)
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
2.1.9 (2022-04-07)
- replace deprecated .substr() w/ .substring() (0710509)