From 5dad3ed566ab2502ab37b5d0b7302d4ff44a90d1 Mon Sep 17 00:00:00 2001 From: mugunthan-SF4355 Date: Mon, 17 Nov 2025 12:50:37 +0530 Subject: [PATCH 1/2] FLUT-982940-[others]: added release notes --- Flutter/Release-notes/v31.1.20.md | 4 ++++ Flutter/Release-notes/v31.2.10.md | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/Flutter/Release-notes/v31.1.20.md b/Flutter/Release-notes/v31.1.20.md index 23ea3dddc..2355aa5a1 100644 --- a/Flutter/Release-notes/v31.1.20.md +++ b/Flutter/Release-notes/v31.1.20.md @@ -15,6 +15,10 @@ documentation: ug {% enddirectory %} +## General + +* The compatible version of all our Flutter widgets has been updated to Flutter SDK 3.35. + ## Test Results | Component Name | Test Cases | Passed | Failed | Remarks | diff --git a/Flutter/Release-notes/v31.2.10.md b/Flutter/Release-notes/v31.2.10.md index 0e77eab93..9830ec858 100644 --- a/Flutter/Release-notes/v31.2.10.md +++ b/Flutter/Release-notes/v31.2.10.md @@ -15,6 +15,28 @@ documentation: ug {% enddirectory %} +## Calendar + +### Breaking changes + +* #FB70575 - The [leadingDateTextStyle](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/MonthCellStyle/leadingDatesTextStyle.html) now applies to dates in the previous month, while the [trailingDateTextStyle](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/MonthCellStyle/trailingDatesTextStyle.html) applies to dates in the next month in the month view. + +### Enhancements + +* #FB70566 - The display of exceeding events has been improved for all-day events with [appointmentBuilder](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/appointmentBuilder.html) customization. + +## Localizaitons + +### Enhancements + +* The translation for “No events” has been modified to “Etkinlik yok” from “Olay yok” for Turkish language. + +## Radial Gauge + +### Bug fixes + +* Now, the [MarkerPointer](https://pub.dev/documentation/syncfusion_flutter_gauges/latest/gauges/MarkerPointer-class.html) image will render properly without any clipping issues. + ## Test Results | Component Name | Test Cases | Passed | Failed | Remarks | From 7fd7136411ed32cd8e29a09916ea8550c58d900a Mon Sep 17 00:00:00 2001 From: mugunthan-SF4355 Date: Mon, 17 Nov 2025 13:07:10 +0530 Subject: [PATCH 2/2] FLUT-982940-[others]: updated release notes --- Flutter/Release-notes/v31.2.10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/Release-notes/v31.2.10.md b/Flutter/Release-notes/v31.2.10.md index 9830ec858..299085ed8 100644 --- a/Flutter/Release-notes/v31.2.10.md +++ b/Flutter/Release-notes/v31.2.10.md @@ -25,7 +25,7 @@ documentation: ug * #FB70566 - The display of exceeding events has been improved for all-day events with [appointmentBuilder](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/appointmentBuilder.html) customization. -## Localizaitons +## Localizations ### Enhancements