Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.12.7 #4764

Merged
merged 1 commit into from
Nov 7, 2023
Merged

v7.12.7 #4764

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

# Changelog

## [v7.12.7](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.7) (2023-11-07)

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.6...v7.12.7)

### :bug: Fixed bugs
- fix: handling of empty values in NcDateTimePickerNative by @st3iny in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4610
- fix: invert datepicker buttons on dark mode by @raimund-schluessler in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4635
- fix(NcAppContent): Set normal scrollbar width on resizeable NcAppContentList by @mejo- in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4747

### Other Changes
* fix(NcActionInput): Set default trailing button label by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4634

## [v7.12.6](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.6) (2023-09-26)

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.5...v7.12.6)
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.12.6",
"version": "7.12.7",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down
Loading