Introduction
With every release comes a set of release notes that reflects the state of resolved bugs and new additions from the previous release. You’ll find the notes useful to help determine the resolution of existing issues from a past release and as a means of determining where to test your applications when upgrading from one version to the next.
Release Notes: NucliOS 2013 Volume 2 Build 179 and NucliOS 2014 Volume 1 Build 79
Component | Product Impact | Description | Service Release |
---|---|---|---|
IGPieChartView | Bug Fix | Labels don't resize properly when their text is overridden. Note: When using the IGPieChartView delegate method to change labels, new labels will get repositioned based on the new text. | 13.2.179, 14.1.79 |
IGPieChartView | Bug Fix | During initial rendering, the label that is set via the delegate method is not used by the legend. Note: The legend now picks up pie slice labels set in the delegate. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | Null reference exception tapping a spot around the axis labels. Note: Added null checks to chart's hit testing. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | De-allocating the chart can cause a crash in handleGridAreaRectChanged method. Note: Fixed a weak reference being created while the chart is deallocating. | 14.1.79 |
IGChartView | Bug Fix | The tapForSeries method is not called after adding and removing the series multiple times. Note: Fixed an issue that caused the chart to return wrong series index when hit testing. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | Legend markers are not shown when the chart uses custom markers. Note: Added a new delegate method that gets called for the legend item badges. chartView:viewForLegendItemInSeries: This is only used when showing custom markers. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | Crash occurs when binding a data model greater than 2500 data points. Note: Fixed memory allocation bug when inserting a range of values. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | DashArray property has no effect for IGScatterLineSeries. Note: Scatter line series will correctly show stroke dash array and stroke dash cap. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | The method insertItemAtIndex doesn’t consider the source parameter and inserts all point in all sources. Note: Fixed a case when two series start out empty, inserting into one series will also insert into the other. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | NSRangeException is thrown when trying to add values to an empty AsyncDataSourceHelper. Note: Fixed an index out of range exception in async helper. | 14.1.79 |
IGCalendarView | Bug Fix | Appointments spanning over two months are shown only in the month they start. Note: N/A. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | IGValueOverlay doesn’t work with DateTime axis. Note: IGValueOverlay now works with the IGCategoryDateTimeXAxis. | 13.2.179, 14.1.79 |
IGCalendarView | Bug Fix | Appointments overlap when there is a 5th week displayed in the MonthView. Note: N/A. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | Not being able to get a fragment series inside the chartView:viewForMarkerInSeries method. Note: Added a property to the options parameter that returns a stacked fragment. | 13.2.179, 14.1.79 |
IGOverlayView | Bug Fix | When rotating the screen the IGOverlayView is not resized properly. Note: The IGOverlayView now properly resizes when in landscape orientation. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | ReverseLegendOrder doesn’t work for IGStackedColumnSeries. Note: ReverseLegendOrder will reverse the stacked series items in the legend. | 13.2.179, 14.1.79 |
IGChartView | Bug Fix | Exception raised when using autolayout and NAN values. Note: Having NANs is the datasource no longer crashes the chart. | 13.2.179, 14.1.79 |
IGCalendarView | Bug Fix | Larger font makes day numbers unreadable. Note: N/A. | 13.2.179, 14.1.79 |