Releases: nextcloud/tables
Releases · nextcloud/tables
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)
Other
- perf: Make cache usable for unfavorited entries (tables#1065)
- perf: Avoid extra queries to get the view ownership (tables#1066)
- ci(integration): tests against context deletion (tables#1073)
- Fix(deps): update dependency @nextcloud/router to ^3.0.1 (stable0.7) (tables#1022)
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
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
- feat(Context): add share logic for contexts @blizzz #962
- Contexts @blizzz #848
- feat: Transfer context ownership @enjeck #945
- changed view filter reset icon (issue #884) @elzody #889
- feat: Add backend for table archive and favorite flag @juliushaertl #865
- Import: File action to import from Files to Tables @elzody #890
- Add text description to tables @grnd-alt #932
- Add print styles @FahrJo #931
- Write critical operations to the audit log @hweihwang #959
- enh: some design review tasks @enjeck #961
- feat: add vertical column lines to Tables @enjeck #960
Fixed
- fix(Permissions): check against user provided in args @blizzz #885
- Polish table header and text column rendering @juliushaertl #883
- Match default values when querying views @juliushaertl #900
- fix: properly indent child views of archived tables @elzody #909
- fix: views respect sorting @enjeck #912
- fix: Focus first input when creating a new table/row/column/view @juliushaertl #925
- fix: reintroduce content reference provider @elzody #943
- fix(api): ContextMapper now coerces the row ID to an int for proper comparison @elzody #954
- fix(Contexts): explicitely state non-int types @blizzz #964
- fix(OpenApi): resolve errors and generate openapi file @blizzz #919
- fix: limit min and max numbers @enjeck #963
- fix(i18n): Fixed grammar @rakekniven #990
- fix: Vacation Request template @enjeck #979
Other
- Dependency updates
- chore: Remove legacy reference provider @juliushaertl #924
v0.7.0-beta.2
Added
- enh: Use table id for events @enjeck #808
- node type constants and convenience methods to check access and manage permissions @blizzz #878
- feat: implement direct file upload @luka-nextcloud #845
- feat: autodetect data type during import @luka-nextcloud #854
- changed view filter reset icon (issue #884) @elzody #889
- feat: Add backend for table archive and favorite flag @juliushaertl #865
- Feat: File action to import from Files to Tables @elzody #890
Fixed
- fix: properly delete rows in views @enjeck #826
- fix: Pass all table columns along as we need them for filtering the rows @juliushaertl #828
- enh: use required name prop for NcAppSettingsSection @enjeck #840
- fix: Only skip failing table data loading instead of full failure @juliushaertl #846
- fix: Make table header sticky @juliushaertl #786
- fix: Apply fill to path for svg app icon @juliushaertl #851
- Fix hide user status from owner avatar (issue #829) @elzody #853
- fix: Avoid sql error on postgres @juliushaertl #859
- fix: Filter returned entity result by view columns @juliushaertl #881
- fix: Catch any error that may occur during row import @juliushaertl #882
- fix(Permissions): check against user provided in args @blizzz #885
- Polish table header and text column rendering @juliushaertl #883
- Match default values when querying views @juliushaertl #900
- fix: properly indent child views of archived tables @elzody #909
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
- fix: properly delete tables with filtered view @enjeck #842
- Update PHP options in issue template @blizzz #850
- perf: Optimize lazy imports for reference widgets @juliushaertl #825
- fix(meta): drop 25 support @blizzz #886
- Cypress test: delete table with view @enjeck #899
- cypress testing for archive/favorite @elzody #901
v0.6.6
Nextcloud tables v0.6.5
Updated
- 🐞 Bug fixing
- 🏳️ Translations
Nextcloud tables v0.6.4
Updated
- 🐞 Bug fixing
Nextcloud tables v0.6.3
Updated
- 🐞 Bug fixing