Skip to content
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

chore: prepare v8.23.0 release #6505

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

chore: prepare v8.23.0 release #6505

wants to merge 1 commit into from

Conversation

Antreesy
Copy link
Contributor

v8.23.0 (2025-02-11)

Full Changelog

📝 Notes

  • The individual import path of components, composables, directives, and functions was changed.
    The type of import is (e.g. components) is now lowercase and the dist will be omitted.
    For example to import the NcButton component the path has changed:

    • from import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'.
    • to import NcButton from '@nextcloud/vue/components/NcButton'

    The old import paths are still valid, but deprecated and will be removed in version 9.

  • NcActionRadio is now expecting String|Number in v-model directive (to compare with passed value) instead of Boolean. Consider it for migration.

🚀 Enhancements

  • feat: Allow to import without dist #6385 (susnux)
  • feat(Nc*Field): add #icon slot for forward compatibility with v9, #default slot is deprecated #6399 (ShGKme)
  • fix(NcActionRadio): change modelValue to behave like NcCheckboxRadioSwitch #6264 (Antreesy)

🐛 Fixed bugs

  • fix(NcActions): Remove on mousemove listener for auto focus elements #6475 (susnux)
  • fix(NcActionCheckbox): Fix padding in RTL mode #6354 (falghamdi125)
  • fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support #6455 (DorraJaouad)
  • fix(NcAvatar): title not shown when component used without menu #6297 (Koc)
  • fix(NcAvatar): user status and interactivity toggle button Bidi support #6407 (DorraJaouad)
  • fix(NcColorPicker): close popover on submit event #6336 (Antreesy)
  • fix(NcCounterBubble): show original count in title when shortened #6395 (ShGKme)
  • fix(NcDateTimePicker): selected and hover time is not readable #6492 (ShGKme)
  • fix(NcDateTimePickerNative): do not set invalid value on clear event #6387 (Antreesy)
  • fix(NcDateTimePickerNative): style alignment with other input components #6454 (Antreesy)
  • fix(NcEmojiPicker): add arrow navigation #6466 (ShGKme)
  • fix(NcEmojiPicker): adjust styles to correctly fit emojis #6465 (ShGKme)
  • fix(NcListItem): Fix padding in RTL mode #6359 (falghamdi125)
  • fix(NcRich*): style fixes and RTL support #6474 (Antreesy)
  • fix(NcRichText): async import remark-gfm library #6259 (Antreesy)
  • fix(NcRichText): extract un-escaping of text/code nodes with XML-like content #6499 #6501 (Antreesy)
  • fix(NcTeamResources): Do not make extraneous requests for resources #6379 (Pytal)

Other Changes

  • chore(stylelint): csstools/use-logical #6419 (ShGKme)
  • chore(stylelint): fix scripts to be unix-compatible #6418 (ShGKme)
  • chore(docs): Do not override assets while building the styleguide #6408 (susnux)
  • chore(docs): update documentation #6460 (ShGKme)
  • Updated workflows and dependencies
  • Updated translations

New Contributors

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy added the 3. to review Waiting for reviews label Feb 11, 2025
@Antreesy Antreesy added this to the 8.23.0 milestone Feb 11, 2025
@Antreesy Antreesy self-assigned this Feb 11, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant