This commit is contained in:
morsh 2018-01-08 18:04:41 +02:00
Родитель 0506a35595
Коммит d5eb939d58
2 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -6,6 +6,16 @@ It mainly supports **Application Insights** but data sources and visual componen
## Changes
### Version 1.3 (January 10, 2018)
Version 2 contains the following changes:
* Moving application insights queries from client to server
* Updated tests to answer some security risks presented by GitHub
* Updated tests to accommodate the new approach
* Added masking/unmasking of connection parameters (so that client side can only update API KEY but not see what it is)
* Fixed small bugs with Firefox rendering
### Version 1.2 (October 16, 2017)
Version 1.2 breaks the persitency paths of dashboard files and custom templates. If you are upgrading to this version, copy your private dashboards from `/dashboards` into `/dashboards/persistent/` as follows:

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "ibex-dashboard",
"version": "1.2.1",
"version": "1.3.0",
"private": true,
"dependencies": {
"npm-run-all": "^4.0.2"