Skip to content

Commit

Permalink
chore: release v8.22.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 committed Dec 20, 2024
1 parent 0567af1 commit 276006b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/vue",
"version": "8.21.0",
"version": "8.22.0",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down

0 comments on commit 276006b

Please sign in to comment.