File tree Expand file tree Collapse file tree 4 files changed +35
-4
lines changed Expand file tree Collapse file tree 4 files changed +35
-4
lines changed Original file line number Diff line number Diff line change 55
66# Changelog
77
8+ ## 1.0.0
9+
10+ ### Added
11+
12+ * [ Feat: activity support (tables #2002 )] ( https://github.com/nextcloud/tables/pull/2002 )
13+
14+ ### Fixed
15+
16+ * [ Fix(deps): update tiptap to ^3.6.6 (main) (tables #2066 )] ( https://github.com/nextcloud/tables/pull/2066 )
17+ * [ Fix: Export JSON scheme (tables #2075 )] ( https://github.com/nextcloud/tables/pull/2075 )
18+ * [ Fix: Avoid duplicate navigation items (tables #2094 )] ( https://github.com/nextcloud/tables/pull/2094 )
19+ * [ Fix(deps): update dependency @nextcloud/auth to ^2.5.3 (main) (tables #2104 )] ( https://github.com/nextcloud/tables/pull/2104 )
20+ * [ Fix: Add attribute to import preview functions (tables #2108 )] ( https://github.com/nextcloud/tables/pull/2108 )
21+
22+ ### Other
23+
24+ * [ Build(deps): claim supporting NC 33 (tables #2097 )] ( https://github.com/nextcloud/tables/pull/2097 )
25+ * [ Ci: reduce assumptions about paths on the ci host (tables #2098 )] ( https://github.com/nextcloud/tables/pull/2098 )
26+
27+ ### Dependencies
28+
29+ * [ Chore(deps): update dependency vite to ^7.1.9 (main) (tables #2064 )] ( https://github.com/nextcloud/tables/pull/2064 )
30+ * [ Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.52.4 (main) (tables #2067 )] ( https://github.com/nextcloud/tables/pull/2067 )
31+ * [[ main] Fix npm audit (tables #2081 )] ( https://github.com/nextcloud/tables/pull/2081 )
32+ * [ Chore(deps): update shivammathur/setup-php digest to bf6b4fb (main) (tables #2090 )] ( https://github.com/nextcloud/tables/pull/2090 )
33+ * [ Chore(deps): update skjnldsv/xpath-action digest to d813024 (main) (tables #2091 )] ( https://github.com/nextcloud/tables/pull/2091 )
34+ * [ Chore(deps): update dependency @nextcloud/stylelint-config to ^3.1.1 (main) (tables #2101 )] ( https://github.com/nextcloud/tables/pull/2101 )
35+ * [ Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.6 (main) (tables #2102 )] ( https://github.com/nextcloud/tables/pull/2102 )
36+ * [[ main] Update nextcloud/ocp dependency (tables #2103 )] ( https://github.com/nextcloud/tables/pull/2103 )
37+
38+
839## 1.0.0-beta.4
940
1041### 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-beta.4 </version >
29+ <version >1.0.0</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-beta.4 " ,
4+ "version" : " 1.0.0" ,
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