Skip to content

v9.2.0

Choose a tag to compare

@ShGKme ShGKme released this 07 Nov 21:00
· 162 commits to main since this release
3982691

What's Changed

๐Ÿ“ Notes

  • NcAppSettingsSectionShortcuts has been renamed to NcAppSettingsShortcutsSection but still available by the previous name
  • NcAppSettingsDialog has started the process of migration to the new design. It may break the existing settings layout. Use layout prop to partially revert the change or migrate to use NcFormBox and NcFormGroup components in the settings sections.

๐Ÿš€ Enhancements

  • feat: add NcFormGroup by @ShGKme in #7689
  • feat: add NcFormBox and adjust NcRadioGroup to NcFormbox and NcFormGroup by @ShGKme in #7690
  • feat(NcRadioGroup): deprecate labelHidden prop in favor of hideLabel by @susnux in #7771
  • feat: add NcFormBoxButton by @ShGKme in #7779
  • feat: add NcFormBoxSwitch by @ShGKme in #7781
  • feat: add NcFormBoxCopyButton by @ShGKme in #7787
  • feat(NcAppSettingsDialog): adjust design for new form elements, add section descriptions and optional switch to legacy design by @ShGKme in #7797
  • feat: NcAppSettingsSectionShortcuts -> NcAppSettingsShortcutsSection by @ShGKme in #7814

๐Ÿ› Fixed bugs

  • fix(NcRichText): start heading from h4 by @ShGKme in #7748
  • fix(NcFormGroup): remove margin when no label/description by @ShGKme in #7764
  • fix(NcFormGroup): decrease gap between label and content by @ShGKme in #7775
  • fix(NcFormBox*): user-select: none on Safari as well by @ShGKme in #7792
  • fix(NcRichContenteditable): keep previous cursor position on focus by @Antreesy in #7791
  • fix(NcHotkeyList): align with form labels by @ShGKme in #7807
  • fix(NcHotkeyList): align with the section by @ShGKme in #7811
  • fix(NcActions): improve performance by only computing popover maxHeight on demand by @Antreesy in #7808
  • fix(NcListItem): do not mount NcAction until necessary by @ShGKme in #7817

Other Changes

  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7714
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7750
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7751
  • chore(docs): update docs link titles by @ShGKme in #7768
  • chore(docs): correct min supported Nextcloud version by @ShGKme in #7774
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7783
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7794
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7798
  • chore(docs): do not minimize docs and add examples code highlight by @ShGKme in #7784
  • chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT by @ShGKme in #7805
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7809
  • chore: bump node and npm dev versions by @susnux in #7785
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #7819

Full Changelog: v9.1.0...v9.2.0