Skip to content

Releases: nextcloud/tables

v0.8.0

13 Sep 12:59
412c2b3
Compare
Choose a tag to compare

What's Changed

  • chore: Bump version to 0.8.0-dev.1 by @juliushaertl in #995
  • feat: create new table from import by @luka-nextcloud in #915
  • fix: Properly set random icon on load by @juliushaertl in #1001
  • chore(deps): update dependency @nextcloud/browserslist-config to ^3.0.1 (main) by @renovate in #1012
  • fix(deps): update dependency @nextcloud/router to ^3.0.1 (main) by @renovate in #1016
  • fix(deps): update dependency @nextcloud/auth to ^2.3.0 (main) by @renovate in #1017
  • Updating appstore-build-publish.yml workflow from template by @nextcloud-command in #1010
  • fix(filter): pass datetime object for PARAM_DATE by @blizzz in #1023
  • Fix filters for meta columns by @juliushaertl in #1002
  • test(Integration): add contexts related tests by @blizzz in #970
  • [main] chore(release): Bump version to 0.7.1 by @backportbot in #1033
  • fix(App): unstuck navbar focus on internal entries by @blizzz in #1038
  • fix(occ): Fix occ tables:update by defining the description option and making title optional by @nickvergessen in #1045
  • fix(deps): update tiptap to ^2.3.1 (main) by @renovate in #1051
  • chore(deps): update dependency @nextcloud/babel-config to ^1.1.1 (main) by @renovate in #1052
  • fix(deps): update dependency @nextcloud/axios to ^2.5.0 (main) by @renovate in #1053
  • fix(deps): update dependency @nextcloud/l10n to v3 (main) by @renovate in #1055
  • fix(deps): update dependency @nextcloud/l10n to ^3.0.1 (main) by @renovate in #1057
  • enh(Contexts): set active navigation entry by @blizzz in #1037
  • perf: Avoid extra queries to get the view ownership by @juliushaertl in #1062
  • perf: Make cache usable for unfavorited entries by @juliushaertl in #1063
  • fix(DB): update tables_row_sleeves' sequence after migration by @blizzz in #1049
  • enh: Delete Application and its shares by @enjeck in #1026
  • ci(integration): tests against context deletion by @blizzz in #1042
  • chore(deps): update dependency @nextcloud/stylelint-config to v3 (main) by @renovate in #1054
  • enh(App): navigation tweaks for Contexts by @blizzz in #1080
  • fix(deps): update tiptap to ^2.3.2 (main) by @renovate in #1086
  • fix(deps): update dependency @nextcloud/l10n to ^3.1.0 (main) by @renovate in #1087
  • fix(l10n): grammar fixes for table char limits by @roliverio in #1084
  • fix(DB): fetch pageId as int by @blizzz in #1083
  • Enhancement/279 pagination for tables ui by @grnd-alt in #972
  • feat: update error handling during import by @luka-nextcloud in #1091
  • chore(deps): update dependency @nextcloud/babel-config to ^1.2.0 (main) by @renovate in #1093
  • chore(deps): update dependency @nextcloud/eslint-config to ^8.4.1 (main) by @renovate in #1094
  • fix(deps): update dependency @nextcloud/event-bus to ^3.3.0 (main) by @renovate in #1095
  • fix(deps): update tiptap to ^2.4.0 (main) by @renovate in #1096
  • chore(deps): update dependency openapi-typescript to ^6.7.6 (main) by @renovate in #1106
  • fix(deps): update dependency debounce to ^2.1.0 (main) by @renovate in #1108
  • fix #1099 cosmetic bug: 3 typos throw Error('Form ' + form + ' does no exist') need correction by @kirisakow in #1102
  • fix: reduce templates requests by @luka-nextcloud in #1098
  • fix(Context): do not show hidden columns by @blizzz in #1092
  • fix(deps): update dependency @vueuse/core to ^10.10.0 (main) by @renovate in #1115
  • fix(deps): update dependency @nextcloud/event-bus to ^3.3.1 (main) by @renovate in #1114
  • test(cypress): fix month names by @blizzz in #1119
  • feat: submit row details with ctrl + enter by @luka-nextcloud in #1112
  • ci(integration): tests against context updates by @blizzz in #1072
  • chore(CI): Updating pr-feedback.yml workflow from template by @nextcloud-command in #1117
  • add table_id index to oc_tables_columns by @grnd-alt in #1078
  • fix: broken sort by date by @luka-nextcloud in #1110
  • test(integration): cases against context transfer ownership by @blizzz in #1124
  • ci(integration): test against context sharing by @blizzz in #1129
  • fix(Controller): remove unneeded endpoints by @blizzz in #1130
  • chore(deps): Update openapi-extractor by @provokateurin in #1116
  • fix(View): 'manageTable' array key is not always set by @blizzz in #1136
  • ci(integration): add more share-related tests by @blizzz in #1137
  • fix(deps): update dependency @vueuse/core to ^10.11.0 (main) by @renovate in #1142
  • [main] Fix npm audit by @nextcloud-command in #1145
  • enh: gitignore Cypress download folder by @enjeck in #1144
  • fix: hide Create Column button on empty table if inadequate permissions by @enjeck in #1151
  • fix: insert context startpage for proper update by @enjeck in #1146
  • fix: add aria-label to NcSelect by @enjeck in #1148
  • fix: pass view as prop to EmptyView by @enjeck in #1147
  • use a built-in JS function localeCompare() to compare strings by @kirisakow in #1141
  • chore(deps): update dependency cypress-downloadfile to ^1.2.4 (main) by @renovate in #1162
  • chore(deps): update dependency openapi-typescript to v7 (main) by @renovate in #1163
  • [main] Fix npm audit by @nextcloud-command in #1165
  • fix(API): declared array shape was not correct by @blizzz in #1169
  • ci: add missing server branches to matrices by @blizzz in #1168
  • enh(API): add OCS API to create rows by @blizzz in #1161
  • enh: Consolidate user/group search code by @enjeck in #1025
  • feat: edit/create rows from tables interactive content widget by @elzody in #952
  • fix: only add resource if user can manage resource by @enjeck in #1160
  • Extract selection option labels for Analytics by @Rello in #877
  • chore: Drop Nextcloud 26 for the next release as it is EOL by @juliushaertl in #1179
  • enh: add context e2e tests by @enjeck in #1149
  • fix: modify context nodes update by @enjeck in #1178
  • fix(Backend): use object over loose array for permissions by @blizzz in #1173
  • fix(deps): update dependency @nextcloud/vue to ^8.14.0 (main) by @renovate in #1085
  • chore(deps): update dependency openapi-typescript to ^7.0.2 (main) by @renovate in #1185
  • fix(api): Fix wrong array type by @provokateurin in #1205
  • fix: flaky Cypress tests by @enjeck in #1204
  • fix(deps): update tiptap to ^2.5.4 (main) by @renovate in #1201
  • chore: update workflows from templates by @skjnldsv in #1200
  • fix: remove View filter with null column by @enjeck in #1199
  • fix(Capabilities): announce API 2.0 by @blizzz in #1215
  • feat: Add events for row added and row updated by @come-nc in #1101
  • fix(files): remove pagination of there is just one page by @JuliaKirschenhe...
