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

7.12.1 #4327

Merged
merged 1 commit into from
Jul 12, 2023
Merged

7.12.1 #4327

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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

# Changelog

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

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

### :bug: Fixed bugs
* [stable7] fix(NcProviderList): Add padding around provider list [\#4202](https://github.com/nextcloud/nextcloud-vue/pull/4202)
* [stable7] fix(NcSelect): Hide clear and deselect when disabled [\#4216](https://github.com/nextcloud/nextcloud-vue/pull/4216)
* [stable7] fix(NcSelect): Styles on state change [\#4215](https://github.com/nextcloud/nextcloud-vue/pull/4215)
* [stable7] adjust border-radius of ncpopover [\#4240](https://github.com/nextcloud/nextcloud-vue/pull/4240)
* [stable7] fix progress-bar on chromium browsers [\#4239](https://github.com/nextcloud/nextcloud-vue/pull/4239)
* [stable7] fix(NcActionInput): Show trailing button even for empty input [\#4253](https://github.com/nextcloud/nextcloud-vue/pull/4253)
* [stable7] NcDatetimePicker: Make sure all l10n strings are extracted [\#4273](https://github.com/nextcloud/nextcloud-vue/pull/4273)
* [stable7] fix(NcModal): fix focus-trap fallback [\#4270](https://github.com/nextcloud/nextcloud-vue/pull/4270) ([skjnldsv](https://github.com/skjnldsv))
* [stable7] Input Fields and RichContenteditable: add focus and select methods [\#4278](https://github.com/nextcloud/nextcloud-vue/pull/4278)
* [stable7] Add links to documentation for other versions [\#4279](https://github.com/nextcloud/nextcloud-vue/pull/4279) ([susnux](https://github.com/susnux))
* [stable7] `NcActionLink` - provide download attributes for single action button in `NcAction` [\#4293](https://github.com/nextcloud/nextcloud-vue/pull/)4293
* [stable7] Remove doubling proxied event handlers in `NcRichContenteditable` [\#4295](https://github.com/nextcloud/nextcloud-vue/pull/4295)
* [stable7] Fix/remove margin below message in widget item [\#4297](https://github.com/nextcloud/nextcloud-vue/pull/4297) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
* [stable7] fix: NcIconSvgWrapper size [\#4313](https://github.com/nextcloud/nextcloud-vue/pull/4313)

## [v7.12.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.12.0) (2023-06-08)

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