Release-Notes.md
... ...
@@ -1,11 +1,12 @@
1 1
[[_TOC_]]
2 2
# 6.7.0.260 (Release Pending)
3 3
* FB-13177: Changed "Reset to default" button on Style tab in reportDesigner to standard button control which is used across all designers
4
+* FB-13113: Fixed empty jquery formatNumber result for 0 value
4 5
* FB-13025: Resolved issue where HighCharts auto-sizing and auto-centering didn't work because chart as an inner element couldn't detect dimensions of outer container. Implemented support for specifying dimensions in pixels in chart property, so highcharts can rely on those values.
5 6
* FB-13181: Fixed inverted Summary grid styling. This makes styles for headers items and alts the same as the normal grid.
6 7
* FB-13189: Waiting timeout removed if renderer detects an error at the the beginning of rendering process
7 8
* FB-13113: Removed "default" series name in HtmlCharts if only one series has been selected
8
-* FB-13180: Correct and update copyright in response server
9
+* FB-13180: Updated copyright in response server
9 10
* FB-13164: URL encode fields when updating field properties in report viewer
10 11
* FB-13160: Marked FilteredReportListCache as serializable
11 12
* FB-11598: Added fusion support for Postgres
... ...
@@ -16,7 +17,7 @@
16 17
* FB-13132: Changed formatting of dates (from filters values) in reportset description to respect AdHocSettings.Culture
17 18
* FB-13115: Resolved issue where thumbnails would remain in the "Generating" state
18 19
* FB-11684: Added disk/reports cache cleanup functionality to Driver.InvalidateSchemaCache()
19
-* FB-13114: Resolved regression in AdHocSettings.ReloadStrings().
20
+* FB-13114: Resolved regression in AdHocSettings.ReloadStrings()
20 21
* FB-13081: Resolved redirect loop when AdHocUserKey is specified
21 22
* FB-13116: Fixed Equals(Popup) filter when one of the values is empty string. Empty string can now be selected as any other not empty value.
22 23
* FB-13103: Fixed "(blank)" value in the filters. "(blank)" value is now interpreted as NULL when selected for example in the Equals(Popup) or Equals(Checkboxes) filter.