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

3.3.0 #958

Merged
merged 1 commit into from
May 22, 2024
Merged

3.3.0 #958

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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## 3.3.0 - 2024-05-21
### Changed
* feat: Add and export `isFilenameValid` function by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/951
* feat(ci): add codecov bundler by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/948
* feat(files): allow updating attributes by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/947
* feat(new-menu): Allow to set the category for entries by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/952

### Fixed
* fix: Update workflows from organization by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/932
* fix(fileAction): cover parent getter in tests by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/950
* fix(navigation): files import by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/949
* fix(dav): Add fallback for owner of dav nodes on public shares by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/959

### Dependencies
* chore(deps): Bump @nextcloud/auth from 2.2.1 to 2.3.0 by @dependabot
* chore(deps): Bump @nextcloud/l10n from 2.2.0 to 3.1.0 by @dependabot
* chore(deps): Bump @nextcloud/logger from 2.7.0 to 3.0.2 by @dependabot
* chore(deps): Bump @nextcloud/router from 3.0.0 to 3.0.1 by @dependabot
* chore(deps): Bump is-svg from 5.0.0 to 5.0.1 by @dependabot
* chore(deps): Bump webdav from 5.5.0 to 5.6.0 by @dependabot

**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.2.1...v3.3.0

## 3.2.1 - 2024-04-22
### Changed
* fix: Update NPM version to LTS version 10
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/files",
"version": "3.2.1",
"version": "3.3.0",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down
Loading