• v0.24.0 c2cfd669d6

    v0.24.0 Stable

    pienter-release-bot released this 2026-09-16 03:26:36 +00:00 | 86 commits to main since this release

    Added

    • RecordForm and RecordFields gain two built-in field types, so a price
      or a sale window no longer needs a #field:name slot repeating label,
      hint, error and id wiring by hand. { type: 'number', min?, max?, step?, placeholder?, steppers? } renders NumberField; only finite numbers
      display, and clearing the input writes null into the record rather than
      NaN, since the payload is JSON. { type: 'date' | 'datetime-local' | 'time', min?, max?, step? } renders DateInput with the ISO string shapes
      it documents. Both honour busy, disabled, required and readonly
      like every other built-in and can still be replaced through their slot.
    • shopping-cart icon, so a commerce module or webshop entry no longer has
      to borrow layers.
    Downloads