Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Flutter/Release-notes/v31.1.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
22 changes: 22 additions & 0 deletions Flutter/Release-notes/v31.2.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down