Releases: adlnet/xAPI-Dashboard
Air: 1.2.2 Maintenance Release
Maintenance release which technically has non-breaking API changes, but doesn't warrant a minor version bump.
Highlights:
[Refactor] Refactored ADL.select
to use Collection.select
internally for single-series data
[New] Charts now support custom click handlers (except Table
, which never supported clicks)
[Fixed] Improved performance by removing lingering console.log
statements from Collection
Air: 1.2 Minor Release
Highlights:
[Refactor] Improved xpath syntax. Uses brackets for dot escapes instead of backslashes
[New] Added a live-filtering MVC example
[New] smoothTransition option
[New] innerGroupBy option
[Fixed] Bugs, documentation, and examples
Fire: 1.1 Minor Release
Highlights:
[Fixed] More thorough and explanatory documentation
[New] Hex and octal literals in where
clauses
[New] Wildcard path matching in where
clauses
[New] Math method for collections
[New] Added CSV and SVG export options for charts and collections
[New] Added a process
option to charts, which can replace pre/aggregate/post hooks
[Refactor] The multiAggregate
function now supports selects
[Refactor] Chart post-processors now take a Collection instead of an array
Earth: 1.0.1 Maintenance Release
Highlights:
[Fixed] Collection's append error when used with save
[Fixed] Errors when using where
to compare with 0
[Fixed] Child chart event should not bubble up to parent
[Refactor] ADL.Collection now defaults to ADL.CollectionSync
Earth: 1.0 Milestone Release
Highlights:
[New] Added API-compatible ADL.CollectionAsync class
[New] Base ADL.Chart class and MultiBarChart, TableChart, LineChart, and BarChart subclasses
[New] Redesigned ADL.Collection class resulting in major performance improvements
[New] Charts now have support for child charts
[Refactor] ADL.Dashboard class now has functions that instantiate Chart objects
[Refactor] ADL.Collection's API has been significantly refactored