v9.2.0
What's Changed
๐ Notes
NcAppSettingsSectionShortcutshas been renamed toNcAppSettingsShortcutsSectionbut still available by the previous nameNcAppSettingsDialoghas started the process of migration to the new design. It may break the existing settings layout. Uselayoutprop to partially revert the change or migrate to useNcFormBoxandNcFormGroupcomponents in the settings sections.
๐ Enhancements
- feat: add NcFormGroup by @ShGKme in #7689
- feat: add
NcFormBoxand adjustNcRadioGrouptoNcFormboxandNcFormGroupby @ShGKme in #7690 - feat(NcRadioGroup): deprecate
labelHiddenprop in favor ofhideLabelby @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