Skip to content

Commit 39b768a

Browse files
authored
Merge pull request #266 from nextcloud-libraries/release/1.0.0-beta.2
chore: release 1.0.0-beta.2
2 parents 6035b47 + c685ddd commit 39b768a

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77

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

10+
## 1.0.0-beta.2 - 2026-09-02
11+
Second beta of the 1.0 line. Published on npm under the `next` tag.
12+
13+
### Added
14+
* feat(dialog): share with multiple recipients, each rendered as its own row [\#258](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/258)
15+
* feat(dialog): per-recipient permission editing, capped at the permissions the share grants
16+
* feat(dialog): delete a share from the sharing settings
17+
18+
### Changed
19+
* 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
20+
* feat(dialog): float the action bars and keep a minimum dialog height so it stops jumping between states
21+
* build: bump `@nextcloud/vue` to 9.11.0
22+
23+
### Fixed
24+
* 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
25+
* fix(dialog): treat recipient permissions as sparse overrides on the share's permissions, so a recipient shows the share default until it is changed
26+
* fix(dialog): stop the recipient picker overflowing the dialog
27+
1028
## 1.0.0-beta.1 - 2026-08-27
1129
First beta of the 1.0 line. Published on npm under the `next` tag.
1230

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/sharing",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Front-end utilities for Nextcloud files sharing",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)