Skip to content

Commit ded47e1

Browse files
author
Julien Veyssier
committed
1.0.1
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent 495cfa0 commit ded47e1

3 files changed

Lines changed: 16 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 1.0.1 – 2021-06-28
10+
### Changed
11+
- stop polling widget content when document is hidden
12+
- bump js libs
13+
- get rid of all deprecated stuff
14+
- bump min NC version to 22
15+
- cleanup backend code
16+
917
## 1.0.0 – 2021-03-19
1018
### Changed
1119
- bump js libs

package-lock.json

Lines changed: 6 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-import": "^2.23.4",
6767
"eslint-plugin-node": "^11.1.0",
6868
"eslint-plugin-promise": "^4.3.1",
69-
"eslint-plugin-vue": "^7.11.1",
69+
"eslint-plugin-vue": "^7.12.1",
7070
"eslint-webpack-plugin": "^2.5.4",
7171
"file-loader": "^6.2.0",
7272
"node-polyfill-webpack-plugin": "^1.1.3",
@@ -77,7 +77,7 @@
7777
"stylelint": "^13.13.1",
7878
"stylelint-config-recommended-scss": "^4.2.0",
7979
"stylelint-scss": "^3.19.0",
80-
"stylelint-webpack-plugin": "^2.2.1",
80+
"stylelint-webpack-plugin": "^2.2.2",
8181
"url-loader": "^4.1.1",
8282
"vue-loader": "^15.9.7",
8383
"vue-template-compiler": "^2.6.14",

0 commit comments

Comments
 (0)