Release Notes for XWiki Enterprise 4.1 Milestone 2
Version 24.1 by Vincent Massol on 2012/05/18
Contents
This is the second milestone of the XWiki Enterprise 4.1 version (Roadmap).
New and Noteworthy (since XWiki Enterprise 4.1 version)
Custom Chart Colors
It's now possible to select custom colors in Chart graphs. For example:
{{chart type="pie" source="inline" params="range:B2-D5;series:columns;colors:C3E3F7,1D9FF5,015891,012A45" title="Chart Test" width="320" height="240"}}
| |X |Y |Z
|Q1|1.2|3.4|1.3
|Q2|4.5|3.4|2.3
|Q3|1.2|4.5|9.0
|Q4|3.4|1.2|1.2
{{/chart}}
| |X |Y |Z
|Q1|1.2|3.4|1.3
|Q2|4.5|3.4|2.3
|Q3|1.2|4.5|9.0
|Q4|3.4|1.2|1.2
{{/chart}}
Will generate:
For developers
TODO
Bug fixes and improvements
TODO
See the full list of JIRA issues fixed in this release.
Upgrades
The following dependencies have been upgraded:
TODO
Test Report
You can check the manual test report to learn about what was tested and the results on various browsers.
Tested Browsers
Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of supported browsers):
TODO
Known issues
General Notes
You may also want to import the default wiki XAR in order to benefit from all the improvements listed above.
API Breakages
The following APIs were modified since version 4.1:
TODO