Skip to content

Commit

Permalink
Prepare for 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Aug 20, 2018
1 parent d3c2d17 commit 494f3c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# JSROOT changelog

## Changes in 5.5.1
1. Implement 'nocache' option for JSROOT scripts lodaing. When specified in URL with
JSRootCore.js script, tries to avoid scripts caching problem by adding stamp parameter to all URLs.
2. Adjust v7 part to new class naming convention, started with R
3. Show RCanvas title
4. Provide simple drawing for TObjString (#164)
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 lodaing. 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsroot",
"version": "5.5.0",
"version": "5.5.1",
"description": "JavaScript ROOT",
"homepage": "https://root.cern/js/",
"main": "./scripts/JSRootCore.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

"use strict";

JSROOT.version = "5.5.1 17/07/2018";
JSROOT.version = "5.5.1 20/08/2018";

JSROOT.source_dir = "";
JSROOT.source_min = false;
Expand Down

0 comments on commit 494f3c7

Please sign in to comment.