Skip to content

Commit d2fac5c

Browse files
authored
Merge pull request #3953 from nextcloud/release/7.8.6
2 parents 88dac17 + 0fcbb62 commit d2fac5c

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [v7.9.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.9.0) (2023-04-04)
6+
7+
[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.5...v7.9.0)
8+
9+
### :rocket: Enhancements
10+
11+
- Add additionalTrapElements prop to settingsDialog [\#3947](https://github.com/nextcloud/nextcloud-vue/pull/3947) ([hamza221](https://github.com/hamza221))
12+
- enh\(NcDatetimePicker\): convert lang computed value to prop [\#3941](https://github.com/nextcloud/nextcloud-vue/pull/3941) ([st3iny](https://github.com/st3iny))
13+
- Add `aria-hidden` to icons of different components [\#3931](https://github.com/nextcloud/nextcloud-vue/pull/3931) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
14+
- Add accessible search field to emoji picker [\#3900](https://github.com/nextcloud/nextcloud-vue/pull/3900) ([Pytal](https://github.com/Pytal))
15+
16+
### :bug: Fixed bugs
17+
18+
- fix\(NcButton\): ellipsis text on small width [\#3936](https://github.com/nextcloud/nextcloud-vue/pull/3936) ([skjnldsv](https://github.com/skjnldsv))
19+
- 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))
20+
521
## [v7.8.5](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.5) (2023-03-28)
622

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/vue",
3-
"version": "7.8.5",
3+
"version": "7.9.0",
44
"description": "Nextcloud vue components",
55
"keywords": [
66
"vuejs",

0 commit comments

Comments
 (0)