Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Apr 25, 2025

Due to a "bug" in our release workflow the v9 was published on the latest tag.
This will cause all users of @nextcloud/vue to receive that as a dependabot update.
So to prevent this we need to release a new v8 version.

To prevent this in the future the release workflow is fixed in:
#6841


v8.26.0 (2025-04-25)

📝 Notes

NcAppSidebar

The info slot was introduced to allow customization of sidebar header content.
This will replace original main name of the sidebar and header, subname, secondary-actions, tertiary-actions slots.
It it recommended to use slot together with NcAppSidebarHeader component to support accessibility features.

NcPopover

The focusTrap property is now deprecated and will be replaced with noFocusTrap,
the reason behind this is to only have boolean properties with default value of false allowing shortcut props.

🚀 Enhancements

  • [stable8] feat(NcAppSidebar): add info slot #6843
  • [stable8] feat(NcPopover): add new noFocusTrap prop #6808

🐛 Fixed bugs

  • [stable8] fix(NcRichText): references prop type #6800
  • [stable8] fix(NcAppContent): don't remove list when showing details in mobile or no-split mode #6261 (wofferl)
  • [stable8] fix(NcMentionBubble): position selectable text aligned with the component #6837
  • [stable8] fix(NcAvatar): do not load avatar from server, if iconClass was provided #6836
  • [stable8] fix(NcSelectUsers): add missing search event #6838

@susnux susnux added the 3. to review Waiting for reviews label Apr 25, 2025
@susnux susnux requested review from Antreesy, ShGKme and skjnldsv April 25, 2025 09:16
@Antreesy

This comment was marked as resolved.

@Antreesy Antreesy force-pushed the chore/release-8.26.0 branch from f8fceab to f31880b Compare April 25, 2025 13:12
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy force-pushed the chore/release-8.26.0 branch from f31880b to 5337e7e Compare April 25, 2025 13:12
@Antreesy Antreesy merged commit a2c73f9 into stable8 Apr 25, 2025
23 checks passed
@Antreesy Antreesy deleted the chore/release-8.26.0 branch April 25, 2025 13:25
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.

5 participants