Skip to content

Latest commit

 

History

History
87 lines (50 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

87 lines (50 loc) · 3.21 KB

Change Log

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)

🚀 Features

  • 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)

♻️ Refactoring

  • update DropDownOpts (fe0f080)
    • rename title option => label

3.0.0 (2024-10-03)

🛑 Breaking changes

  • update all component/widget functions (ffe21dd)
  • BREAKING CHANGE: replace function args w/ option objects

2.3.1 (2024-09-05)

🩹 Bug fixes

  • update ramp(), clamp mouse pos (420b41a)

2.3.0 (2024-09-05)

🚀 Features

♻️ Refactoring

  • update textLabel to use geom types (176024f)

2.2.60 (2024-06-21)

♻️ Refactoring

  • update geom deps, update imports (afd0b8b)
  • enforce uniform naming convention of internal functions (56992b2)

2.2.55 (2024-04-20)

♻️ Refactoring

2.2.8 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

2.2.5 (2023-10-30)

♻️ Refactoring

  • add IGridLayout generics (bdca6fc)

2.2.0 (2023-10-18)

🚀 Features

  • add defGUI() factory fn (syntax sugar) (84ef0a8)
    • minor internal refactoring

2.1.9 (2022-04-07)

♻️ Refactoring

  • replace deprecated .substr() w/ .substring() (0710509)