Skip to content

Commit f94c350

Browse files
committed
chore: bump version to 0.8.0
Signed-off-by: Cleopatra Enjeck M <[email protected]>
1 parent cb086b3 commit f94c350

File tree

3 files changed

+85
-2
lines changed

3 files changed

+85
-2
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 0.8.0
9+
10+
### Added
11+
12+
- Feat: Add backend for new user/group column [#1090](https://github.com/nextcloud/tables/pull/1090)
13+
- Feat: User/group column frontend [#1113](https://github.com/nextcloud/tables/pull/1113)
14+
- Feat: Add events for row added and row updated [#1101](https://github.com/nextcloud/tables/pull/1101)
15+
- Feat: Submit row details with ctrl + enter [#1112](https://github.com/nextcloud/tables/pull/1112)
16+
- Enh(API): Add OCS API to create rows [#1161](https://github.com/nextcloud/tables/pull/1161)
17+
- Add scheme import and export [#1170](https://github.com/nextcloud/tables/pull/1170)
18+
- Feat: Share Application with groups [#1311](https://github.com/nextcloud/tables/pull/1311)
19+
- Feat: Use simple input field instead of multiselect for plain URLs [#787](https://github.com/nextcloud/tables/pull/787)
20+
- Feat: Create new table from import [#915](https://github.com/nextcloud/tables/pull/915)
21+
- Feat(import): Change column format during import [#944](https://github.com/nextcloud/tables/pull/944)
22+
- Enh: Consolidate user/group search code [#1025](https://github.com/nextcloud/tables/pull/1025)
23+
- Enh: Delete Application and its shares [#1026](https://github.com/nextcloud/tables/pull/1026)
24+
- Enh(Contexts): Set active navigation entry [#1037](https://github.com/nextcloud/tables/pull/1037)
25+
- Enh(App): Navigation tweaks for Contexts [#1080](https://github.com/nextcloud/tables/pull/1080)
26+
- Perf: Avoid extra queries to get the view ownership [#1062](https://github.com/nextcloud/tables/pull/1062)
27+
- Perf: Make cache usable for unfavorited entries [#1063](https://github.com/nextcloud/tables/pull/1063)
28+
- Add table_id index to oc_tables_columns [#1078](https://github.com/nextcloud/tables/pull/1078)
29+
- Enh: Gitignore Cypress download folder [#1144](https://github.com/nextcloud/tables/pull/1144)
30+
- Enh: Add context e2e tests [#1149](https://github.com/nextcloud/tables/pull/1149)
31+
- Migrate `NcModal` to `NcDialog` [#1239](https://github.com/nextcloud/tables/pull/1239)
32+
- Enhancement/279 pagination for tables ui [#972](https://github.com/nextcloud/tables/pull/972)
33+
34+
### Fixed
35+
36+
- Fix: Properly set random icon on load [#1001](https://github.com/nextcloud/tables/pull/1001)
37+
- Fix(App): Unstuck navbar focus on internal entries [#1038](https://github.com/nextcloud/tables/pull/1038)
38+
- Fix(occ): Fix occ tables:update by defining the `description` option and making `title` optional [#1045](https://github.com/nextcloud/tables/pull/1045)
39+
- Fix(DB): Update tables_row_sleeves' sequence after migration [#1049](https://github.com/nextcloud/tables/pull/1049)
40+
- Fix(Context): Do not show hidden columns [#1092](https://github.com/nextcloud/tables/pull/1092)
41+
- Fix: Reduce templates requests [#1098](https://github.com/nextcloud/tables/pull/1098)
42+
- Fix: Broken sort by date [#1110](https://github.com/nextcloud/tables/pull/1110)
43+
- Fix(Controller): Remove unneeded endpoints [#1130](https://github.com/nextcloud/tables/pull/1130)
44+
- Fix(View): 'manageTable' array key is not always set [#1136](https://github.com/nextcloud/tables/pull/1136)
45+
- Fix: Insert context startpage for proper update [#1146](https://github.com/nextcloud/tables/pull/1146)
46+
- Fix: Pass view as prop to EmptyView [#1147](https://github.com/nextcloud/tables/pull/1147)
47+
- Fix: Add aria-label to NcSelect [#1148](https://github.com/nextcloud/tables/pull/1148)
48+
- Fix: Hide Create Column button on empty table if inadequate permissions [#1151](https://github.com/nextcloud/tables/pull/1151)
49+
- Fix: Remove deleted resource from associated applications [#1156](https://github.com/nextcloud/tables/pull/1156)
50+
- Fix: Only add resource if user can manage resource [#1160](https://github.com/nextcloud/tables/pull/1160)
51+
- Fix: Ensure default values show as filled [#1176](https://github.com/nextcloud/tables/pull/1176)
52+
- Fix: Modify context nodes update [#1178](https://github.com/nextcloud/tables/pull/1178)
53+
- Fix: Navigation table entries UI issues [#1195](https://github.com/nextcloud/tables/pull/1195)
54+
- Fix(View): Column might be saved as null [#1196](https://github.com/nextcloud/tables/pull/1196)
55+
- Fix: Remove View filter with null column [#1199](https://github.com/nextcloud/tables/pull/1199)
56+
- Fix: Flaky Cypress tests [#1204](https://github.com/nextcloud/tables/pull/1204)
57+
- Fix(api): Fix wrong array type [#1205](https://github.com/nextcloud/tables/pull/1205)
58+
- Fix(Capabilities): Announce API 2.0 [#1215](https://github.com/nextcloud/tables/pull/1215)
59+
- Fix: Make user listing in table more consistent by using NcUserBubble [#1254](https://github.com/nextcloud/tables/pull/1254)
60+
- Fix: Avoid variable access on unhandled exception and lower log level for expected permission check failures [#1274](https://github.com/nextcloud/tables/pull/1274)
61+
- Fix: Reduce arguments for column creation function [#1281](https://github.com/nextcloud/tables/pull/1281)
62+
- Fix: Only focus on input if modal is open [#1282](https://github.com/nextcloud/tables/pull/1282)
63+
- Fix: Use different app menu selectors [#1292](https://github.com/nextcloud/tables/pull/1292)
64+
- Fix: Unhide part of single selection NcSelect value [#1293](https://github.com/nextcloud/tables/pull/1293)
65+
- Fix: Improve style alignment and heights [#1307](https://github.com/nextcloud/tables/pull/1307)
66+
- Fix: Open row edit modal on initial load [#1312](https://github.com/nextcloud/tables/pull/1312)
67+
- Fix: Check sorting array is non-empty [#1338](https://github.com/nextcloud/tables/pull/1338)
68+
69+
70+
### Dependencies
71+
72+
- Update dependency @nextcloud/browserslist-config to ^3.0.1 [#1012](https://github.com/nextcloud/tables/pull/1012)
73+
- Update dependency @nextcloud/router to ^3.0.1 [#1016](https://github.com/nextcloud/tables/pull/1016)
74+
- Update dependency @nextcloud/auth to ^2.4.0 [#1297](https://github.com/nextcloud/tables/pull/1297)
75+
- Update dependency @nextcloud/files to ^3.9.0 [#1344](https://github.com/nextcloud/tables/pull/1344)
76+
- Update tiptap to ^2.6.6 [#1316](https://github.com/nextcloud/tables/pull/1316)
77+
- Update dependency @nextcloud/babel-config to ^1.2.0 [#1093](https://github.com/nextcloud/tables/pull/1093)
78+
- Update dependency @nextcloud/axios to ^2.5.0 [#1053](https://github.com/nextcloud/tables/pull/1053)
79+
- Update dependency @nextcloud/stylelint-config to v3 [#1054](https://github.com/nextcloud/tables/pull/1054)
80+
- Update dependency @nextcloud/l10n to ^3.1.0 [#1087](https://github.com/nextcloud/tables/pull/1087)
81+
- Update dependency @nextcloud/vue to ^8.17.1 [#1333](https://github.com/nextcloud/tables/pull/1333)
82+
- Update dependency @nextcloud/eslint-config to ^8.4.1 [#1094](https://github.com/nextcloud/tables/pull/1094)
83+
- Update dependency @nextcloud/event-bus to ^3.3.1 [#1114](https://github.com/nextcloud/tables/pull/1114)
84+
- Update dependency openapi-typescript to ^7.4.0 [#1343](https://github.com/nextcloud/tables/pull/1343)
85+
- Update dependency debounce to ^2.1.0 [#1108](https://github.com/nextcloud/tables/pull/1108)
86+
- Update dependency @vueuse/core to ^11.0.3 [#1318](https://github.com/nextcloud/tables/pull/1318)
87+
- Update dependency cypress-downloadfile to ^1.2.4 [#1162](https://github.com/nextcloud/tables/pull/1162)
88+
- Update openapi-extractor to v1.0.0 [#1303](https://github.com/nextcloud/tables/pull/1303)
89+
- Update dependency @nextcloud/dialogs to v5 [#1329](https://github.com/nextcloud/tables/pull/1329)
90+
891
## 0.8.0-beta-3
992

1093
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud.
2525
Have a good time and manage whatever you want.
2626
2727
]]></description>
28-
<version>0.8.0-beta.3</version>
28+
<version>0.8.0</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]">Florian Steffens</author>
3131
<namespace>Tables</namespace>

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": "0.8.0-beta.3",
4+
"version": "0.8.0",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)