Skip to content

Commit

Permalink
Prepare for 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Oct 19, 2018
1 parent 5c59ab0 commit 9005a82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
9. Migrate to Node.js 8, do not support older versions


## Changes in 5.5.2
1. Fix - draw TH2Poly bins outline when no content specified
2. Fix - always set axis interactive handlers (#170)
3. Fix - take into account zaxis properties when drawing color palette (#171)


## Changes in 5.5.1
1. Fix - adjust v7 part to new class naming convention, started with R
2. Fix - show RCanvas title
3. New - implement 'nocache' option for JSROOT scripts loading. When specified in URL with
JSRootCore.js script, tries to avoid scripts caching problem by adding stamp parameter to all URLs
4. New - provide simple drawing for TObjString (#164)


## Changes in 5.5.0
1. Introduce JSROOT.StoreJSON() function. It creates JSON code for the
TCanvas with all drawn objects inside. Allows to store current canvas state
Expand Down

0 comments on commit 9005a82

Please sign in to comment.