Skip to content

v8.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@skjnldsv skjnldsv released this 03 Nov 18:21
· 2545 commits to master since this release
23007be

What's Changed

🚀 Enhancements

  • Add header prop to NcRelatedResourcesPanel by @GretaD in
    #4703
  • feat(NcAppNavigationItem): Add active property to set active state & use aria-current by @susnux in
    #4716
  • feat(NcActionButton): support menu styling by @skjnldsv in
    #4724
  • Made description dynamic on related resources by @GretaD in
    #4729
  • fix(NcTimezonePicker): Allow to set ID of inner select component by @susnux in
    #4734
  • Allow preventing link insertion in
    RichContentEditable by @julien-nc in
    #3890

🐛 Fixed bugs

  • fix(NcCheckboxRadioSwitch): fix circular import by @raimund-schluessler in
    #4691
  • fix(NcCheckboxRadioSwitch): forward indeterminate prop by @raimund-schluessler in
    #4690
  • Change heading in EmptyContent to span by @JuliaKirschenheuter in
    #4702
  • fix(NcRelatedResourcesPanel): t is not defined by @raimund-schluessler in
    #4705
  • fix(NcAppNavigationItem): Do not include aria-expanded attribute if there are no children by @susnux in
    #4715
  • fix(NcDialog): register components in NcDialogButton by @ShGKme in
    #4725
  • fix(NcActions): Detect navigation menu links correctly by @Pytal in
    #4707
  • fix(NcSelect): Ensure selected option has enough contrast when the menu is opened by @susnux in
    #4733
  • fix(NcEmptyContent): Fix regression that changed the color of the description text by @susnux in
    #4735
  • fix(NcAppContent): Set normal scrollbar width on resizeable NcAppContentList by @mejo- in
    #4710
  • fix(NcAvatar): Improve initials generation to filter out special characters by @susnux in
    #4737
  • fix(NcAvatar): remove alt attr from span[role=img] by @ShGKme in
    #4748
  • fix(NcSidebarTab): Ensure there is an aria-label if the aria-labelledby element does not exist by @susnux in
    #4736
  • add scoped to all ncappnavigation components by @szaimen in
    #4730
  • Create outline for focus-within on RadioSwitch by @JuliaKirschenheuter in
    #4699

Other Changes

  • chore: do not show NcCheckboxContent in docs by @raimund-schluessler in
    #4692
  • Updates for project Nextcloud vue library by @transifex-integration in
    #4709
  • fix(NcTextArea): add missing trailing comma by @raimund-schluessler in
    #4713
  • Updates for project Nextcloud vue library by @transifex-integration in
    #4714
  • Updates for project Nextcloud vue library by @transifex-integration in
    #4717

Full Changelog: v8.0.0-beta.9...v8.0.0-beta.10