Skip to content

Commit 2c97b0a

Browse files
authored
Merge pull request #257 from nextcloud-libraries/release/1.0.0-beta.1
release: 1.0.0-beta.1
2 parents c001929 + ae00b1e commit 2c97b0a

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

‎CHANGELOG.md‎

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

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

10+
## 1.0.0-beta.1 - 2026-08-27
11+
First beta of the 1.0 line. Published on npm under the `next` tag.
12+
13+
### Added
14+
* feat(dialog): experimental sharing dialog for the unified sharing API, exposed via the new `./dialog` entry point [\#239](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/239)
15+
* feat(dialog): confirmation screen after submitting a share
16+
17+
### Changed
18+
* build: replace the TypeScript-only bundling with a Vite library build, adding `./ui`, `./public` and `./dialog` subpath exports
19+
* build: depend on the published `@nextcloud/vue` package and refresh the tooling
20+
21+
### Fixed
22+
* fix(dialog): copy the link reliably in non-secure contexts
23+
* fix(dialog): require a recipient to submit and clear the error on tab switch
24+
* fix(dialog): dark-mode safe confirmation with optional QR code
25+
1026
## 0.4.0 - 2026-02-11
1127
### Changed
1228
* chore(deps): Allow `@nextcloud/files` v3 or v4 as dependencies for Nextcloud 33+ support [\#158](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/158)

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

0 commit comments

Comments
 (0)