Releases: nextcloud-releases/tables
Releases · nextcloud-releases/tables
v0.8.2
v0.8.1
v0.8.0
Added
- Feat: Add backend for new user/group column #1090
- Feat: User/group column frontend #1113
- Feat: Add events for row added and row updated #1101
- Feat: Submit row details with ctrl + enter #1112
- Enh(API): Add OCS API to create rows #1161
- Add scheme import and export #1170
- Feat: Share Application with groups #1311
- Feat: Use simple input field instead of multiselect for plain URLs #787
- Feat: Create new table from import #915
- Feat(import): Change column format during import #944
- Enh: Consolidate user/group search code #1025
- Enh: Delete Application and its shares #1026
- Enh(Contexts): Set active navigation entry #1037
- Enh(App): Navigation tweaks for Contexts #1080
- Perf: Avoid extra queries to get the view ownership #1062
- Perf: Make cache usable for unfavorited entries #1063
- Add table_id index to oc_tables_columns #1078
- Enh: Gitignore Cypress download folder #1144
- Enh: Add context e2e tests #1149
- Migrate
NcModal
toNcDialog
#1239 - Enhancement/279 pagination for tables ui #972
Fixed
- Fix: Properly set random icon on load #1001
- Fix(App): Unstuck navbar focus on internal entries #1038
- Fix(occ): Fix occ tables:update by defining the
description
option and makingtitle
optional #1045 - Fix(DB): Update tables_row_sleeves' sequence after migration #1049
- Fix(Context): Do not show hidden columns #1092
- Fix: Reduce templates requests #1098
- Fix: Broken sort by date #1110
- Fix(Controller): Remove unneeded endpoints #1130
- Fix(View): 'manageTable' array key is not always set #1136
- Fix: Insert context startpage for proper update #1146
- Fix: Pass view as prop to EmptyView #1147
- Fix: Add aria-label to NcSelect #1148
- Fix: Hide Create Column button on empty table if inadequate permissions #1151
- Fix: Remove deleted resource from associated applications #1156
- Fix: Only add resource if user can manage resource #1160
- Fix: Ensure default values show as filled #1176
- Fix: Modify context nodes update #1178
- Fix: Navigation table entries UI issues #1195
- Fix(View): Column might be saved as null #1196
- Fix: Remove View filter with null column #1199
- Fix: Flaky Cypress tests #1204
- Fix(api): Fix wrong array type #1205
- Fix(Capabilities): Announce API 2.0 #1215
- Fix: Make user listing in table more consistent by using NcUserBubble #1254
- Fix: Avoid variable access on unhandled exception and lower log level for expected permission check failures #1274
- Fix: Reduce arguments for column creation function #1281
- Fix: Only focus on input if modal is open #1282
- Fix: Use different app menu selectors #1292
- Fix: Unhide part of single selection NcSelect value #1293
- Fix: Improve style alignment and heights #1307
- Fix: Open row edit modal on initial load #1312
- Fix: Check sorting array is non-empty #1338
v0.8.0-beta.3
Fixed
- repair schema export and import @grnd-alt #1321
- fix: Open row edit modal on initial load @juliushaertl #1312
- fix: unhide part of single selection NcSelect value @enjeck #1293
- fix: improve style alignment and heights @enjeck #1307
- fix: only focus on input if modal is open @enjeck #1282
- fix: use different app menu selectors @enjeck #1292
- chore: Proper logs with error level and exception trace @juliushaertl #1217
- fix: ensure default values show as filled @enjeck #1176
- fix: Avoid variable access on unhandled exception and lower log level for expected permission check failures @juliushaertl #1274
- fix/ui quirks @juliushaertl #1259
Dependencies
- fix(deps): update dependency @nextcloud/vue to ^8.17.0 (main) @app/renovate #1317
- fix(deps): update tiptap to ^2.6.6 (main) @app/renovate #1316
- fix(deps): update dependency @vueuse/core to ^11.0.1 (main) @app/renovate #1315
- chore(deps): Update openapi-extractor to v1.0.0 @provokateurin #1303
- fix(deps): update dependency @vueuse/core to v11 (main) @app/renovate #1300
- fix(deps): update tiptap to ^2.6.4 (main) @app/renovate #1298
- fix(deps): update dependency @nextcloud/auth to ^2.4.0 (main) @app/renovate #1297
- fix(deps): update tiptap to ^2.5.9 (main) @app/renovate #1285
- fix(deps): update dependency @vueuse/core to ^10.11.1 (main) @app/renovate #1284
- fix(deps): update dependency @vueuse/core to ^10.11.1 (main) @app/renovate #1284
- fix(deps): update dependency @nextcloud/vue to ^8.16.0 (main) @app/renovate #1278
- chore(deps): update dependency openapi-typescript to ^7.3.0 (main) @app/renovate #1264
- fix(deps): update tiptap to ^2.5.8 (main) @app/renovate #1263
- fix(deps): update dependency @nextcloud/vue to ^8.15.1 (main) @app/renovate #1262
v0.8.0-beta.2
Feature highlights
Added
- feat: add backend for new user/group column @enjeck #1090
- Analytics: permission error on shared tables with non-shared views @Rello #1248
- feat: User/group column frontend @enjeck #1113
Fixed
- fix: Make user listing in table more consistent by using NcUserBubble @juliushaertl #1254
- fix: Navigation table entries UI issues @enjeck #1195
- fix(files): fix appstore-build-publish.yml @JuliaKirschenheuter #1244
Dependencies
v0.8.0-beta.1
Added
- enh(Contexts): set active navigation entry @blizzz #1037
- enh(App): navigation tweaks for Contexts @blizzz #1080
- Enhancement/279 pagination for tables ui @grnd-alt #972
- feat: submit row details with ctrl + enter @luka-nextcloud #1112
- add table_id index to oc_tables_columns @grnd-alt #1078
- ci(integration): test against context sharing @blizzz #1129
- fix: pass view as prop to EmptyView @enjeck #1147
- enh(API): add OCS API to create rows @blizzz #1161
- feat: Add events for row added and row updated @come-nc #1101
- feat(import): change column format during import @luka-nextcloud #944
- add scheme import and export @grnd-alt #1170
- feat: update error handling during import @luka-nextcloud #1091
- enh: gitignore Cypress download folder @enjeck #1144
- enh: Consolidate user/group search code @enjeck #1025
- enh: add context e2e tests @enjeck #1149
Fixed
- perf: Avoid extra queries to get the view ownership @juliushaertl #1062
- fix(DB): update tables_row_sleeves' sequence after migration @blizzz #1049
- perf: Make cache usable for unfavorited entries @juliushaertl #1063
- enh: Delete Application and its shares @enjeck #1026
- fix(DB): fetch pageId as int @blizzz #1083
- fix: reduce templates requests @luka-nextcloud #1098
- fix #1099 cosmetic bug: 3 typos
throw Error('Form ' + form + ' does no exist')
need correction @kirisakow #1102 - fix(Context): do not show hidden columns @blizzz #1092
- fix(Controller): remove unneeded endpoints @blizzz #1130
- fix(View): 'manageTable' array key is not always set @blizzz #1136
- fix: hide Create Column button on empty table if inadequate permissions @enjeck #1151
- fix: add aria-label to NcSelect @enjeck #1148
- fix(API): declared array shape was not correct @blizzz #1169
- Extract selection option labels for Analytics @Rello #877
- fix(Backend): use object over loose array for permissions @blizzz #1173
- fix(api): Fix wrong array type @provokateurin #1205
- fix: remove View filter with null column @enjeck #1199
- fix(View): column might be saved as null @blizzz #1196
- fix(l10n): grammar fixes for table char limits @roliverio #1084
- fix: broken sort by date @luka-nextcloud #1110
- fix: insert context startpage for proper update @enjeck #1146
- fix: only add resource if user can manage resource @enjeck #1160
- fix(files): fix width, background of table row and interval between table header @JuliaKirschenheuter #1220
- fix(files): align icon to center @JuliaKirschenheuter #1219
- fix(files): remove unneeded extra place for the rows @JuliaKirschenheuter #1234
- fix: modify context nodes update @enjeck #1178
- fix: flaky Cypress tests @enjeck #1204
- fix(Capabilities): announce API 2.0 @blizzz #1215
- fix(files): remove pagination of there is just one page @JuliaKirschenheuter #1218
- Align button to the left side @JuliaKirschenheuter #1240
- use a built-in JS function
localeCompare()
to compare strings @kirisakow #1141
Dependencies
- fix(deps): update dependency @nextcloud/axios to ^2.5.0 (main) @renovate[bot] #1053
- fix(deps): update dependency @nextcloud/l10n to ^3.0.1 (main) @renovate[bot] #1057
- fix(deps): update dependency @nextcloud/l10n to v3 (main) @renovate[bot] #1055
- chore(deps): update dependency @nextcloud/stylelint-config to v3 (main) @renovate[bot] #1054
- fix(deps): update dependency @nextcloud/l10n to ^3.1.0 (main) @renovate[bot] #1087
- fix(deps): update tiptap to ^2.3.2 (main) @renovate[bot] #1086
- chore(deps): update dependency @nextcloud/babel-config to ^1.2.0 (main) @renovate[bot] #1093
- chore(deps): update dependency @nextcloud/eslint-config to ^8.4.1 (main) @renovate[bot] #1094
- fix(deps): update dependency @nextcloud/event-bus to ^3.3.0 (main) @renovate[bot] #1095
- fix(deps): update tiptap to ^2.4.0 (main) @renovate[bot] #1096
- chore(deps): update dependency openapi-typescript to ^6.7.6 (main) @renovate[bot] #1106
- fix(deps): update dependency debounce to ^2.1.0 (main) @renovate[bot] #1108
- fix(deps): update dependency @vueuse/core to ^10.10.0 (main) @renovate[bot] #1115
- fix(deps): update dependency @nextcloud/event-bus to ^3.3.1 (main) @renovate[bot] #1114
- chore(deps): Update openapi-extractor @provokateurin #1116
- fix(deps): update dependency @vueuse/core to ^10.11.0 (main) @renovate[bot] #1142
- chore(deps): update dependency cypress-downloadfile to ^1.2.4 (main) @renovate[bot] #1162
- chore(deps): update dependency openapi-typescript to v7 (main) @renovate[bot] #1163
- fix(deps): update dependency @nextcloud/vue to ^8.14.0 (main) @renovate[bot] #1085
- chore(deps): update dependency openapi-typescript to ^7.0.2 (main) @renovate[bot] #1185
- chore: update workflows from templates @skjnldsv #1200
- chore(deps): update dependency openapi-typescript to ^7.1.0 (main) @renovate[bot] #1222
Other
- ci(integration): tests against context deletion @blizzz #1042
- test(cypress): fix month names @blizzz #1119
- ci(integration): tests against context updates @blizzz #1072
- test(integration): cases against context transfer ownership @blizzz #1124
- ci(integration): add more share-related tests @blizzz #1137
- ci: add missing server branches to matrices @blizzz #1168
- chore: Drop Nextcloud 26 for the next release as it is EOL @juliushaertl #1179
- build(openapi): fix ms typescript generation command @blizzz #1221
v0.7.5
Fixed
- [stable0.7] fix: remove View filter with null column (tables#1199)
- [stable0.7] fix: flaky Cypress tests (tables#1231)
- [stable0.7] fix(ViewService): treat missing index manageTable pragmatically (tables#1227)
- [stable0.7] fix(Capabilities): announce API 2.0 (tables#1216)
- [stable0.7] fix(api): Fix wrong array type (tables#1209)
v0.7.4
0.7.4
Added
Fixed
- [stable0.7] fix: hide Create Column button on empty table if inadequate permissions (tables#1152)
- [stable0.7] fix(API): declared array shape was not correct (tables#1171)
- [stable0.7] fix: only add resource if user can manage resource (tables#1174)
- [stable0.7] fix: modify context nodes update (tables#1183)
Other
v0.7.3
0.7.3
Added
Fixed
- [stable0.7] fix(DB): fetch pageId as int (tables#1089)
- [stable0.7] fix(Context): do not show hidden columns (tables#1111)
Other
- Chore(deps): update dependency @nextcloud/browserslist-config to ^3.0.1 (stable0.7) (tables#1020)
- Fix(deps): update tiptap to ^2.3.2 (stable0.7) (tables#1056)
- Chore(deps): update dependency openapi-typescript to ^6.7.6 (stable0.7) (tables#1107)
- [stable0.7] test(cypress): fix month names (tables#1120)
- [stable0.7] ci(integration): tests against context updates (tables#1121)
- [stable0.7] ci(integration): test against context sharing (tables#1132)
- [stable0.7] fix(Controller): remove unneeded endpoints (tables#1133)
v0.7.2
Added
- enh(Contexts): set active navigation entry (tables#1069)
- enh: Delete Application and its shares (tables#1071)
Fixed
- fix: Properly set random icon on load (tables#1041)
- fix(App): unstuck navbar focus on internal entries (tables#1043)
- fix(occ): Fix occ tables:update by defining the
description
option and makingtitle
optional (tables#1047) - fix(DB): update tables_row_sleeves' sequence after migration (tables#1070)