From a141a598c7b0af454005140bb6a6615f7ae60058 Mon Sep 17 00:00:00 2001 From: Kikuo Emoto Date: Thu, 7 Mar 2024 13:20:02 +0900 Subject: [PATCH] =?UTF-8?q?docs(CHANGELOG):=20tab=20item=20=E2=86=92=20chi?= =?UTF-8?q?ld=20item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replaces "tab item" with "child item" because the paragraph is not limited to `TabItem`. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d762b7cba..412ded70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,10 @@ If `true`, they are applied to the root `
` element, which is compatible with Vue 2. The default value can be controlled by `defaultCompatFallthrough` config option (`true` by default). [#16](https://github.com/ntohq/buefy-next/issues/16) -* `CarouselItem`, `StepItem`, and `TabItem` introduce a new prop `order`, which determines the order of each tab item. - By default, the order of each tab item is determined by the sequence in which each tab item is mounted. - If any tab item is unmounted and mounted again, the order may be changed (**BREAKING CHANGE**). - You have to give explicit `order` if you want to maintain the order of items consistent. +* `CarouselItem`, `StepItem`, and `TabItem` introduce a new prop `order`, which determines the order of each child item. + By default, the order of each child item is determined by the sequence in which each child item is mounted. + If any child item is unmounted and mounted again, the order may be changed (**BREAKING CHANGE**). + You have to give explicit `order` if you want to maintain the order of child items consistent. ## buefy-next