From 4cce3daee9cfc52116bd833e532d1384af165d17 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Wed, 31 Aug 2016 17:37:57 +0300 Subject: [PATCH] 1.10.1 --- HISTORY.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index a447fb7..dc60dd2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## 1.10.1 (August 31, 2016) + +- Fixed issues that break devtool client in `Firefox` and `Edge` +- Devtool client doesn't use `srcdoc` for sandbox anymore since buggy in various scenarios +- Fixed devtool client layout for old `Webkit` browsers +- Tweaked inspect client indicator to fit for small height page + ## 1.10.0 (August 28, 2016) - Implemented remote devtool functionality diff --git a/package.json b/package.json index c07eed6..52f4cc9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "basisjs-tools", "title": "Basis.js developer tools", - "version": "1.10.0", + "version": "1.10.1", "homepage": "https://github.com/basisjs/basisjs-tools", "description": "Developer tools for basis.js framework", "author": "Roman Dvornov ",