Skip to content

Commit

Permalink
Merge pull request #3953 from nextcloud/release/7.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Apr 4, 2023
2 parents 88dac17 + 0fcbb62 commit d2fac5c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [v7.9.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.9.0) (2023-04-04)

[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.5...v7.9.0)

### :rocket: Enhancements

- Add additionalTrapElements prop to settingsDialog [\#3947](https://github.com/nextcloud/nextcloud-vue/pull/3947) ([hamza221](https://github.com/hamza221))
- enh\(NcDatetimePicker\): convert lang computed value to prop [\#3941](https://github.com/nextcloud/nextcloud-vue/pull/3941) ([st3iny](https://github.com/st3iny))
- Add `aria-hidden` to icons of different components [\#3931](https://github.com/nextcloud/nextcloud-vue/pull/3931) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
- Add accessible search field to emoji picker [\#3900](https://github.com/nextcloud/nextcloud-vue/pull/3900) ([Pytal](https://github.com/Pytal))

### :bug: Fixed bugs

- fix\(NcButton\): ellipsis text on small width [\#3936](https://github.com/nextcloud/nextcloud-vue/pull/3936) ([skjnldsv](https://github.com/skjnldsv))
- fix\(NcBreadcrumb\): cursor and native title and inline actions rendering text [\#3927](https://github.com/nextcloud/nextcloud-vue/pull/3927) ([skjnldsv](https://github.com/skjnldsv))

## [v7.8.5](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.5) (2023-03-28)

[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.4...v7.8.5)
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": "7.8.5",
"version": "7.9.0",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down

0 comments on commit d2fac5c

Please sign in to comment.