Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into api/5110-copyDefaul…
Browse files Browse the repository at this point in the history
…tValueFromLastEntry
  • Loading branch information
RomanTsukanov committed Jan 7, 2025
2 parents 2fc78e4 + 1308da4 commit b51a2dd
Show file tree
Hide file tree
Showing 967 changed files with 11,466 additions and 35,657 deletions.
24 changes: 0 additions & 24 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,30 +195,6 @@
"plugin:react/recommended"
]
},
{
"files": [
"*.vue"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": false
}
},
"plugins": [
"@typescript-eslint",
"vue"
],
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/eslint-config-typescript"
],
"rules": {
"no-extra-boolean-cast": "off",
"vue/no-use-v-if-with-v-for": "off",
"vue/multi-word-component-names": "off"
}
},
{
"files": [
"*.js"
Expand Down
2 changes: 1 addition & 1 deletion .testcaferc.dev.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

module.exports = {
"browsers": [`chrome:${require("puppeteer").executablePath()}`],
"browsers": [`chrome:${require("puppeteer").executablePath()} --window-size=1920,1080`],
"nativeAutomation": "true",
}
2 changes: 1 addition & 1 deletion .testcaferc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


module.exports = {
"browsers": [`chrome:${require("puppeteer").executablePath()}:headless`],
"browsers": [`chrome:${require("puppeteer").executablePath()}:headless --window-size=1920,1080`],
"nativeAutomation": "true",
"concurrency": 4,
"quarantineMode": {
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [1.12.17](https://github.com/surveyjs/survey-library/compare/v1.12.16...v1.12.17) (2024-12-30)

## [1.12.16](https://github.com/surveyjs/survey-library/compare/v1.12.15...v1.12.16) (2024-12-24)

## [1.12.15](https://github.com/surveyjs/survey-library/compare/v1.12.14...v1.12.15) (2024-12-17)
Expand Down
Loading

0 comments on commit b51a2dd

Please sign in to comment.