Read more

0.8.0-beta.2

02 Aug 17:24
7285e26
Compare
Choose a tag to compare

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

Dependencies

0.8.0-beta.1

26 Jul 14:41
8094995
Compare
Choose a tag to compare

Added

Fixed

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

v0.7.5

v0.7.4

v0.7.3

v0.7.2

v0.7.1

29 Apr 15:02
81a76b3
Compare
Choose a tag to compare

Fixed

  • Fix filters for meta columns @backportbot[bot] #1028
  • fix(filter): pass datetime object for PARAM_DATE @backportbot[bot] #1024

Other

  • test(Integration): add contexts related tests @backportbot[bot] #1030

v0.7.0

24 Apr 10:39
61dd0cf
Compare
Choose a tag to compare

Feature highlights

  • Support for Nextcloud 29
  • Applications: Build custom Tables apps
  • Navigation improvements: Favorite and archive tables
  • Add description to tables
  • File action to import to tables
  • Import files by upload and improved column detection
  • Write critical operations to the audit log
  • Add print stylesheets

Added

Fixed

Other

v0.7.0-beta.2

08 Mar 13:15
0333a1f
Compare
Choose a tag to compare

Added

Fixed

Dependencies

  • fix(deps): update dependency @nextcloud/dialogs to ^4.2.5 @renovate[bot] #834
  • fix(deps): update tiptap to ^2.2.2 @renovate[bot] #835
  • fix(deps): update tiptap to ^2.2.3 @renovate[bot] #856
  • fix(deps): update dependency @nextcloud/vue to ^8.6.2 @renovate[bot] #855
  • fix(deps): update dependency @nextcloud/vue to ^8.7.0 @renovate[bot] #860
  • fix(deps): update dependency @nextcloud/vue to ^8.7.1 @renovate[bot] #874
  • fix(deps): update dependency @nextcloud/dialogs to ^4.2.6 @renovate[bot] #873
  • fix(deps): update tiptap to ^2.2.4 @renovate[bot] #875
  • fix(deps): update dependency @vueuse/core to ^10.9.0 @renovate[bot] #876
  • fix(deps): update dependency debounce to v2 @renovate[bot] #700
  • fix(deps): update dependency @nextcloud/vue to ^8.8.1 @renovate[bot] #891

Other