File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.3.1] - 2024-06-16
6
+ - Fix issue with Line Chart on highcharts engine
7
+ - Reintroduce the stacking option on highcharts engine.
8
+ - Fix issue with having different version of the same chart on the same page.
9
+ - Enhanced the demo dashboard to show more capabilities regarding the charts.
10
+
5
11
## [ 1.3.0] - 2023-11-08
6
12
- Implement Slick reporting media override feature + docs
7
13
- Add ` Integrating reports into your Admin site ` section to the docs
Original file line number Diff line number Diff line change 1
1
default_app_config = "slick_reporting.apps.ReportAppConfig"
2
2
3
- VERSION = (1 , 3 , 0 )
3
+ VERSION = (1 , 3 , 1 )
4
4
5
- __version__ = "1.3.0 "
5
+ __version__ = "1.3.1 "
You can’t perform that action at this time.
0 commit comments