# 2018 v2

## Content



This section contains information about all the new features, enhancements, and breaking changes in **Xamarin for iOS** since **2018 v2** release.

| **General** |
| --- |
| <ul><li>Added a new Entity Framework Core project template.</li><li>Added Visual Studio for Mac project templates</li><li>Improved C1Weather sample with updated design and use of Geolocator Plugin to get your local weather</li></ul> |
| **FlexChart** |
| **Improvements**<ul><li>Added implicit conversion from CAMediaTimingFunction to C1Easing on iOS.</li><li>Added sunburst update animation</li><li>Added Histogram Chart type.</li></ul>**Bug Fixes**<ul><li>Fixed the issue where axis labels could be cut off when LableAngle is set to 45 and LegendPosition is top or bottom.</li><li>Improved the Auto positioning behavior for LegendPositon.</li><li>Fixed the issue where setting LegendPosition no longer had a thinning effect on Legend border thickness</li><li>Fixed several issues where tooltips where not updating properly when data was removed or changed position.</li><li>Improved Sunburst chart handling of fractional values.</li><li>Fixed several issues where annotations where not updating properly when data was removed or changed position.</li><li>Fixed an issue where the bottom part of data series near X axis were cut off when ChartType of one series is set Spline family charts.</li></ul> |
| **FlexGrid** |
| **Improvements**<ul><li>Added WordWrap property for GridRow.</li><li>Added FrozenLinesColor property for styling grid lines in frozen rows.</li><li>DefaultColumnHeadersRowHeight property added.</li><li>KeyActionTab property added for enabling Excel-like cycling when keyboard tabbing.</li><li>Grid-lines were improved to display better in the edges of the grid, in grouping scenarios, and in column or row dragging</li><li>Added customizable selection menu.</li><li>Added GridColumn HeaderBackgroundColor/HeaderTextColor properties.</li><li>Added GridRow BackgroundColor/TextColor/HeaderBackgroundColor/HeaderTextColor properties.</li><li>Added RowHeaderSelectedTextColor/ColumnHeaderSelectedTextColor properties.</li><li>Added FullTextFilterBehavior.MatchCase and MatchWholeWord properties.</li><li>Updated Light and Dark mode colors.<br></li><li>Added implicit conversion from CAMediaTimingFunction to C1Easing on iOS.</li><li>Added sunburst update animation</li><li>Added Histogram Chart type.</li></ul>**Bug Fixes**<ul><li>Fixed a crash that could occur when SelectionMode is set to rowRange.</li><li>Fixed a crash that could occur when SelectionMode is set to CellRange and user is filtering.</li></ul> |
| **FlexPie** |
| <ul><li>No major change.</li></ul> |
| **CollectionView** |
| **Improvements**<ul><li>While using filtering operation, now use MatchCase and MatchWholeWord property.</li></ul> |
| **Input** |
| **Improvements**<ul><li>Added Completed Event for input control.</li><li>Added MaskCompleted Property for C1MaskTextField.</li><li>Added Improved animation.</li><li>Added AutoCompleteMode property in the AutoComplete control.</li><li>Added ShowClearButton property for showing/hiding clear button from editable input control.</li></ul>**Bug Fixes**<ul><li>Fixed the issue where DropDown header UI now displays if header is set within StackLayout.</li><li>Fixed an issue where an Input control could become overlapped with dropdown portion after changing DropDownDirection on iOS.</li></ul> |