Release-Notes.md
... ...
@@ -1,4 +1,53 @@
1 1
[[_TOC_]]
2
+# 6.7.0.267 (May 30, 2014)
3
+* FB-14250: Fixed CROSS join
4
+* FB-14236: Fixed cascade filters update when filter values are changing rapidly.
5
+* FB-14215: Fixed error after filter removal when filter logic is used.
6
+* FB-13986: Fix color setting (#RRGGBB) for gauges.
7
+* FB-14148: Fixed numerous issues with HTML Charts exporting and Viewing.
8
+* FB-14108: Do not include HTML tags in CSV export.
9
+* FB-13539: Implemented Auto 'Group' support for all other aggregate functions also.
10
+* FB-14121: Preview container now appear only on Preview tab in report designer
11
+* FB-14118: Fixed CSV export failure when data contains double quotes
12
+* FB-13766: Enable datepicker for non-English cultures
13
+* FB-13765: Fix rounding in the Animated Half Circle Gauges.
14
+* FB-14144: Prevented erroneous grouping by fields from expression if no aggregation is involved in report.
15
+* FB-13600: Made fields with expression not affect grouping.
16
+* FB-14121: Enable caching of visualization files
17
+* FB-14140: Fix Chart appearance on 'hover' when master report is not saved.
18
+* FB-13539: Made fields from expressions automatically added to group by clause if needed.
19
+* FB-14046: Properly apply Drill-Down filter if both master report and sub report have Between filter on the same field as a Drill-Down Key.
20
+* FB-13557: Made bulk csv output generator to stream date from DB to client
21
+* FB-13889: Switched CacheReports default value to true
22
+* FB-13762: Fix formatting when VG, Pagination and Subtotals are used at the same time.
23
+* FB-14113: Do not show 'null' for empty regions on the Map if hover sub-report is used.
24
+* FB-14108: Do not include HTML tags in CSV export.
25
+* FB-13978: Loggers conflict fixed
26
+* FB-13889: Optimized reports table existence checks.
27
+* FB-13372: Disable "Show Legend" check-box if Separator is not selected.
28
+* FB-13971: Respect "Records" value when calculating subtotals.
29
+* FB-13762: Fix formatting when pagination is used with VG.
30
+* FB-14062: Fix Tennessee short name on the USA map.
31
+* FB-13940: Do not copy embedded resources in the Scheduler output.
32
+* FB-13834: Allow to use multiple-value filters for storage procedure fields
33
+* FB-14037: Prevent throwing exception when same name is found several times in the AdHocSettings.VisibleDataSources collection.
34
+* FB-13954: Fix issue with reports storage in the DB after invalidating reports cache.
35
+* FB-13941: Fixed erroneous brackets removal from field description when they are specified in field alias.
36
+* FB-13713: Made fields/filters against HiddenColumns invisible in reportViewer.
37
+* FB-13946: Fix filters inheritance in sub-reports when filters on calculated columns are used.
38
+* FB-13967: Removed unused button for toolbar
39
+* FB-13950: Made all connections/dataReaders always reliably disposed, made every dataReader use separate connection object, fixed throwing exceptions in ReportClearTemplateName
40
+* FB-13950: Ensured that all connections which are opened in DLL are always reliably closed after usage
41
+* FB-13950: Ensured that each reader uses individual connection object, and that that connection is closed after reader is closed .
42
+* FB-13950: Removed unnecessary connection closings
43
+* FB-13950: Ensuring that every datareader closes connection when it finishes work
44
+* FB-13950: Enclosed all datareaders in using()
45
+* FB-13967: Removed unused button for toolbar
46
+* FB-13950: Fix of System.Exception: ReportName property unknown. and System.Exception: ReportCategory property unknown. errors
47
+* FB-13857: Fixed high charts with '%' value format
48
+* FB-13947: Implement drill-down reports in HTML Bar Charts.
49
+* FB-13938: Fixed stored procedures serialization/deserialization error
50
+
2 51
# 6.7.0.266 (May 7, 2014)
3 52
* FB-13933: API error level logging implemented
4 53
* FB-13915: Fix issues with Form loading in the Designer caused by the changes in FB-13523