Open susnux opened 1 year ago
I don't have permissions in this repo to edit I guess, so I'll just comment with some updates:
notes
is completed via nextcloud/notes#1068groupfolders
is completed via nextcloud/groupfolders#2736bookmarks
is completed via nextcloud/bookmarks#2034Links to add:
social
: nextcloud/social#1801
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
https://github.com/nextcloud/social/issues/1801updatenotification
files_sharing
settings
, server -settings
NcAppNavigationCounter
was removed and needs to be replaced #4096notes
deck
bookmarks
settings
, server -settings
excludeClickOutsideClasses
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