Skip to content

Commit c440208

Browse files
Release: 1.8.3 [skip ci]
1 parent 8205ad3 commit c440208

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.8.3](https://github.com/surveyjs/survey-library/compare/v1.8.2...v1.8.3) (2020-09-16)
6+
7+
8+
### Bug Fixes
9+
10+
* onLoadChoicesFromServer event is fired ad-infinitum [#2388](https://github.com/surveyjs/survey-library/issues/2388) ([be48178](https://github.com/surveyjs/survey-library/commit/be481782f92b5b4676b389350f55cb8cdf971760))
11+
* Stackoverflow on JSON with non english locale and firstPageIsStarted equals to true [#2400](https://github.com/surveyjs/survey-library/issues/2400) ([4522d65](https://github.com/surveyjs/survey-library/commit/4522d654f91a72561dee70792a5a36d63b4676a6))
12+
* The isAnswered property of matrixdynamic is false after setting question's value for T5206 [#2399](https://github.com/surveyjs/survey-library/issues/2399) ([8205ad3](https://github.com/surveyjs/survey-library/commit/8205ad32e92cbc57127338f4fe756a9e33ea3d64))
13+
514
### [1.8.2](https://github.com/surveyjs/survey-library/compare/v1.8.1...v1.8.2) (2020-09-10)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"watch_jquery_dev": "webpack --env.buildType dev --env.platform jquery --watch",
3232
"watch_vue_dev": "webpack --env.buildType dev --env.platform vue --watch"
3333
},
34-
"version": "1.8.2",
34+
"version": "1.8.3",
3535
"name": "survey-library",
3636
"private": true,
3737
"devDependencies": {

0 commit comments

Comments
 (0)