Skip to content

Commit

Permalink
"Release: 1.8.64 [skip ci]"
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Aug 31, 2021
1 parent b323753 commit f85c8c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [1.8.64](https://github.com/surveyjs/survey-library/compare/v1.8.63...v1.8.64) (2021-08-31)


### Bug Fixes

* Default value doesn't work correctly in composite component question [#3231](https://github.com/surveyjs/survey-library/issues/3231) ([#3232](https://github.com/surveyjs/survey-library/issues/3232)) ([ecfc682](https://github.com/surveyjs/survey-library/commit/ecfc682b44af0f82a1a235463f7d5c2174d6819a))
* question.isAnswered and question.cssTitle do not update correctly [#3237](https://github.com/surveyjs/survey-library/issues/3237) ([db3305c](https://github.com/surveyjs/survey-library/commit/db3305c7866b67cacb6defac3c661835e4d445ed))
* survey.fromJSON() doesn't work if "pages" is missed. [#3233](https://github.com/surveyjs/survey-library/issues/3233) ([#3234](https://github.com/surveyjs/survey-library/issues/3234)) ([779e04d](https://github.com/surveyjs/survey-library/commit/779e04d99758b7deac915f30988480f200f0f145))

### [1.8.63](https://github.com/surveyjs/survey-library/compare/v1.8.62...v1.8.63) (2021-08-25)

### [1.8.62](https://github.com/surveyjs/survey-library/compare/v1.8.61...v1.8.62) (2021-08-25)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lint": "eslint ./src",
"testsingle": "karma start ./build-scripts/karma.conf.js --single-run"
},
"version": "1.8.63",
"version": "1.8.64",
"name": "survey-library",
"private": true,
"devDependencies": {
Expand Down

0 comments on commit f85c8c9

Please sign in to comment.