Skip to content

v8.22.0

Latest
Compare
Choose a tag to compare
@hamza221 hamza221 released this 23 Dec 07:39
· 49 commits to master since this release
2a0b696

v8.22.0 (2024-12-23)

Full Changelog

🚀 Enhancements

  • feat(NcAvatar): implement custom javascript hook action for the contacts menu #6238 (st3iny)
  • feat(NcAppNavigation): add n hotkey to toggle navigation #6311 (skjnldsv)

🐛 Fixed bugs

  • fix(NcAppNavigationItem): TypeError: this.$refs.actions.$refs.menuButton is undefined #6226 (wofferl)
  • fix(NcListItem): Don't require name prop by @artonge in #6128 (artonge)
  • style(NcCheckboxRadioSwitch): fix styles in disabled state #6265 (Antreesy)
  • fix(NcModal): make 'Close' button the last element for the focus-trap #6266 (Antreesy)
  • fix(NcAppNavigation): Fix sidebar position in RTL and mobile mode.#6260 (falghamdi125)
  • fix(NcAppContent): add RTL support #6303 (hamza221)
  • fix(NcCheckboxRadioSwitch): RTL support #6302 (hamza221)
  • fix(NcDateTimePicker): popup position #6312 (hamza221)
  • Fix(NcSettingsSection): Add RTL support to NcSettingsSection info icon. #6290 (falghamdi125)
  • Fix(NcDashboardWidgetItem): Add RTL support to NcDashboardWidgetItem #6292 (falghamdi125)
  • fix(useHotKey): allow hotkeys with implicit SHIFT and add caseSensitive, custom event filter options #6301 (Antreesy)
  • fix(NcRichContenteditable): prevent content from overflowing #6316 (Antreesy)
  • fix(NcActionButton): RTL support #6200 (falghamdi125)

Changed

  • docs(NcDateTimePickerNative): add time picker example #6188 (GVodyanov)
  • chore(NcAppSidebarTabs): remove internal component from docs #6253 (ShGKme)
  • Updated workflows and dependencies
  • Updated translations

New Contributors