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
+76-2
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ Especially the following are now provided as composables:
138
138
* fix(NcAppSidebar): apply toggle offset transition only on sidebar transition [\#6154](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6154)\([ShGKme](https://github.com/ShGKme)\)
139
139
* fix(NcAvatar): attributes order [\#6377](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6377)\([raimund-schluessler](https://github.com/raimund-schluessler)\)
140
140
* fix!: make 'box-sizing: border-box' a default behaviour for all containers [\#6390](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6390)\([Antreesy](https://github.com/Antreesy)\)
141
+
* fix(NcSelect): `required` doesn't work [\#6458](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6458)\([ShGKme](https://github.com/ShGKme)\)
141
142
142
143
### Changed
143
144
* ci: Migrate component tests to Playwright [\#5818](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5818)\([susnux](https://github.com/susnux)\)
@@ -187,8 +188,81 @@ Especially the following are now provided as composables:
187
188
* chore(deps): Update dependencies for `next` branch [\#6007](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6007)\([susnux](https://github.com/susnux)\)
188
189
* chore: Update styles from server for styleguide [\#6025](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6025)\([susnux](https://github.com/susnux)\)
* fix(NcCounterBubble): small typo in docs [\#6378](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6378)\([raimund-schluessler](https://github.com/raimund-schluessler)\)
191
-
* fix(NcActionButton): order in components [\#6375](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6375)\([raimund-schluessler](https://github.com/raimund-schluessler)\)
191
+
* docs(NcCounterBubble): small typo in docs [\#6378](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6378)\([raimund-schluessler](https://github.com/raimund-schluessler)\)
192
+
* docs(NcActionButton): order in components [\#6375](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6375)\([raimund-schluessler](https://github.com/raimund-schluessler)\)
193
+
* refactor(useHotKey): migrate code to Typescript [\#6430](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6430)\([susnux](https://github.com/susnux)\)
* feat: Allow to import without `dist`[\#6385](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6385)\([susnux](https://github.com/susnux)\)
231
+
* feat: Use boolean props with default value false [\#6452](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6452)\([susnux](https://github.com/susnux)\)
232
+
* feat(Nc*Field): add `#icon` slot for forward compatibility with v9, `#default` slot is deprecated [\#6399](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6399)\([ShGKme](https://github.com/ShGKme)\)
233
+
* fix(NcActionRadio): change `modelValue` to behave like NcCheckboxRadioSwitch [\#6264](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6264)[\#6470](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6470)\([Antreesy](https://github.com/Antreesy)\)
234
+
235
+
### 🐛 Fixed bugs
236
+
* fix(NcAction*): Fix RTL support for component [\#6507](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6507)\([Antreesy](https://github.com/Antreesy)\)
237
+
* fix(NcActions): Remove on `mousemove` listener for auto focus elements [\#6475](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6475)\([susnux](https://github.com/susnux)\)
238
+
* fix(NcActionCheckbox): Fix padding in RTL mode [\#6354](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6354)\([falghamdi125](https://github.com/falghamdi125)\)
239
+
* fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support [\#6455](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6455)\([DorraJaouad](https://github.com/DorraJaouad)\)
240
+
* fix(NcAvatar): title not shown when component used without menu [\#6297](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6297)\([Koc](https://github.com/Koc)\)
241
+
* fix(NcAvatar): user status and interactivity toggle button Bidi support [\#6407](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6407)\([DorraJaouad](https://github.com/DorraJaouad)\)
242
+
* fix(NcColorPicker): close popover on submit event [\#6336](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6336)\([Antreesy](https://github.com/Antreesy)\)
243
+
* fix(NcCounterBubble): show original count in title when shortened [\#6395](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6395)\([ShGKme](https://github.com/ShGKme)\)
244
+
* fix(NcDateTimePicker): selected and hover time is not readable [\#6492](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6492)\([ShGKme](https://github.com/ShGKme)\)
245
+
* fix(NcDateTimePickerNative): do not set invalid value on clear event [\#6387](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6387)\([Antreesy](https://github.com/Antreesy)\)
246
+
* fix(NcDateTimePickerNative): style alignment with other input components [\#6454](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6454)\([Antreesy](https://github.com/Antreesy)\)
* fix(NcEmojiPicker): adjust styles to correctly fit emojis [\#6465](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6465)\([ShGKme](https://github.com/ShGKme)\)
249
+
* fix(NcListItem): Fix padding in RTL mode [\#6359](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6359)\([falghamdi125](https://github.com/falghamdi125)\)
250
+
* fix(NcModal): Enforce opaque backdrop if needed [\#6434](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6434)\([susnux](https://github.com/susnux)\)
251
+
* fix(NcPopover): emit `after-show` after `focus-trap` init to correctly return focus [\#6342](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6342)\([ShGKme](https://github.com/ShGKme)\)
252
+
* fix(NcPopover): blurry content on scaled page in Chromium [\#6512](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6512)\([ShGKme](https://github.com/ShGKme)\)
253
+
* fix(NcRich*): style fixes and RTL support [\#6474](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6474)\([Antreesy](https://github.com/Antreesy)\)
254
+
* fix(NcRichContenteditable): remove value linkify [\#6372](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6372)\([ShGKme](https://github.com/ShGKme)\)
255
+
* fix(NcRichText): adjust conditions for highlight syntax [\#6259](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6259)\([Antreesy](https://github.com/Antreesy)\)
256
+
* fix(NcRichText): extract un-escaping of text/code nodes with XML-like content [\#6499](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6499)[\#6501](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6501)\([Antreesy](https://github.com/Antreesy)\)
257
+
* fix(NcTeamResources): Do not make extraneous requests for resources [\#6379](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6379)\([Pytal](https://github.com/Pytal)\)
* chore(stylelint): fix scripts to be unix-compatible [\#6418](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6418)\([ShGKme](https://github.com/ShGKme)\)
262
+
* chore(docs): Do not override assets while building the styleguide [\#6408](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6408)\([susnux](https://github.com/susnux)\)
0 commit comments