From e2370f72e22f6db329852f85fb1c99a366d23e75 Mon Sep 17 00:00:00 2001 From: "David W. Gray" Date: Tue, 10 Sep 2024 18:10:16 -0700 Subject: [PATCH 1/2] docs: Use Not Yet Implemented component --- apps/docs/src/components/NotYetImplemented.vue | 10 ++++++++-- apps/docs/src/docs/components/card.md | 4 +++- apps/docs/src/docs/migration-guide.md | 6 +++--- apps/docs/src/utils/common-props.ts | 3 +-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/apps/docs/src/components/NotYetImplemented.vue b/apps/docs/src/components/NotYetImplemented.vue index 8f8a49748..0659a098a 100644 --- a/apps/docs/src/components/NotYetImplemented.vue +++ b/apps/docs/src/components/NotYetImplemented.vue @@ -1,7 +1,13 @@ + + diff --git a/apps/docs/src/docs/components/card.md b/apps/docs/src/docs/components/card.md index 4891cf227..89ecff7dd 100644 --- a/apps/docs/src/docs/components/card.md +++ b/apps/docs/src/docs/components/card.md @@ -181,7 +181,9 @@ For more information on using `BNav` in card headers, refer to the ## Card groups In addition to styling the content within cards, BootstrapVueNext includes a `BCardGroup` component -for laying out series of cards. For the time being, these layout options are not yet responsive. +for laying out series of cards. + +For the time being, these layout options are not responsive. ### Default card group diff --git a/apps/docs/src/docs/migration-guide.md b/apps/docs/src/docs/migration-guide.md index 9cc8db565..598bc9d1e 100644 --- a/apps/docs/src/docs/migration-guide.md +++ b/apps/docs/src/docs/migration-guide.md @@ -182,7 +182,7 @@ not implemented. The `sliding-start` and `sliding-end` events have been renamed to `slide` and `slid`. The `label-indicators` prop has been renamed to `indicators-button-label`. -The `label-goto-slide`and `no-animation` props are not yet implemented. +The `label-goto-slide`and `no-animation` props. ## BForm @@ -214,7 +214,7 @@ Use `label-visually-hidden` instead of `label-sronly` per Access to the native `input` element is implemented differently due to changes in how Vue 3 handles references. See the [BFormInput documentation](/docs/components/form-input#exposed-input-element) for more details. -Datalist and disabling mousewheel events are not yet implemented. +Disabling mousewheel events. `trim`, `lazy`, or `number` properties have been deprecated. We support the native modifiers [`trim`, `lazy`, and `number`](https://vuejs.org/guide/essentials/forms.html#modifiers). @@ -422,7 +422,7 @@ Keyboard Navigation and Small Screen Support. ## BPaginationNav -This component is not yet implemented +