Skip to content
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@

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

## 1.0.0-beta.2 - 2026-09-02
Second beta of the 1.0 line. Published on npm under the `next` tag.

### Added
* feat(dialog): share with multiple recipients, each rendered as its own row [\#258](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/258)
* feat(dialog): per-recipient permission editing, capped at the permissions the share grants
* feat(dialog): delete a share from the sharing settings

### Changed
* feat(dialog): only offer the share type while the share is a draft, and confirm before dropping invited people when switching to a public link
* feat(dialog): float the action bars and keep a minimum dialog height so it stops jumping between states
* build: bump `@nextcloud/vue` to 9.11.0

### Fixed
* fix(dialog): open an existing share on the view matching its type; editing a link share no longer removes its token, which destroyed the public link
* fix(dialog): treat recipient permissions as sparse overrides on the share's permissions, so a recipient shows the share default until it is changed
* fix(dialog): stop the recipient picker overflowing the dialog

## 1.0.0-beta.1 - 2026-08-27
First beta of the 1.0 line. Published on npm under the `next` tag.

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/sharing",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Front-end utilities for Nextcloud files sharing",
"keywords": [
"nextcloud",
Expand Down
Loading