7.3.0 to 7.4.0
I18N
File intl.js originally located in the js/thirdparty folder is no longer being distributed with the library. The internationalization functions the file provided are now natively supported by all modern browsers.
html2canvas library
The html2canvas
library is now provided minified. As such, js/thirdparty/html2canvas.js has become js/thirdparty/html2canvas.min.js. If you are explicitly using a <script src>
tag to load this file, please rename the file reference accordingly.
Term Structure
The chart background shading styles for maturity dates have been extracted from termstructure.css into a new file named termstructureSample.css (see the plugins/termstructure folder). Term structure templates, such as sample-template-term-structure.html, prior to 7.4.0 need to be updated to include termstructureSample.css to enable the default shading.
See the Term Structures — Customizations tutorial to learn how to create your own chart shading styles.
Miscellaneous
The CIQ.ChartEngine#plotLine function has normalized all arguments under the parameters
parameter; that is, all parameters are now properties of parameters
.