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: packages/syncfusion_flutter_calendar/CHANGELOG.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
1
## Unreleased
2
2
3
+
**General**
4
+
5
+
* The compatible version of our Flutter calendar widget has been updated to Flutter SDK 3.24.0.
6
+
7
+
**Bug fixes**
8
+
* Now, the horizontal scroll bar is draggable in the timeline view on both web and desktop platforms.
9
+
10
+
## [25.2.7] - 06/04/2024
3
11
**Bugs**
4
-
*\#FB57253 - Now, the appointment details are passed correctly to the [monthCellBuilder](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/monthCellBuilder.html) callback when navigating to the months using the navigation buttons.
12
+
*\#FB57253 -
13
+
Now, the appointment details are passed correctly to the [monthCellBuilder](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/monthCellBuilder.html) callback when navigating to the months using the navigation buttons.
Copy file name to clipboardExpand all lines: packages/syncfusion_flutter_calendar/pubspec.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: syncfusion_flutter_calendar
2
2
description: The Flutter Calendar widget has nine built-in configurable views that provide basic functionalities for scheduling and representing appointments/events efficiently.
Copy file name to clipboardExpand all lines: packages/syncfusion_flutter_charts/CHANGELOG.md
+29-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,37 @@
1
-
## [Unreleased]
1
+
## Unreleased
2
+
3
+
**General**
4
+
5
+
*\#GH2008, \#GH2013, \#GH2012, \#BD620212, \#BD620214, \#F192976, \#BD621964, \#BD621021, \#BD620826, \#BD619659, \#BD619610, \#BD620964, \#GH2020, \#F194113, \#GH623599, \#GH1907, \#BD626072, \#BD626410, \#GH2041, \#BD626867, \#GH2045 - The compatible version of our Flutter charts widget has been updated to Flutter SDK 3.24.0.
6
+
7
+
### Features
8
+
9
+
*\#FB31997 - Added support for `borderRadius` in the candle series.
10
+
* Added support for customizing `width` and `spacing` of the candle series.
11
+
* Added support for individual plot offset customization for the chart axis.
12
+
* Added `additionalStart`, `additionalEnd`, `roundStart` and `roundEnd` enums to [`rangePadding`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartAxis/rangePadding.html) property to customize the axis range padding at the start or end of the axis.
13
+
14
+
**Bugs**
15
+
16
+
* The [`RadialBarSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/RadialBarSeries-class.html) animation now updates properly when data points are reset dynamically.
17
+
* The range of the category axis now updates correctly when data points are dynamically replaced.
18
+
* The tooltip position of the trackball builder has been adjusted to inside within the plot area.
19
+
20
+
## [26.2.9] - 13/08/2024
21
+
22
+
**Bugs**
23
+
24
+
* Now, the trackball image marker is updated according to the marker visibility mode set to auto.
25
+
* Now, the [pointColorMapper](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeriesRenderer/pointColorMapper.html) colors are properly updated when the data source is dynamically changed with different lengths.
26
+
27
+
## [26.1.35] - 11/06/2024
2
28
3
29
### Features
4
30
5
31
Added two new indicators in Cartesian Chart:
6
32
7
-
* Provided Rate of Change Indicator (ROC) support to technical indicators.
8
-
* Provided Weighted Moving Average Indicator (WMA) support to technical indicators.
33
+
*\#FB15987 - Provided Rate of Change Indicator (ROC) support to technical indicators.
34
+
*\#FB15987 - Provided Weighted Moving Average Indicator (WMA) support to technical indicators.
0 commit comments