• v0.20.1 f1205868c6

    v0.20.1 Stable

    pienter-release-bot released this 2026-09-16 01:02:03 +00:00 | 106 commits to main since this release

    Fixed

    • Select shows its empty option again after the model clears from a value
      no option carries. A single-value FilterSelect fed
      filter[status]=draft,published selected nothing, and when Clear all set
      the model to '' the control stayed blank: a <select> with no selection
      already reads '', so Vue saw nothing to write. The control now syncs the
      native value itself after every model change. An unknown value still
      selects nothing; only the way back is fixed.
    Downloads