You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ The `richEditing` mixin can be replaced by just using the `NcRichText` component
138
138
- The `limitWidth` was removed (the content is now always limited width) [\#5605](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5605)
139
139
- The `isFullscreen`, and `isMobile` mixins were removed. Use the according composables instead.
140
140
- The `clickOutsideOptions` mixin is removed
141
-
- The `box-sizing: border-box` is now default for following components and its content. This is done to match behaviour of `NcContent` (as they can be mounted directly to `body`):
141
+
- The `box-sizing: border-box` is now default for following components and its content. This is done to match behavior of `NcContent` (as they can be mounted directly to `body`):
142
142
-`NcModal`
143
143
-`NcPopover`
144
144
-`NcDateTimePicker`
@@ -148,6 +148,9 @@ The `richEditing` mixin can be replaced by just using the `NcRichText` component
148
148
-`NcPopover` is no longer a transparent wrapper over the `floating-vue` package.
149
149
Instead only use the documented properties and events.
150
150
If you find some use cases not covered by the documented interface, please open a feature request.
151
+
-`NcRichContenteditable`
152
+
-`NcAutoCompleteResult`: The `title` prop was deprecated and is now removed in favor of the `label` prop
153
+
-`NcMentionBubble`: The `title` prop was deprecated and is now removed in favor of the `label` prop
151
154
-`NcSelect`
152
155
-`userSelect` property was removed, instead just use the `NcSelectUsers` component
153
156
-`closeOnSelect` property was removed in favor of `keepOpen`.
0 commit comments