diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d7232e50..41579ceb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ # Changelog +## [v8.22.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.22.0) (2024-12-20) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.21.0...v8.22.0) + +## What's Changed +### 🚀 Enhancements +* feat(NcAvatar): implement custom javascript hook action for the contacts menu by @st3iny in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6238 +### 🐛 Fixed bugs +* fix(NcAppNavigationItem): TypeError: this.$refs.actions.$refs.menuButton is undefined by @wofferl in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6226 +* fix(NcListItem): Don't require name prop by @artonge in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6128 +* style(NcCheckboxRadioSwitch): fix styles in disabled state by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6265 +* fix(NcModal): make 'Close' button the last element for the focus-trap by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6266 +* fix(NcAppNavigation): Fix sidebar position in RTL and mobile mode. by @falghamdi125 in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6260 +* fix(NcAppContent): add RTL support by @hamza221 in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6303 +* fix(NcCheckboxRadioSwitch): RTL support by @hamza221 in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6302 +* fix(NcDateTimePicker): popup position by @hamza221 in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6312 +* Fix(NcSettingsSection): Add RTL support to NcSettingsSection info icon. by @falghamdi125 in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6290 +* Fix(NcDashboardWidgetItem): Add RTL support to NcDashboardWidgetItem by @falghamdi125 in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6292 +* fix(useHotKey): allow hotkeys with implicit `SHIFT` and add `caseSensitive`, custom event filter options by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6301 +* fix(NcRichContenteditable): prevent content from overflowing by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6316 +### Other Changes +* docs(NcDateTimePickerNative): add time picker example by @GVodyanov in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6188 +* chore(NcAppSidebarTabs): remove internal component from docs by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6253 +* Updates for project Nextcloud vue library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6273 + +## New Contributors +* @falghamdi125 made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6260 + ## [v8.21.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.21.0) (2024-11-21) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.20.0...v8.21.0) diff --git a/package-lock.json b/package-lock.json index 71080e6fc3..13ee48a490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "8.21.0", + "version": "8.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "8.21.0", + "version": "8.22.0", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index abd330145d..6e67b69b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "8.21.0", + "version": "8.22.0", "description": "Nextcloud vue components", "keywords": [ "vuejs",