Skip to content

Commit b6cf6ff

Browse files
committed
docs: Add note for start-time in migration guide (fixes #1170)
1 parent c270fe1 commit b6cf6ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/migration/from-v11.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ outline: [2, 4]
6262
- `month-change-on-arrows`
6363
- `month-change-on-scroll`
6464
- `partial-flow` (renamed)
65+
- `start-time`
6566
- Removed emits:
6667
- `recalculate-position`
6768
- `update:model-timezone-value`
@@ -240,7 +241,7 @@ This prop is now moved under [`filters`](/props/validation/#filters) prop and re
240241
</template>
241242
```
242243

243-
### `enable-time-picker`, `ignore-time-validation`, `enable-seconds`, `enable-minutes`, `is-24`, `no-hours-overlay`, `no-minutes-overlay`, `no-seconds-overlay`, `hours-grid-increment`, `minutes-grid-ncrement`, `seconds-grid-ncrement`, `time-picker-inline`
244+
### `enable-time-picker`, `ignore-time-validation`, `enable-seconds`, `enable-minutes`, `is-24`, `no-hours-overlay`, `no-minutes-overlay`, `no-seconds-overlay`, `hours-grid-increment`, `minutes-grid-ncrement`, `seconds-grid-ncrement`, `time-picker-inline`, `start-time`
244245

245246
These props are now grouped under [`time-config`](/props/time-picker-configuration/#time-config) prop. Prop types and names are unchanged.
246247

0 commit comments

Comments
 (0)