5484c28f9be1fea3eec2a14e5e0b65758ec279c7
Release-Notes.md
| ... | ... | @@ -9,6 +9,7 @@ |
| 9 | 9 | * FB-17519: Show note message in Preview if labels on the Line Chart were hidden automatically |
| 10 | 10 | * FB-17524: Implemented front-end Money and % formatters for autocharts. Implemented front-end PercentOfGroupFormatter for aurocharts |
| 11 | 11 | * FB-17640: Fixed exception which could occur if table is not found during constraints deserialization |
| 12 | +* FB-17692: UseTablesFromSchemaOnly setting implemented for MSSQL connections. Load objects from different schemas mechanism implemented for PostgreSQL connections |
|
| 12 | 13 | * FB-17698: Changed powered by Izenda logo to new logo |
| 13 | 14 | * FB-17753: Fixed Time-slider values changing |
| 14 | 15 | * FB-17754: Use current Thread culture to format dates in the Slider control |
| ... | ... | @@ -22,11 +23,18 @@ |
| 22 | 23 | * FB-17851: Trim long labels in Heatmap Vis |
| 23 | 24 | * FB-17858: Apply Width, font style and justification settings to AG hierarchy columns |
| 24 | 25 | * FB-17951: Fixed Numbers subtotal calculation in PostgreSQL |
| 26 | +* FB-17958: Made Cancel button always enabled in form designer |
|
| 25 | 27 | * FB-17969: Quick fix of tiny issue - not showing thumbnail image in reportlist which was requested first. ReportList optimizations #1 |
| 26 | 28 | * FB-17976: Remove used fields from the available columns panel in the Viewer |
| 29 | +* FB-17982: Do not show labels if container is too small in Heatmap Visualization |
|
| 27 | 30 | * FB-18071: Fixed error with thumbnail retrieval in database mode |
| 31 | +* FB-18081: Fixed Trend(Line) chart value labels |
|
| 28 | 32 | * FB-18104: Fixed issue which caused ignoring overriden methods. |
| 29 | 33 | * FB-18110: Fixed failure of creating thumbnails when there are two or more thumbnail generation tasks in queue. Reverted back public methods signatures which were erroneously modified. |
| 34 | +* FB-18130: Fixed Gauges headers formatting |
|
| 35 | +* FB-18157: Use minimum value as a floor of the Y axis in linear chart |
|
| 36 | +* FB-18158: Do not cache requests to the table with reports |
|
| 37 | +* FB-18278: Fixed appearing invisible datasources on IR page |
|
| 30 | 38 | * Changed button colors to new color scheme |
| 31 | 39 | * Implemented printing report using current position on breadcrumb (Sunburst, Heatmap). |
| 32 | 40 | * Modified build script to move phantomJS dependencies to bin |