diff --git a/CHANGELOG.md b/CHANGELOG.md index e201eed..fd5c6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ All notable changes to this project will be documented in this file. +## 1.0.0-beta.1 - 2026-08-27 +First beta of the 1.0 line. Published on npm under the `next` tag. + +### Added +* 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) +* feat(dialog): confirmation screen after submitting a share + +### Changed +* build: replace the TypeScript-only bundling with a Vite library build, adding `./ui`, `./public` and `./dialog` subpath exports +* build: depend on the published `@nextcloud/vue` package and refresh the tooling + +### Fixed +* fix(dialog): copy the link reliably in non-secure contexts +* fix(dialog): require a recipient to submit and clear the error on tab switch +* fix(dialog): dark-mode safe confirmation with optional QR code + ## 0.4.0 - 2026-02-11 ### Changed * chore(deps): Allow `@nextcloud/files` v3 or v4 as dependencies for Nextcloud 33+ support [\#158](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/158) diff --git a/package-lock.json b/package-lock.json index 7878c83..582bf86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/sharing", - "version": "0.4.0", + "version": "1.0.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/sharing", - "version": "0.4.0", + "version": "1.0.0-beta.1", "license": "GPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index cd9f382..096e919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/sharing", - "version": "0.4.0", + "version": "1.0.0-beta.1", "description": "Front-end utilities for Nextcloud files sharing", "keywords": [ "nextcloud",