forked from buefy/buefy
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: [BreadcrumbItem] Vue Compat: deprecation INSTANCE_ATTRS_CLASS_ST…
…YLE (#16) (#209) * feat(lib): add compat fallthrough prop to BreadcrumbItem - `BreadcrumbItem` introduces a new prop `compat-fallthrough` which determines if the `style`, `class`, and `id` attributes falls through to the root `<li>` element rather than the underlying tag. Since Vue 3 changed the fallthrough behavior, `BreadcrumbItem` became incompatible with that of Buefy for Vue 2. The default value for this prop is configured by the `defaultCompatFallthrough` config option, which is `true` by default (compatible with Buefy for Vue 2). * test(lib): test BreadcrumbItem fallthrough behavior - Tests the new prop `compat-fallthrough` of `BreadcrumbItem` * chore(docs): explain compat-fallthrough of BreadcrumbItem * docs(CHANGELOG): explain compat-fallthrough of BreadcrumbItem
- Loading branch information
Showing
4 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters