-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(VList): port to v3 #13697
Merged
Merged
feat(VList): port to v3 #13697
Conversation
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
nekosaur
reviewed
May 23, 2021
Requesting Initial comments from @vuetifyjs/core-team |
KaelWD
reviewed
Jun 1, 2021
add tabindex only if is clickable, otherwise render nothing
BREAKING: v-subheader is now v-list-subheader
Requesting Final comments from @vuetifyjs/core-team |
johnleider
added a commit
that referenced
this pull request
Jun 14, 2021
fixes #8137 fixes #9285 fixes #12826 Co-authored-by: Kael <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: VList
S: needs docs update
The change requires an update to the documentation
T: feature
A new feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Specification
Motivation and Context
Markup:
VList
Bug fixes
Features
Components
v-list-img
v-list-subheader
Styles
Breaking changes
Props
Styles
VListItem
Bug fixes
Features
Components
v-list-item-header
v-list-item-media
v-list-item-img
Props
v-list-item-title
componentv-list-item-subtitle
componentv-list-item-avatar
Styles
Breaking Changes
Components
v-list-item-action-text
v-list-item-action
v-list-item-content
, usev-list-item-header
v-list-item-icon
, usev-list-item-avatar icon="..." />
v-list-item-avatar
Props
v-list lines="two"
v-list lines="three"
Styles
VListGroup
Breaking Changes
v-list
How Has This Been Tested?
Types of changes
Checklist:
master
for bug fixes and documentation updates,dev
for new features and backwards compatible changes andnext
for non-backwards compatible changes).