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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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