Skip to content

Commit

Permalink
7.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jul 12, 2023
1 parent 431cfec commit a69d520
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
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

0 comments on commit a69d520

Please sign in to comment.