Skip to content

Commit 68498b4

Browse files
committed
chore: release 1.0.0-beta.4
Fourth beta of the 1.0 line: three fixes to the dialog, reported after beta.3 went out. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent b6f66c4 commit 68498b4

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

‎CHANGELOG.md‎

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

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

10+
## 1.0.0-beta.4 - 2026-09-09
11+
Fourth beta of the 1.0 line. Published on npm under the `next` tag.
12+
13+
### Fixed
14+
* fix(dialog): the sharee is called "recipient" everywhere, instead of a mix of people, participants and recipients [\#288](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/288)
15+
* fix(dialog): the dialog scrolls its own content, so the scrollbar sits at its edge instead of floating over the form [\#287](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/287)
16+
* fix(dialog): the recipient menu closes when it opens the permissions modal, instead of overlapping it [\#286](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/286)
17+
1018
## 1.0.0-beta.3 - 2026-09-08
1119
Third beta of the 1.0 line. Published on npm under the `next` tag.
1220

‎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.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Front-end utilities for Nextcloud files sharing",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)