Skip to content

Commit c49c1fb

Browse files
authored
Merge pull request #1984 from nextcloud/npm/3.10.0
3.10.0
2 parents 207ef80 + 6e3b533 commit c49c1fb

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

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

5+
## [v3.10.0](https://github.com/nextcloud/nextcloud-vue/tree/v3.10.0) (2021-05-27)
6+
7+
[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.9.0...v3.10.0)
8+
9+
## Enhancements
10+
11+
- \[stable3\] Add proper opening/opened/closing/closed events & fix events docs [\#1923](https://github.com/nextcloud/nextcloud-vue/pull/1923) ([backportbot-nextcloud[bot]](https://github.com/apps/backportbot-nextcloud))
12+
- Add timestamp tooltip [\#1971](https://github.com/nextcloud/nextcloud-vue/pull/1971) ([Pytal](https://github.com/Pytal))
13+
## Fixed bugs
14+
15+
- \[stable3\] Fix counter margin [\#1933](https://github.com/nextcloud/nextcloud-vue/pull/1933) ([backportbot-nextcloud[bot]](https://github.com/apps/backportbot-nextcloud))
16+
- Allow to append datepicker to body [\#1921](https://github.com/nextcloud/nextcloud-vue/pull/1921) ([skjnldsv](https://github.com/skjnldsv))
17+
- \[backport-1880-stable3\] Fix datepicker overflow when week numbers are shown [\#1920](https://github.com/nextcloud/nextcloud-vue/pull/1920) ([backportbot-nextcloud[bot]](https://github.com/apps/backportbot-nextcloud))
18+
- Fix datepicker overflow when week numbers are shown [\#1917](https://github.com/nextcloud/nextcloud-vue/pull/1917) ([raimund-schluessler](https://github.com/raimund-schluessler))
19+
- Remove AppNavigationItem flex order for AppNavigationCaption [\#1911](https://github.com/nextcloud/nextcloud-vue/pull/1911) ([skjnldsv](https://github.com/skjnldsv))
20+
- \[stable3\] Fix appnavigationitem layout [\#1902](https://github.com/nextcloud/nextcloud-vue/pull/1902) ([backportbot-nextcloud[bot]](https://github.com/apps/backportbot-nextcloud))
21+
- \[stable3\] Fix first-action icon class not showing when Actions icon-slot is def… [\#1885](https://github.com/nextcloud/nextcloud-vue/pull/1885) ([backportbot-nextcloud[bot]](https://github.com/apps/backportbot-nextcloud))
22+
- \[stable3\] Fix ListItemIcon listeners [\#1871](https://github.com/nextcloud/nextcloud-vue/pull/1871) ([backportbot-nextcloud[bot]](https://github.com/apps/backportbot-nextcloud))
23+
524
## [v3.9.0](https://github.com/nextcloud/nextcloud-vue/tree/v3.9.0) (2021-04-07)
625

726
[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.8.0...v3.9.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Nextcloud vue components",
55
"keywords": [
66
"vuejs",

0 commit comments

Comments
 (0)