@gooddata/code-cli 0.21.1 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,183 @@
1
+ # Change Log - @gooddata/code-cli
2
+
3
+ This log was last generated on Fri, 09 Jan 2026 07:08:32 GMT and should not be manually modified.
4
+
5
+ ## 0.22.0
6
+ Fri, 09 Jan 2026 07:08:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.21.1
11
+ Tue, 16 Dec 2025 10:14:55 GMT
12
+
13
+ ### Updates
14
+
15
+ - Fixed bug when dashboards with tabs might not have filter context
16
+
17
+ ## 0.21.0
18
+ Mon, 15 Dec 2025 13:14:18 GMT
19
+
20
+ ### Updates
21
+
22
+ - Introduce new field in measure value filter to define filter's dimensionality.
23
+
24
+ ## 0.20.0
25
+ Tue, 09 Dec 2025 14:54:53 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 0.19.0
30
+ Wed, 19 Nov 2025 15:55:35 GMT
31
+
32
+ ### Minor changes
33
+
34
+ - Added support for Geo Area chart
35
+ - Renamed is_hidden to show_in_ai_results
36
+ - Support disableDrillIntoURL in table chart
37
+
38
+ ### Patches
39
+
40
+ - Fixed issues with Cursor MCP server startup
41
+
42
+ ## 0.18.0
43
+ Fri, 31 Oct 2025 16:12:48 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 0.17.0
48
+ Thu, 25 Sep 2025 13:59:03 GMT
49
+
50
+ _Version update only_
51
+
52
+ ## 0.16.0
53
+ Tue, 05 Aug 2025 12:29:52 GMT
54
+
55
+ ### Updates
56
+
57
+ - feat: support for aggregated facts and dataset precedence
58
+
59
+ ## 0.15.0
60
+ Tue, 22 Jul 2025 13:36:23 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 0.14.0
65
+ Wed, 16 Jul 2025 15:18:22 GMT
66
+
67
+ ### Updates
68
+
69
+ - Added `--cursor` option for the `gd init` command to configure boilerplate rules and mcp.json
70
+
71
+ ## 0.13.0
72
+ Fri, 11 Jul 2025 09:56:13 GMT
73
+
74
+ ### Minor changes
75
+
76
+ - Add support for the flexible layouts in dashboards
77
+
78
+ ## 0.12.0
79
+ Mon, 05 May 2025 10:00:20 GMT
80
+
81
+ _Version update only_
82
+
83
+ ## 0.11.0
84
+ Wed, 26 Feb 2025 14:48:12 GMT
85
+
86
+ _Version update only_
87
+
88
+ ## 0.10.0
89
+ Tue, 15 Oct 2024 14:29:51 GMT
90
+
91
+ _Version update only_
92
+
93
+ ## 0.9.0
94
+ Mon, 22 Jul 2024 10:03:41 GMT
95
+
96
+ ### Updates
97
+
98
+ - Added support for multiple data sources in workspace
99
+ - Renamed Profile "data_source_id" property to "data_source"
100
+
101
+ ## 0.8.0
102
+ Thu, 09 May 2024 08:34:12 GMT
103
+
104
+ ### Updates
105
+
106
+ - Added support for the repeater chart
107
+
108
+ ## 0.7.0
109
+ Wed, 27 Mar 2024 14:25:11 GMT
110
+
111
+ _Version update only_
112
+
113
+ ## 0.6.0
114
+ Tue, 05 Mar 2024 14:03:37 GMT
115
+
116
+ ### Updates
117
+
118
+ - FEATURE: DX-250 Introduce support for Rich Text widgets in IDE
119
+
120
+ ## 0.5.0
121
+ Fri, 16 Feb 2024 14:19:08 GMT
122
+
123
+ ### Updates
124
+
125
+ - FEATURE: DX-249 Implementation of symbol rename
126
+
127
+ ## 0.4.1
128
+ Wed, 31 Jan 2024 12:22:59 GMT
129
+
130
+ _Version update only_
131
+
132
+ ## 0.4.0
133
+ Fri, 19 Jan 2024 14:14:15 GMT
134
+
135
+ _Version update only_
136
+
137
+ ## 0.3.2
138
+ Thu, 11 Jan 2024 14:56:27 GMT
139
+
140
+ _Version update only_
141
+
142
+ ## 0.3.1
143
+ Mon, 08 Jan 2024 15:02:33 GMT
144
+
145
+ ### Updates
146
+
147
+ - BUGFIX: DX-243 CLI Error messages report wrong line numbers in the code snippet
148
+
149
+ ## 0.3.0
150
+ Fri, 08 Dec 2023 13:43:30 GMT
151
+
152
+ ### Updates
153
+
154
+ - FEATURE: DX-191 Composite keys
155
+
156
+ ## 0.2.2
157
+ Wed, 22 Nov 2023 14:10:47 GMT
158
+
159
+ ### Updates
160
+
161
+ - FEATURE: DX-178 Update prompts in CLI to select Yes/No
162
+ - FEATURE: DX-192 Insights as Code, cloning and deploy
163
+
164
+ ## 0.2.1
165
+ Wed, 18 Oct 2023 10:46:17 GMT
166
+
167
+ ### Updates
168
+
169
+ - BUGFIX: RAIL-5159 wording, sql generator repair, readme and gifs update
170
+
171
+ ## 0.2.0
172
+ Tue, 17 Oct 2023 14:41:53 GMT
173
+
174
+ ### Updates
175
+
176
+ - FEATURE: RAIL-5091 add link to the workspace to the DEPLOY command result
177
+ - FEATURE: RAIL-5035 Update walkthrough and cli texts
178
+
179
+ ## 0.1.0
180
+ Thu, 27 Jul 2023 11:01:07 GMT
181
+
182
+ _Initial release_
183
+