Skip to content

Commit 00e0610

Browse files
committed
Release new version.
1 parent 1e3a5d0 commit 00e0610

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
## [5.7.0-alpha.0](https://github.com/plone/mockup/compare/5.6.6...5.7.0-alpha.0) (2026-06-08)
6+
7+
### Features
8+
9+
10+
* **pat-filemanager:** add Svelte 5 folder-contents pattern ([1e3a5d0](https://github.com/plone/mockup/commit/1e3a5d0085085506cc4bded6996ed3ab54fb5c5e))
11+
12+
A plone.restapi-only rewrite of pat-structure's folder contents, built on
13+
Svelte 5 runes. Table and photo-grid views; selection, clipboard
14+
(cut/copy/paste), delete with link-integrity check, drag-and-drop
15+
reordering and drag-into-folder; multi-upload via @tus-upload — including
16+
dropping a whole folder to recreate its tree behind a preview/approval
17+
step; in-app folder browsing with breadcrumbs and live header sync; column
18+
configuration, free-text and advanced querystring filtering; batch actions
19+
(workflow, tags, properties, rename); cookie persistence, i18n and
20+
accessibility. No Backbone, underscore, DataTables or custom Plone views.
21+
522
## [5.6.6](https://github.com/plone/mockup/compare/5.6.5...5.6.6) (2026-06-08)
623

724
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plone/mockup",
3-
"version": "5.6.6",
3+
"version": "5.7.0-alpha.0",
44
"description": "A collection of client side patterns for faster and easier web development",
55
"license": "BSD-3-Clause",
66
"main": "./src/patterns.js",

0 commit comments

Comments
 (0)