Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Releases: adlnet/xAPI-Dashboard

Air: 1.2.2 Maintenance Release

02 Mar 14:49
Compare
Choose a tag to compare

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

30 Apr 18:36
Compare
Choose a tag to compare

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

17 Jul 18:05
Compare
Choose a tag to compare

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

10 Jun 20:53
Compare
Choose a tag to compare

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

09 Jun 12:46
Compare
Choose a tag to compare

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