From c95be7aa6e8ee107d9f156b099518edd977aa701 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Fri, 15 Sep 2023 20:48:35 +0200 Subject: [PATCH 1/2] v7.12.5 Signed-off-by: Maksim Sukharev --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66753fe08f..fc40fa24c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.12.4", + "version": "7.12.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.12.4", + "version": "7.12.5", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index a43ffbb552..dd64aea9e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.12.4", + "version": "7.12.5", "description": "Nextcloud vue components", "keywords": [ "vuejs", From c54ed9775281c7ddb6cf17ad6d72751cce8bda04 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Sat, 16 Sep 2023 10:05:19 +0200 Subject: [PATCH 2/2] chore(docs): update changelog for v7.12.5 Signed-off-by: Maksim Sukharev --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993dc73046..f5c71c9499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.12.5](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.5) (2023-09-16) + +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.4...v7.12.5) + +### :rocket: Enhancements +- feat(NcRichContenteditable) - add different output appearance in examples by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4505 + +### :bug: Fixed bugs +- perf(NcEmojiPicker): decrease mounting time and memory by moving large constants initialization and storing out from instance's reactive data by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4493 +- fix(NcRichText): don't strip ``-like content when parsing markdown [\#4486](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4486) ([Antreesy](https://github.com/Antreesy)) +- fix(NcRichContenteditable): make the default placeholder short [\#4408](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4408) ([ShGKme](https://github.com/ShGKme)) + ## [v7.12.4](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.4) (2023-08-25) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.3...v7.12.4)