v0.19.1 — Pantry: quantity steppers go by whole numbers
Changed step from 0.25 to 1 on the Quantity and "how much are you using" number inputs so the spinner arrows move by wholes. Added noValidate on both forms (native step-mismatch validation would otherwise block submitting typed partials like 2.5) plus manual amount-bounds checks in the use dialog to replace the native min/max constraints that noValidate disables. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// Bump on every user-visible release. Changelog entries live in `src/lib/changelog.ts`.
|
||||
export const APP_VERSION = "0.19.0";
|
||||
export const APP_VERSION = "0.19.1";
|
||||
|
||||
Reference in New Issue
Block a user