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

# Changelog

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

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

### :boom: Breaking changes

- Remove deprecated popovermenu component [\#4081](https://github.com/nextcloud/nextcloud-vue/pull/4081) ([raimund-schluessler](https://github.com/raimund-schluessler))
- Migrate from deprecated title prop [\#4052](https://github.com/nextcloud/nextcloud-vue/pull/4052) ([raimund-schluessler](https://github.com/raimund-schluessler))

### :rocket: Enhancements

- Emit event when NcAppContent list pane is resized [\#4071](https://github.com/nextcloud/nextcloud-vue/pull/4071) ([julien-nc](https://github.com/julien-nc))

### :bug: Fixed bugs

- Fix NcListItem wrong bold class [\#4083](https://github.com/nextcloud/nextcloud-vue/pull/4083) ([julien-nc](https://github.com/julien-nc))
- fix\(styleguide\): Fix URL replacement to not be 404 [\#4080](https://github.com/nextcloud/nextcloud-vue/pull/4080) ([nickvergessen](https://github.com/nickvergessen))
- fix\(NcSelect\): Fix disabled state of NcSelect with dark mode [\#4079](https://github.com/nextcloud/nextcloud-vue/pull/4079) ([nickvergessen](https://github.com/nickvergessen))
- fix\(readme\): Fix some typos and mention HMR enabler app [\#4078](https://github.com/nextcloud/nextcloud-vue/pull/4078) ([nickvergessen](https://github.com/nickvergessen))
- fix\(NcSelect\): Action input usage [\#4066](https://github.com/nextcloud/nextcloud-vue/pull/4066) ([Pytal](https://github.com/Pytal))
- fix\(NcRichContenteditable\): Fix avatar overlayed with empty space whe… [\#4043](https://github.com/nextcloud/nextcloud-vue/pull/4043) ([nickvergessen](https://github.com/nickvergessen))

### Closed pull requests

- Minor avatar cleanup [\#4082](https://github.com/nextcloud/nextcloud-vue/pull/4082) ([raimund-schluessler](https://github.com/raimund-schluessler))
- Fix styles for long tab names in `NcAppSidebarTabs` [\#4064](https://github.com/nextcloud/nextcloud-vue/pull/4064) ([Antreesy](https://github.com/Antreesy))
- chore\(release\): Release version to 7.11.3 [\#4062](https://github.com/nextcloud/nextcloud-vue/pull/4062) ([nickvergessen](https://github.com/nickvergessen))
- enh\(NcActions\): Readability [\#4049](https://github.com/nextcloud/nextcloud-vue/pull/4049) ([Pytal](https://github.com/Pytal))
- Fix regression of click-outside-options mixin not working since using `@vueuse` [\#4046](https://github.com/nextcloud/nextcloud-vue/pull/4046) ([susnux](https://github.com/susnux))
- Use `NcActions` component for `NcAvatar` [\#4017](https://github.com/nextcloud/nextcloud-vue/pull/4017) ([raimund-schluessler](https://github.com/raimund-schluessler))

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

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