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..299085ed8 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. + +## Localizations + +### 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 |