Skip to content

Commit 494f3c7

Browse files
committed
Prepare for 5.5.1
1 parent d3c2d17 commit 494f3c7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

changes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# JSROOT changelog
22

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

1010

1111
## Changes in 5.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "JavaScript ROOT",
55
"homepage": "https://root.cern/js/",
66
"main": "./scripts/JSRootCore.js",

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
"use strict";
9898

99-
JSROOT.version = "5.5.1 17/07/2018";
99+
JSROOT.version = "5.5.1 20/08/2018";
100100

101101
JSROOT.source_dir = "";
102102
JSROOT.source_min = false;

0 commit comments

Comments
 (0)