Merge pull request #6089 from nextcloud-libraries/v8.18.1

chore: release v8.19.0
This commit is contained in:
Ferdinand Thiessen 2024-09-17 11:53:01 +02:00 коммит произвёл GitHub
Родитель de93af6544 2133897990
Коммит 53291422d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 18 добавлений и 3 удалений

Просмотреть файл

@ -5,6 +5,21 @@
# Changelog
## [v8.19.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.19.0) (2024-09-16)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.18.0...v8.19.0)
### 🚀 Enhancements
* feat(NcModal): make dark header configurable [\#6083](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6083) \([mejo-](https://github.com/mejo-)\)
* feat(NcActions): Emit `closed` event only when the actions are fully closed [\#6065](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6065) \([susnux](https://github.com/susnux)\)
### 🐛 Fixed bugs
* fix(NcAppNavigationItem): align utils with actions and other components [\#6054](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6054) \([GVodyanov](https://github.com/GVodyanov)\)
* fix(NcAvatar): add a fallback for missing CSS variable [\#6090](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6090) \([Antreesy](https://github.com/Antreesy)\)
* fix(NcColorPicker): style advanced fields as NcInputField [\#6097](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6097) \([Antreesy](https://github.com/Antreesy)\)
### Changed
* Updated workflows and dependencies
## [v8.18.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.18.0) (2024-09-12)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.17.1...v8.18.0)

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@nextcloud/vue",
"version": "8.18.0",
"version": "8.19.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nextcloud/vue",
"version": "8.18.0",
"version": "8.19.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@floating-ui/dom": "^1.1.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@nextcloud/vue",
"version": "8.18.0",
"version": "8.19.0",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",