Skip to content

Releases: RhoInc/CAT

v1.0.0

03 Dec 21:32
038683c
Compare
Choose a tag to compare

CAT v1.0.0 adds fully-fledged URL specifications, including renderer, version, data file, settings, and more!

v0.9.6

23 Oct 16:16
a2a40d2
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release

Adds URL query string support for 'renderer' (or 'r') and 'version' (or 'v'). 'renderer'/'r' can be a string or a number. If a number is provided, the index value of cat.config.renderers is used to select the renderer. A few sample URLs below:

https://rhoinc.github.io/CAT/?r=aetimeline //draws aetimeline with master branch
https://rhoinc.github.io/CAT/?renderer=aetimeline // same as above
https://rhoinc.github.io/CAT/?r=aetimeline&renderer=hep-explorer //'renderer' takes priority. hep-explorer is drawn
https://rhoinc.github.io/CAT/?r=safety-outlier-explorer
https://rhoinc.github.io/CAT/?r=safety-outlier-explorer&version=noverlap // shows feature branch
https://rhoinc.github.io/CAT/?r=0 //draws the 1st renderer
https://rhoinc.github.io/CAT/?r=4 //draws the 5th renderer

v0.9.5

13 Aug 17:38
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release

CAT v0.9.5 adds the dashboard-charts renderers to the mix.

v0.9.4

13 Aug 17:40
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

CAT v0.9.4 updates the name space of the safety-eDISH package to hep-explorer.

v0.9.2

30 Jul 15:57
da3c47f
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

CAT v0.9.2 updates the location of the hep-explorer, née safety-eDISH, library.

v0.9.0

14 Feb 00:04
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

CAT v0.9.0 improves the loading of chart applications by first reading in the application's package.json file to determine where the bundle lives.

v0.8.3

02 Nov 16:46
1fecd3d
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

CAT v0.8.3 moves resource loading from the rawgit.com CDN to the jsdelivr.com CDN. Additionally data are pulled from raw.githubusercontent.com instead of rawgit.com.

v0.8.2

23 Oct 14:55
Compare
Choose a tag to compare

CAT v0.8.2 adds the new participant-visit-listing renderer to the meow mix.

v0.8.1

23 Jul 19:05
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

CAT v0.8 changes out the JSON schema form builder library to allow default array data.

v0.7.0

14 Mar 23:07
cefb370
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

CAT v0.7.0 adds CSS and JS environment tracking, data upload, and data preview functionality. Click here for a full list of resolved issues.