Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.96 KB

File metadata and controls

30 lines (23 loc) · 1.96 KB

Frappe UI v1 Release Plan

This directory contains the active planning docs for frappe-ui v1.

Start here

  • plan.md
    • Main source of truth for scope, blockers, component direction, data migration, TextEditor, and release gates.

Supporting docs

  • migration.md
  • changelog.md
    • Rolling v1 changelog for consumer-facing changes, deprecations, and migration notes.
  • 04-components-audit.md
    • Core component audit matrix for TS, <script setup>, docs, stories, and tests.
  • 08-selection-and-menu-api-spec.md
    • Accepted API direction for Dropdown, Select, Combobox, MultiSelect, and ItemListRow.
  • 08f-dialog-spec.md
    • Accepted API direction for Dialog and the imperative dialog.confirm/alert/prompt namespace. Covers flat-prop migration, slot rename, the bare chrome toggle, dismissible, and the caller-controlled-close lifecycle for imperative helpers.
  • 09-input-components-spec.md
    • Accepted API direction for the input family: TextInput, Textarea, Password, Checkbox, Switch, Rating, Slider, and ErrorMessage. Covers the shared labeling contract, size/variant scales, defineModel pattern, and deprecation warnings. FileUploader is out of scope and addressed in a separate spec.

Research