Skip to content

Commit 4f933cd

Browse files
authored
Merge pull request #2513 from nextcloud/release/2.0.2
build(release): v2.1.0
2 parents 95502ec + 44bd7c8 commit 4f933cd

5 files changed

Lines changed: 58 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,57 @@
55

66
# Changelog
77

8+
## 2.1.0
9+
10+
### Added
11+
* [Reorder Application resources (tables#2245)](https://github.com/nextcloud/tables/pull/2245)
12+
* [🔢 Reorder and sort table columns (tables#2481)](https://github.com/nextcloud/tables/pull/2481)
13+
* [Feat: add permissions for public link shares (tables#2483)](https://github.com/nextcloud/tables/pull/2483)
14+
* [📍Option to pin a column (tables#2496)](https://github.com/nextcloud/tables/pull/2496)
15+
* [Mandatory column handling (tables#2511)](https://github.com/nextcloud/tables/pull/2511)
16+
* [🪢 Sticky header elements (tables#2527)](https://github.com/nextcloud/tables/pull/2527)
17+
18+
### Fixed
19+
* [Feat: update loading shares of table (tables#2379)](https://github.com/nextcloud/tables/pull/2379)
20+
* [Fix: add validation for columnDto (tables#2414)](https://github.com/nextcloud/tables/pull/2414)
21+
* [Fix(Share): compare group id with group id, not displayname (tables#2433)](https://github.com/nextcloud/tables/pull/2433)
22+
* [Fix: ensure stable column order in table view (tables#2445)](https://github.com/nextcloud/tables/pull/2445)
23+
* [Fix: reset default values for usergroup column after row creation (tables#2448)](https://github.com/nextcloud/tables/pull/2448)
24+
* [Fix: It is possible to open view with removed column (tables#2449)](https://github.com/nextcloud/tables/pull/2449)
25+
* [Fix: replace 'circle' with 'team' in CircleHelper (fixes #2249) (tables#2455)](https://github.com/nextcloud/tables/pull/2455)
26+
* [Fix: Auto-focus input field for selecting a value via the column header (tables#2457)](https://github.com/nextcloud/tables/pull/2457)
27+
* [Fix layout issues in application view caused by missing width constraint (tables#2482)](https://github.com/nextcloud/tables/pull/2482)
28+
* [Error handling for CSV downloads (tables#2512)](https://github.com/nextcloud/tables/pull/2512)
29+
* [Reordering validation (tables#2505)](https://github.com/nextcloud/tables/pull/2505)
30+
* [Fix: Table sharing limitations (tables#2551)](https://github.com/nextcloud/tables/pull/2551)
31+
* [Fix/2555: share delete and public link access (tables#2556)](https://github.com/nextcloud/tables/pull/2556)
32+
33+
### Dependencies
34+
* [Fix(deps): update dependency dompurify to ^3.3.2 (main) (tables#2392)](https://github.com/nextcloud/tables/pull/2392)
35+
* [Fix(deps): update dependency @nextcloud/vue to ^8.37.0 (main) (tables#2419)](https://github.com/nextcloud/tables/pull/2419)
36+
* [Chore(deps): update nextcloud/pr-feedback-action digest to 5227c55 (main) (tables#2431)](https://github.com/nextcloud/tables/pull/2431)
37+
* [Chore(deps): update shivammathur/setup-php digest to accd612 (main) (tables#2432)](https://github.com/nextcloud/tables/pull/2432)
38+
* [Fix: Pin cypress versions (tables#2460)](https://github.com/nextcloud/tables/pull/2460)
39+
* [Fix: pin stylelint-config and vue version in renovate (tables#2461)](https://github.com/nextcloud/tables/pull/2461)
40+
* [Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.60.1 (main) (tables#2462)](https://github.com/nextcloud/tables/pull/2462)
41+
* [Chore(deps): update dependency @playwright/test to ^1.59.1 (main) (tables#2463)](https://github.com/nextcloud/tables/pull/2463)
42+
* [Chore(deps): update dependency vite to ^7.3.2 (main) (tables#2486)](https://github.com/nextcloud/tables/pull/2486)
43+
* [Fix(deps): update tiptap to ^3.22.3 (main) (tables#2487)](https://github.com/nextcloud/tables/pull/2487)
44+
* [[main] Update nextcloud/ocp dependency (tables#2491)](https://github.com/nextcloud/tables/pull/2491)
45+
* [[main] Fix npm audit (tables#2493)](https://github.com/nextcloud/tables/pull/2493)
46+
* [Chore(deps): update dependency phpunit/phpunit to v9.6.34 (tables#2500)](https://github.com/nextcloud/tables/pull/2500)
47+
48+
### Other
49+
* [Ci(renovate): prevent incompatible nc/files updates on stable1.0 (tables#2381)](https://github.com/nextcloud/tables/pull/2381)
50+
* [Ci: fix wrong concurrency group (tables#2385)](https://github.com/nextcloud/tables/pull/2385)
51+
* [Feat(tests): Migrate some tests from Cypress to Playwright (tables#2427)](https://github.com/nextcloud/tables/pull/2427)
52+
* [Add an AGENTS.md for coding agents to respect (tables#2494)](https://github.com/nextcloud/tables/pull/2494)
53+
* [Sync actions with current workflow templates (tables#2495)](https://github.com/nextcloud/tables/pull/2495)
54+
* [Context changes (tables#2510)](https://github.com/nextcloud/tables/pull/2510)
55+
* [Add further guidelines for implementation logic and code checks (tables#2516)](https://github.com/nextcloud/tables/pull/2516)
56+
* [Build: disable renovate for EOL 0.9 (tables#2549)](https://github.com/nextcloud/tables/pull/2549)
57+
* [Add more rules, for frontend, backend, persistence and testing (tables#2550)](https://github.com/nextcloud/tables/pull/2550)
58+
859
## 2.0.1
960

1061
### Added

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Share your tables and views with users and groups within your cloud.
2626
Have a good time and manage whatever you want.
2727
2828
]]></description>
29-
<version>2.0.1</version>
30-
<licence>agpl</licence>
29+
<version>2.1.0</version>
30+
<licence>AGPL-3.0-or-later</licence>
3131
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
3232
<namespace>Tables</namespace>
3333
<documentation>

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.0.1",
66
"description": "Manage data the way you need it.",
77
"license": {
8-
"name": "agpl"
8+
"name": "AGPL-3.0-or-later"
99
}
1010
},
1111
"components": {

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tables",
33
"description": "Manage data within tables.",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"author": "Florian Steffens <florian.steffens@nextcloud.com",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"
@@ -12,7 +12,7 @@
1212
},
1313
"type": "module",
1414
"url": "https://github.com/nextcloud/tables/wiki",
15-
"license": "agpl",
15+
"license": "AGPL-3.0-or-later",
1616
"private": true,
1717
"scripts": {
1818
"build": "vite --mode production build",

0 commit comments

Comments
 (0)