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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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": "0.4.0",
"version": "1.0.0-beta.1",
"description": "Front-end utilities for Nextcloud files sharing",
"keywords": [
"nextcloud",
Expand Down
Loading