Skip to content

Commit e422ef8

Browse files
committed
v7.10.0
Signed-off-by: Christopher Ng <[email protected]>
1 parent 537e85b commit e422ef8

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

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

5+
## [v7.10.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.10.0) (2023-04-18)
6+
7+
[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.9.0...v7.10.0)
8+
9+
### :rocket: Enhancements
10+
11+
- adjust sidebar to go full-screen earlier at 768px [\#3972](https://github.com/nextcloud/nextcloud-vue/pull/3972) ([szaimen](https://github.com/szaimen))
12+
- feat\(NcSelectTags\): Disable internal v-model and options handling [\#3968](https://github.com/nextcloud/nextcloud-vue/pull/3968) ([Pytal](https://github.com/Pytal))
13+
- Remove the smart picker modal padding [\#3962](https://github.com/nextcloud/nextcloud-vue/pull/3962) ([julien-nc](https://github.com/julien-nc))
14+
- Adjust some smart picker strings [\#3961](https://github.com/nextcloud/nextcloud-vue/pull/3961) ([julien-nc](https://github.com/julien-nc))
15+
16+
### :bug: Fixed bugs
17+
18+
- fix\(NcHeaderMenu\): fix unnecessary filter invert [\#3974](https://github.com/nextcloud/nextcloud-vue/pull/3974) ([skjnldsv](https://github.com/skjnldsv))
19+
- Don't overwrite router-link href in NcBreadcrumb [\#3973](https://github.com/nextcloud/nextcloud-vue/pull/3973) ([raimund-schluessler](https://github.com/raimund-schluessler))
20+
21+
### Closed pull requests
22+
23+
- Split Bootstrap version reference in Tooltip .scss [\#3979](https://github.com/nextcloud/nextcloud-vue/pull/3979) ([danxuliu](https://github.com/danxuliu))
24+
- Remove unused tooltip directive [\#3967](https://github.com/nextcloud/nextcloud-vue/pull/3967) ([raimund-schluessler](https://github.com/raimund-schluessler))
25+
- Add placeholder for heading inside of app content [\#3957](https://github.com/nextcloud/nextcloud-vue/pull/3957) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
26+
- Fix native open in a new tab in components with a custom router link [\#3954](https://github.com/nextcloud/nextcloud-vue/pull/3954) ([ShGKme](https://github.com/ShGKme))
27+
528
## [v7.9.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.9.0) (2023-04-04)
629

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)