Skip to content

Commit ae00b1e

Browse files
committed
chore: release 1.0.0-beta.1
First beta of the 1.0 line: ships the experimental sharing dialog (./dialog entry), the Vite library build with ./ui and ./public subpath exports, and a dependency on the published @nextcloud/vue. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent c001929 commit ae00b1e

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)