Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.4.0-beta.1 #3645

Merged
merged 1 commit into from
Jan 11, 2023
Merged
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
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@

All notable changes to this project will be documented in this file.

## [v7.4.0-beta.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.4.0-beta.0) (2023-01-11)
## [v7.4.1-beta.1](https://github.com/nextcloud/nextcloud-vue/tree/v7.4.0-beta.1) (2023-01-11)

[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0-beta.0)
[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0-beta.1)

### :rocket: Enhancements

- Use common webpack config [\#3633](https://github.com/nextcloud/nextcloud-vue/pull/3633) ([raimund-schluessler](https://github.com/raimund-schluessler))
- Add NcIconSvgWrapper to public API [\#3630](https://github.com/nextcloud/nextcloud-vue/pull/3630) ([Pytal](https://github.com/Pytal))
- feat\(AppNavigationItem\): Add href support [\#3612](https://github.com/nextcloud/nextcloud-vue/pull/3612) ([skjnldsv](https://github.com/skjnldsv))
- Add `NcSavingIndicatorIcon` [\#3575](https://github.com/nextcloud/nextcloud-vue/pull/3575) ([susnux](https://github.com/susnux))
- feat\(AppNavigationItem\): Allow native title attribute control [\#3617](https://github.com/nextcloud/nextcloud-vue/pull/3617) ([skjnldsv](https://github.com/skjnldsv))


### :bug: Fixed bugs

- Do not add aria-label when avatar is not interactive [\#3618](https://github.com/nextcloud/nextcloud-vue/pull/3618) ([Pytal](https://github.com/Pytal))
Expand All @@ -27,10 +25,6 @@ All notable changes to this project will be documented in this file.

### Closed pull requests

- Fix lint errors [\#3640](https://github.com/nextcloud/nextcloud-vue/pull/3640) ([raimund-schluessler](https://github.com/raimund-schluessler))
- Fix minor typo in NcContent docs [\#3632](https://github.com/nextcloud/nextcloud-vue/pull/3632) ([raimund-schluessler](https://github.com/raimund-schluessler))
- Simplify NcListItemIcon default slot usage [\#3620](https://github.com/nextcloud/nextcloud-vue/pull/3620) ([raimund-schluessler](https://github.com/raimund-schluessler))
- Use material design icons in documentation everywhere [\#3619](https://github.com/nextcloud/nextcloud-vue/pull/3619) ([raimund-schluessler](https://github.com/raimund-schluessler))
skjnldsv marked this conversation as resolved.
Show resolved Hide resolved
- Add console warning messages for deprecated multiselect components [\#3573](https://github.com/nextcloud/nextcloud-vue/pull/3573) ([Pytal](https://github.com/Pytal))

## [v7.3.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.3.0) (2022-12-23)
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.4.0-beta.0",
"version": "7.4.0-beta.1",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down