From 68498b4bb398743571fdb2ae0da7338d5c54a37a Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Wed, 9 Sep 2026 20:13:12 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ee6a7..b09a4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ All notable changes to this project will be documented in this file. +## 1.0.0-beta.4 - 2026-09-09 +Fourth beta of the 1.0 line. Published on npm under the `next` tag. + +### Fixed +* 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) +* 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) +* 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) + ## 1.0.0-beta.3 - 2026-09-08 Third beta of the 1.0 line. Published on npm under the `next` tag. diff --git a/package-lock.json b/package-lock.json index c47ff2c..bc7704d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/sharing", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/sharing", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "license": "GPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index efbdc96..2c5f8ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/sharing", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "Front-end utilities for Nextcloud files sharing", "keywords": [ "nextcloud",