Skip to content

Commit 280f3fc

Browse files
committed
build(Release): v2.0.1
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
1 parent 1a1c8b6 commit 280f3fc

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

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

66
# Changelog
77

8+
## 2.0.1
9+
10+
### Added
11+
* [Enhancement: Apply user's timezone to meta fields (tables#2210)](https://github.com/nextcloud/tables/pull/2210)
12+
* [Feat: Validate custom settings (tables#2303)](https://github.com/nextcloud/tables/pull/2303)
13+
14+
### Fixed
15+
* [Fix: Merge views instead of resetting to avoid race condition (tables#2279)](https://github.com/nextcloud/tables/pull/2279)
16+
* [Fix: transfer shares on context ownership change (tables#2351)](https://github.com/nextcloud/tables/pull/2351)
17+
* [Fix: Ensure context icon is valid (tables#2355)](https://github.com/nextcloud/tables/pull/2355)
18+
* [Fix: fix export table to csv with deleted options (tables#2357)](https://github.com/nextcloud/tables/pull/2357)
19+
* [Fix: Duplicate sidebar entries due to race condition (tables#2358)](https://github.com/nextcloud/tables/pull/2358)
20+
* [Fix: add arbitrary team (tables#2359)](https://github.com/nextcloud/tables/pull/2359)
21+
* [Fix: rename ACommonsColumnsController to fix openapi attraction (tables#2323)](https://github.com/nextcloud/tables/pull/2323)
22+
* [Client\-side only enforcement of textMaxLength (tables#2348)](https://github.com/nextcloud/tables/pull/2348)
23+
* [Check for column type (tables#2350)](https://github.com/nextcloud/tables/pull/2350)
24+
* [Perf: Optimize shares loading by eliminating N\+1 queries (tables#2293)](https://github.com/nextcloud/tables/pull/2293)
25+
26+
### Dependencies
27+
* [Chore\(deps\): update dependency @rollup/rollup\-linux\-x64\-gnu to ^4.58.0 \(main\) (tables#2300)](https://github.com/nextcloud/tables/pull/2300)
28+
* [Fix\(deps\): update dependency @nextcloud/dialogs to ^7.3.0 \(main\) (tables#2344)](https://github.com/nextcloud/tables/pull/2344)
29+
* [Chore\(deps\): update dependency openapi\-typescript to ^7.13.0 \(main\) (tables#2338)](https://github.com/nextcloud/tables/pull/2338)
30+
31+
### Other
32+
* [Refactor: Refactor business column classes (tables#2284)](https://github.com/nextcloud/tables/pull/2284)
33+
34+
835
## 2.0.0
936

1037
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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.0</version>
29+
<version>2.0.1</version>
3030
<licence>agpl</licence>
3131
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
3232
<namespace>Tables</namespace>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "2.0.1",
55
"author": "Florian Steffens <florian.steffens@nextcloud.com",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)