File tree Expand file tree Collapse file tree 4 files changed +31
-4
lines changed Expand file tree Collapse file tree 4 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 55
66# Changelog
77
8+ ## 1.0.1
9+
10+ ### Added
11+
12+ * [ Feat: add additional date filter options (tables #2099 )] ( https://github.com/nextcloud/tables/pull/2099 )
13+
14+ ### Fixed
15+
16+ * [ Fix: Add key to pre-existing usergroup items (tables #2117 )] ( https://github.com/nextcloud/tables/pull/2117 )
17+ * [ Fix: Do not use meta columns as key (tables #2135 )] ( https://github.com/nextcloud/tables/pull/2135 )
18+ * [ Fix(l10n): use a splitless string for translation (tables #2140 )] ( https://github.com/nextcloud/tables/pull/2140 )
19+ * [ Enh: Polish inline editing fields (tables #2095 )] ( https://github.com/nextcloud/tables/pull/2095 )
20+
21+ ### Other
22+ * [ Build(dependencies): scope dependencies in lib/Vendor (tables #2136 )] ( https://github.com/nextcloud/tables/pull/2136 )
23+ * [ Build: update node and npm engines versions (tables #2141 )] ( https://github.com/nextcloud/tables/pull/2141 )
24+ * [ Ci: do not force old phpunit in server`s own integration tests (tables #2147 )] ( https://github.com/nextcloud/tables/pull/2147 )
25+ * [ Tests(Integration): extend sharing tests (tables #2148 )] ( https://github.com/nextcloud/tables/pull/2148 )
26+
27+ ### Dependencies
28+ * [ Fix(lint): Update ESLint command to use flat config (tables #2118 )] ( https://github.com/nextcloud/tables/pull/2118 )
29+ * [ Fix(deps): update dependency @nextcloud/dialogs to ^6.4.1 (main) (tables #2120 )] ( https://github.com/nextcloud/tables/pull/2120 )
30+ * [ Fix(deps): update tiptap to ^3.9.0 (main) (tables #2122 )] ( https://github.com/nextcloud/tables/pull/2122 )
31+ * [ Chore(deps): update dependency phpoffice/phpspreadsheet to 5.1 (tables #2096 )] ( https://github.com/nextcloud/tables/pull/2096 )
32+ * [[ main] Fix npm audit (tables #2115 )] ( https://github.com/nextcloud/tables/pull/2115 )
33+ * [[ main] Fix npm audit (tables #2123 )] ( https://github.com/nextcloud/tables/pull/2123 )
34+
835## 1.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 >1.0.0 </version >
29+ <version >1.0.1 </version >
3030 <licence >agpl</licence >
3131 <
author mail =
" [email protected] " >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" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "author" :
" Florian Steffens <[email protected] " ,
66 "bugs" : {
77 "url" : " https://github.com/nextcloud/tables/issues"
You can’t perform that action at this time.
0 commit comments