-
Notifications
You must be signed in to change notification settings - Fork 87
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
Compatibility 8.0.0 with apps and server #4223
Labels
Milestone
Comments
susnux
added
1. to develop
Accepted and waiting to be taken care of
technical debt
labels
Jun 15, 2023
This was referenced Jun 27, 2023
Merged
4 tasks
2 tasks
61 tasks
1 task
I don't have permissions in this repo to edit I guess, so I'll just comment with some updates:
Links to add:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we plan to use v8 with upcoming Nextcloud 28 then some apps and server have to be adjusted:
NcMultiselect
andNcMultiselectTags
was removed and needs to be replaced withNcSelect
andNcSelectTags
NcPopoverMenu
was removed and needs to be replaced #4081deck
groupfolder
social
Prepare for@nextcloud/vue
v8 nextcloud/social#1801updatenotification
NcPopoverMenu
and useNcActions
instead nextcloud/server#39106files_sharing
settings
, server -settings
NcPopoverMenu
nextcloud/server#39073NcAppNavigationCounter
was removed and needs to be replaced #4096notes
deck
bookmarks
settings
, server -settings
NcAppNavigationCounter
nextcloud/server#39102excludeClickOutsideClasses
was removed (with replacement) #4088calendar
core
notifications
NcModal
internal div container layout was changed and some hacks need to be revertedcalendar
remove some custom modal overrides fromcss/app-settings.scss
to fix scrollingMoreover a bunch of properties got renamed
Migration guide
--app-navigation-padding
, to set the padding of content to the top of NcContent. Meaning e.g. for the first app navigation item, or the position of the navigation toggle. (see #3278)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
height: 100%
or stretch parent another waydisplay: flex
or positionNcEmptyContent
in the middle another wayNcListItem
:subtitle
slot tosubname
NcListItemIcon
:subtitle
prop tosubname
iconTitle
prop toiconName
NcModal
:playPauseTitle
toplayPauseName
NcMentionBubble
:label
prop totitle
NcRichContenteditable
:label
prop totitle
NcUserBubble
:title
slot toname
The text was updated successfully, but these errors were encountered: