diff --git a/CHANGELOG.md b/CHANGELOG.md index 56441767c8..5314d19144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,21 +8,13 @@ All notable changes to this project will be documented in this file. [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.1...v7.12.2) -### :boom: Breaking changes - -- chore: Drop `install` entry point and replace it with an Vue Plugin [\#4349](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4349) ([susnux](https://github.com/susnux)) - -### :rocket: Enhancements - -- fix\(NcButton\): Improve alignment documentation to show all variants. [\#4392](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4392) ([susnux](https://github.com/susnux)) -- NcButton: Add alignment property to change icon and text ordering [\#4366](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4366) ([susnux](https://github.com/susnux)) - ### :bug: Fixed bugs -- fix\(l10n\): Remove quoting character [\#4396](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4396) ([rakekniven](https://github.com/rakekniven)) -- fix\(NcModal\): prev/next color and sizing fix [\#4368](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4368) ([skjnldsv](https://github.com/skjnldsv)) -- fix\(NcListItem\) - define a single place for NcActions to render [\#4356](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4356) ([Antreesy](https://github.com/Antreesy)) -- fix\(NcModal\): Close button should be visible even if modal content is scrolled [\#4350](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4350) ([susnux](https://github.com/susnux)) +- [stable7] NcRichContenteditable: fix IME support on Mac OSX by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4322 +- Set double outline to buttons in focus state by @JuliaKirschenheuter in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4319 +- [stable7] fix(NcSettingsSelectGroup): Fix `this.getValueObject is not a function` by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4331 +- [stable7] fix(NcListItem) - define a single place for NcActions to render by @backportbot-nextcloud in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4363 +- [stable7] enh(emoji-picker): allow unselecting set emoji by @max-nextcloud in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4383 ### Closed pull requests