This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryBroad release touches deps, main, Other, and context.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds asynchronous tables import capability. Adds asynchronous tables import capability. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Feature | Medium |
Adds copy and delete row actions to tables. Adds copy and delete row actions to tables. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Feature | Medium |
Adds CSV export for all, filtered, and selected rows. Adds CSV export for all, filtered, and selected rows. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Updates dompurify dependency to ^3.4.5. Updates dompurify dependency to ^3.4.5. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Updates actions/checkout GitHub Action to v5.0.1. Updates actions/checkout GitHub Action to v5.0.1. Source: llm_adapter@2026-06-02 Confidence: low |
— |
| Bugfix | Medium |
Fixes monochrome icon coloring for activities. Fixes monochrome icon coloring for activities. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Fixes handling of first option selection in tables. Fixes handling of first option selection in tables. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Prevents editing when clicking links in TableCellLink. Prevents editing when clicking links in TableCellLink. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Fixes smartpicker row actions and action button z-index issues. Fixes smartpicker row actions and action button z-index issues. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Fixes view filter behavior in tables. Fixes view filter behavior in tables. Source: llm_adapter@2026-06-02 Confidence: high |
— |
Full changelog
Added
- Enhancement: Make tables import asynchronous (tables#1801)
- 📚❌ Add copy/delete row actions (tables#2456)
- 📦 Add all/filtered/selected CSV export actions (tables#2485)
- Style(icon): Use outline variant (tables#2599)
- 🎨 Icons should be outline-variant where possible (tables#2672)
Fixed
- Fix monochrome icon coloring for activities (tables#2675)
- Fix: handle first option select (tables#2582)
- Fix: Prevent editing when clicking on links in TableCellLink (tables#2587)
- Fix: smartpicker fix row actions and action button z-index (tables#2679)
- Fix: view filter (tables#2688)
Dependencies
- Chore(deps): update actions/checkout action to v5.0.1 (main) (tables#2560)
- Fix(deps): update dependency dompurify to ^3.4.2 (main) (tables#2565)
- Fix(deps): update dependency @nextcloud/axios to ^2.6.0 (main) (tables#2566)
- Chore(deps): update dependency cypress to ^15.14.2 (main) (tables#2584)
- Chore(deps): update dependency cypress-vite to ^1.10.0 (main) (tables#2585)
- Build(deps-dev): Bump @babel/plugin-transform-modules-systemjs from 7.28.5 to 7.29.4 (tables#2588)
- [main] Update nextcloud/ocp dependency (tables#2589)
- Fix(deps): update tiptap to ^3.22.5 (main) (tables#2591)
- Fix(deps): update dependency @nextcloud/vue to ^8.38.0 (main) (tables#2592)
- Chore(deps): update hmarr/auto-approve-action action to v4 (main) (tables#2600)
- Chore(deps): update nextcloud/pr-feedback-action digest to 5227c55 (main) (tables#2604)
- Chore(deps): update shivammathur/setup-php digest to 7c071df (main) (tables#2605)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.60.3 (main) (tables#2606)
- Chore(deps): update dependency staabm/annotate-pull-request-from-checkstyle to ^1.8.7 (main) (tables#2607)
- Chore(deps): update dependency vite to ^7.3.3 (main) (tables#2608)
- Chore(deps): update icewind1991/nextcloud-version-matrix action to v1.3.2 (main) (tables#2609)
- Chore(deps): update actions/setup-node action to v6.4.0 (main) (tables#2610)
- Chore(deps): update cypress-io/github-action action to v7.3.0 (main) (tables#2611)
- Chore(deps): update shivammathur/setup-php action to v2.37.0 (main) (tables#2613)
- Chore(deps): update actions/checkout action to v6 (main) (tables#2614)
- Chore(deps): update actions/github-script action to v9 (main) (tables#2615)
- Chore(deps): update actions/upload-artifact action to v7 (main) (tables#2616)
- Chore(deps): update dorny/paths-filter action to v4 (main) (tables#2617)
- Feat(deps): Add Nextcloud 35 support (tables#2651)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.60.4 (main) (tables#2653)
- Chore(deps): update shivammathur/setup-php action to v2.37.1 (main) (tables#2654)
- Fix(deps): update dependency dompurify to ^3.4.3 (main) (tables#2655)
- Fix(deps): update tiptap to ^3.23.2 (main) (tables#2656)
- Chore(deps): update dependency cypress to ^15.15.0 (main) (tables#2657)
- Chore: Sync lock file (tables#2662)
- [main] Update nextcloud/ocp dependency (tables#2663)
- Chore(deps): bump @nextcloud/vue from 8.38.0 to 8.39.0 (tables#2665)
- Fix: Use UnknownActivityException (tables#2666)
- Fix(deps): update dependency dompurify to ^3.4.5 (main) (tables#2673)
- Chore(deps): update dependency @playwright/test to ^1.60.0 (main) (tables#2674)
- Fix(deps): update tiptap to ^3.23.4 (main) (tables#2676)
- Chore(deps): update dependency nextcloud/coding-standard to ^v1.5.0 (main) (tables#2677)
- Fix(deps): update dependency @nextcloud/dialogs to ^7.4.0 (main) (tables#2678)
- [main] Update nextcloud/ocp dependency (tables#2683)
Other
- Ci: Sync actions with main repo (tables#2601)
- Test(context): Update nav bar test for 34+ update (tables#2602)
- Test(context): Update nav bar test for 34+ update (tables#2645)
- Chore(CI): Adjust testing matrix for Nextcloud 34 on main (tables#2652)
- Fix(workflows): update server versions to include stable34 in matrix (tables#2685)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]