Skip to content

Commit

Permalink
docs(CHANGELOG): tab item → child item
Browse files Browse the repository at this point in the history
- Replaces "tab item" with "child item" because the paragraph is not
  limited to `TabItem`.
  • Loading branch information
kikuomax committed Mar 7, 2024
1 parent c77d6c3 commit a141a59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
If `true`, they are applied to the root `<div>` 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

Expand Down

0 comments on commit a141a59

Please sign in to comment.