File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud.
2626Have 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments