FLUX 2.0.9 Release Notes

FLUX 2.0.9 Release Notes

Change Log

  • Introduced a new arithmetic calculation Fluxlet.
  • Introduced the possibility to add a user defined description for each Fluxlet usage.
  • Introduced the NOT property for the Generic Filter Fluxlet that inverts the filter criterion.
  • Introduced the possibility to have a separate format string per step factor for Graph Axis.
  • Introduced the possibility to position the labels of Bar Charts on top or bottom of the bar.
  • Introduced an option on the Chart Pane to reverse the drawing order of Lines and Bars.
  • Introduced the possibility to set the background color of the drawing area of a chart.
  • Introduced the possibility to choose the behaviour in case of a maximum gridline overflow for Graph Axis.
  • Introduced the possibility to set the z-index of Line and Bar Charts and Graph Axis to make the drawing order independent from the Fluxlet sequence.
  • Introduced the possibility to set a css class of the drawing area of a chart pane.
  • Enahnced the handling of negative values in Pie Charts.
  • Enhanced wrapping algorithm for Graph Axis labels.
  • Enhanced the Date Arithmetics Fluxlet in order to process date-only data.
  • Enhanced the YDIF package import in order to automatically pre-select matching dimensions.
  • Enhanced the Batch Processor UI in order to display inner-item progress.
  • Fixed a bug which could lead to unnecessary Graph Axis scaling steps.
  • Fixed a bug in the No Data Behavior of Text Fluxlets.
  • Fixed a bug in the Legend Fluxlet which caused the chart drawing area to disappear when the position was set to left.
  • Fixed a problem with step factors greater than 12 month for date Graph Axis.
  • Fixed a bug in the Date & Time Formater Fluxlet which coused an error for dates prior to 01.01.1000.
  • Fixed bug where counter scopes were incorrectly extended outside of parent elements.
    This can lead to situations where footnotes configured via anchors and references no longer get incremented correctly. To get the behavior of previous releases a counter reset can be applied at a common parent element (example for body element: 'body { counter-reset:<counter-name>; }').
  • Removed "line-height: none" from sub/sup elements, for browser compatibility.
    If you have styled sub/sup elements the result could have changed. For suberscript text try 'sup {vertical-align:top;line-height:1em;}'.