-
Notifications
You must be signed in to change notification settings - Fork 93
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
Rename title
props and slots to name
#4106
Merged
Merged
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
raimund-schluessler
added
2. developing
Work in progress
component
Component discussion and/or suggestion
technical debt
breaking
PR that requires a new major version
labels
May 12, 2023
raimund-schluessler
changed the title
WIP: Rename title props and slots to name
WIP: Rename May 12, 2023
title
props and slots to name
raimund-schluessler
force-pushed
the
fix/4053/title-to-name
branch
6 times, most recently
from
May 14, 2023 18:52
ea4a21b
to
253fd69
Compare
raimund-schluessler
changed the title
WIP: Rename
Rename May 14, 2023
title
props and slots to name
title
props and slots to name
raimund-schluessler
added
3. to review
Waiting for reviews
and removed
2. developing
Work in progress
labels
May 14, 2023
raimund-schluessler
requested review from
nickvergessen,
skjnldsv,
Pytal,
ShGKme,
marcoambrosini and
susnux
May 14, 2023 18:54
marcoambrosini
approved these changes
May 16, 2023
skjnldsv
approved these changes
May 16, 2023
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
raimund-schluessler
force-pushed
the
fix/4053/title-to-name
branch
from
May 16, 2023 19:08
253fd69
to
bb2cf54
Compare
3 tasks
3 tasks
2 tasks
2 tasks
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
breaking
PR that requires a new major version
component
Component discussion and/or suggestion
technical debt
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.
This PR renames every occurrence of
title
toname
if it does not relate to the native HTML title attribute.Closes #4053.
Migration guide:
title
prop toname
for the following components:NcActionButtonGroup
NcActionCaption
NcAppNavigationCaption
NcAppNavigationNewItem
NcAppNavigationSettings
NcAppSettingsDialog
NcAppSettingsSection
NcAppSidebar
NcEmptyContent
NcIconSvgWrapper
NcListItem
NcListItemIcon
NcLoadingIcon
NcModal
NcResource
NcSavingIndicatorIcon
NcSettingsSection
NcActions
:force-title
prop toforce-name
menu-title
prop tomenu-name
NcAppSidebar
:titleEditable
prop tonameEditable
titlePlaceholder
prop tonamePlaceholder
subtitle
prop tosubname
subtitleTooltip
prop tosubtitle
linkifyTitle
prop tolinkifyName
titleTooltip
prop totitle
update:titleEditable
event toupdate:nameEditable
update:title
event toupdate:name
submit-title
event tosubmit-name
NcEmojiPicker
:previewFallbackTitle
prop topreviewFallbackName
NcEmptyContent
:title
slot toname
NcListItem
:subtitle
slot tosubname
NcListItemIcon
:subtitle
prop tosubname
iconTitle
prop toiconName
NcModal
:playPauseTitle
toplayPauseName
NcMentionBubble
:label
prop totitle
NcUserBubble
:title
slot toname