You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ under the License.
19
19
20
20
## Change Log
21
21
22
-
-[3.1.0](#310-fri-dec-15-150500-2023--0800)
22
+
-[3.1.0](#310-tue-jan-9-150500-2023--0800)
23
23
-[3.0.3](#303-fri-dec-8-054009-2023--0800)
24
24
-[3.0.2](#302-mon-nov-20-073838-2023--0500)
25
25
-[3.0.1](#301-tue-oct-13-103221-2023--0700)
@@ -37,7 +37,7 @@ under the License.
37
37
-[1.4.2](#142-sat-mar-19-000806-2022-0200)
38
38
-[1.4.1](#141)
39
39
40
-
### 3.1.0 (Fri Dec 15 15:05:00 2023 -0800)
40
+
### 3.1.0 (Tue Jan 9 15:05:00 2023 -0800)
41
41
42
42
**Database Migrations**
43
43
@@ -54,6 +54,7 @@ under the License.
54
54
55
55
**Features**
56
56
57
+
-[#26031](https://github.com/apache/superset/pull/26031) feat(deckgl-map): use an arbitraty Mabpox style URL (#26027) (@francois-travais)
57
58
-[#26136](https://github.com/apache/superset/pull/26136) feat: Adds legacy time support for Waterfall chart (@michael-s-molina)
58
59
-[#26123](https://github.com/apache/superset/pull/26123) feat(helm): Add option to deploy extra containers to remaining deployments (@bluemalkin)
59
60
-[#24714](https://github.com/apache/superset/pull/24714) feat: Add Apache Doris support (@liujiwen-up)
@@ -113,6 +114,30 @@ under the License.
113
114
114
115
**Fixes**
115
116
117
+
-[#26429](https://github.com/apache/superset/pull/26429) fix(post-processing): handle missing values in cumulative operator (@villebro)
118
+
-[#26424](https://github.com/apache/superset/pull/26424) fix(translations): Clear all (@capping)
119
+
-[#26404](https://github.com/apache/superset/pull/26404) fix(plugin-chart-echarts): support forced categorical x-axis (@villebro)
120
+
-[#26415](https://github.com/apache/superset/pull/26415) fix: In chart gallery thumbnail is rendered in case of no example in #16707 (@sivasathyaseeelan)
121
+
-[#26393](https://github.com/apache/superset/pull/26393) fix(chart): Resolve incorrect column customization when switching metrics in table chart (@soniagtm)
122
+
-[#26405](https://github.com/apache/superset/pull/26405) fix(sqllab): Bump duckdb-engine version to 0.9.5 (@guenp)
123
+
-[#26313](https://github.com/apache/superset/pull/26313) fix(dashboard): narrow empty drop area (@justinpark)
124
+
-[#26410](https://github.com/apache/superset/pull/26410) fix(dashboard): Chart menu disable is fixed on chart-fullscreen in issue #25992 (@sivasathyaseeelan)
-[#26398](https://github.com/apache/superset/pull/26398) fix(embed): an error occurred while rendering the visualization: error: Item with key ... is not registered. (@rowdyroad)
127
+
-[#26353](https://github.com/apache/superset/pull/26353) fix(SelectControl): select zero value (@rekilina)
128
+
-[#26380](https://github.com/apache/superset/pull/26380) fix: Removes non-existent columns in the 2018 FCC Survey dataset (@michael-s-molina)
129
+
-[#26302](https://github.com/apache/superset/pull/26302) fix: Invalid references in the basic template (@michael-s-molina)
-[#26378](https://github.com/apache/superset/pull/26378) fix(databend): databend time grain expression (@hantmac)
132
+
-[#26151](https://github.com/apache/superset/pull/26151) fix(chart): Set max row limit + removed the option to use an empty row limit value (@CorbinBullard)
133
+
-[#26312](https://github.com/apache/superset/pull/26312) fix(Embedded): Avoid creating a filter key for guest users (@Vitor-Avila)
134
+
-[#26333](https://github.com/apache/superset/pull/26333) fix(logging): Add logging of change_dashboard_filter event for native dashboard filters (@john-bodley)
135
+
-[#26326](https://github.com/apache/superset/pull/26326) fix(accessibility): Enable tabbing on sort header of table chart (@arunthirumani)
136
+
-[#26324](https://github.com/apache/superset/pull/26324) fix(tagging): adding tags containing a “:” to dashboards (@lilykuang)
137
+
-[#26340](https://github.com/apache/superset/pull/26340) fix(dashboard): Don't switch to first tab when directPathToChild changes (@kgabryje)
138
+
-[#26283](https://github.com/apache/superset/pull/26283) fix(redshift): convert_dttm method for redshift dataset and tests (@gaurav7261)
139
+
-[#26281](https://github.com/apache/superset/pull/26281) fix(sql lab): Use quote_schema instead of quote method to format schema name (@guenp)
140
+
-[#25967](https://github.com/apache/superset/pull/25967) fix(typings): model_id is a multiple option (@gnought)
116
141
-[#26284](https://github.com/apache/superset/pull/26284) fix: Revert "fix(sqllab): flaky json explore modal due to over-rendering (#26156)" (@justinpark)
0 commit comments