Skip to content

Releases: surveyjs/survey-library

v2.0.0-rc.4

13 Feb 13:19
Compare
Choose a tag to compare

Commits

  • [1f248bc]: Do not do strChanged if text was not requested (Andrew Telnov) #9345
  • [2d16b83]: Remove action _title middle property (Andrew Telnov) #9345
  • [ec27343]: Make element.hasDescription on demand (Andrew Telnov) #9345
  • [0863443]: Calculate dropdown.readOnlyText on demand (Andrew Telnov) #9345
  • [3b9d255]: Calc survey.hasLogo on demand (Andrew Telnov) #9345
  • [c9048f4]: Calc survey progressText on demand (Andrew Telnov) #9345
  • [1521c9b]: Calc several survey properties on demand (Andrew Telnov) #9345
  • [b145481]: Small refactoring (Andrew Telnov) #9345
  • [ed626a4]: Merge branch 'master' into features/8961-props-on-demand (Andrew Telnov) #9345
  • [3de9ba6]: Move progressText property into ProgressBar class (Andrew Telnov) #9345
  • [3c8b9a9]: FIx background issue (Andrew Telnov) #9345
  • [618e6ab]: Make react header render and a SurveyJS component (Andrew Telnov) #9345
  • [b42ea71]: Add getData function into ISurveyLayoutElement (Andrew Telnov) #9345
  • [756d944]: Create toc, navigation, progressbar models in survey on a request (Andrew Telnov) #9345
  • [3dce2e2]: FIx action title for vue (Andrew Telnov) #9345
  • [a5b7ff3]: Do not creating binding in Base constructor (Andrew Telnov) #9345
  • [5774385]: Use setPropertyValueDirectly for name & id in constructor (Andrew Telnov) #9345
  • [96f92a5]: Create ItemValue.locText on demand (Andrew Telnov) #9345
  • [2c173db]: Merge branch 'master' into features/8961-props-on-demand (Andrew Telnov) #9345
  • [6eca102]: Merge branch 'master' into features/8961-props-on-demand (Andrew Telnov) #9345
  • [ec40976]: Action should always return locTitle (Andrew Telnov) #9345
  • [952ebf7]: Bindings is a Survey object (Andrew Telnov) #9345
  • [6949051]: FIx issues with changing action title on the fly (Andrew Telnov) #9345
  • [37f41fe]: Merge branch 'master' into features/8961-props-on-demand (Andrew Telnov) #9345
  • [3944473]: Return to old action code (Andrew Telnov) #9345
  • [b5486f8]: Do not use @Property in question type (Andrew Telnov) #9345
  • [927ba16]: updated survey-library docs [azurepipelines skip] (surveyjsdeveloper)
  • [926dc64]: Do not make a copy of matrix value on creating a row (#9441) (Andrew) #9441
  • [bfcc604]: Choices Text Editor - Impossible to enter a word which first letter equals a choice's value fix #9444 (#9445) (Andrew) #9445
  • [2a4e5c0]: Update peer deps for react package (Dmitry Kuzin)
  • [546f1dd]: Work for https://github.com/surveyjs/private-tasks/issues/453 - urveyjs.io - Wrong icon version - Added new registerIcon method (#9446) (tsv2013) #9446
  • 2.0.0-rc.4 [azurepipelines skip] (surveyjsdeveloper)
  • 2.0.0-rc.4 [azurepipelines skip] (surveyjsdeveloper)

v2.0.0-rc.3

12 Feb 08:51
Compare
Choose a tag to compare

Commits

v2.0.0-rc.2

03 Feb 18:32
Compare
Choose a tag to compare

Commits

v2.0.0-rc.1

03 Feb 09:53
Compare
Choose a tag to compare

Commits

  • [194831f]: Fixed surveyjs/survey-creator#6462 - Creator v2 fails with Cannot read properties of null (reading 'key' (tsv2013) #9372
  • [182005d]: The Table of Content ignores the survey.validationEnabled = false option fix #9363 (#9371) (Andrew) #9371
  • [74bbee2]: Add descriptions for the Grid Layout API (#9375) (RomanTsukanov) #9375
  • [0a13751]: Update tagged-release.yml (tsv2013)
  • [75db176]: Update node16.yml (tsv2013)
  • [8900985]: Delete .github/workflows/node12.yml (tsv2013)
  • [216d90f]: Delete .github/workflows/node14.yml (tsv2013)
  • [d544f88]: Update node16.yml (tsv2013)
  • [a9631cc]: Update node18.yml (tsv2013)
  • [9fe7044]: Delete .github/workflows/node-test.yml (tsv2013)
  • [4a4e26a]: Update node16.yml (tsv2013)
  • [2f4f7d2]: Update node18.yml (tsv2013)
  • [21abf0c]: Update tagged-release.yml (tsv2013)
  • [96bbcbf]: work for the #7368 (dmitrykurmanov) #9381
  • [eaaaa43]: Add unit test for questionsOnPageMode: questionPerPage & custom complete trigger , #9376 (Andrew Telnov)
  • [1fcb6b1]: The Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state exception is thrown when registering a custom property for the itemvalue class (tsv2013) #9384
  • [d9ffcb2]: Fixed u-test (tsv2013) #9384
  • [5f85cba]: Randomizing questions on a page no longer works in questionPerPage mode fix #9385 (#9386) (Andrew) #9386
  • 2.0.0-rc.1 [azurepipelines skip] (surveyjsdeveloper)
  • 2.0.0-rc.1 [azurepipelines skip] (surveyjsdeveloper)

v1.11.10

06 Aug 21:38
Compare
Choose a tag to compare

Commits

  • [2fea2dd]: #8575 The survey.onDownloadFile event is not raised for a Signature Pad question which stores signatures by their names/ids (Aleksey Novikov) #8627
  • [4623f48]: #8575 - fixed tests (Aleksey Novikov) #8627
  • [e6ffcf1]: #8575 The survey.onDownloadFile event is not raised for a Signature Pad question which stores signatures by their names/ids (Aleksey Novikov) #8627
  • [525d17e]: updated survey-library docs [azurepipelines skip] (dmitrykurmanov)
  • [96c34d3]: work for #8610 Dropdown - Display a popup regardless of a device screen dimension (OlgaLarina) #8632
  • [29bd160]: work for #8610 Dropdown - Display a popup regardless of a device screen dimension (OlgaLarina) #8632
  • [a639976]: Do some refactoring in Helpers.getNumber (Andrew Telnov)
  • [59d9409]: Add ability to change the behavior of our converter to number fix #8634 (Andrew Telnov) #8635
  • Error when survey finish to "navigateToUrl" fix #8631 (#8633) #8633 (Andrew)
  • [496ad97]: Single-Select Matrix: Add a small fix to the docs of rowsOrder (RomanTsukanov)
  • [d330a20]: Rename the function and add docs (RomanTsukanov) #8635
  • [4019e5b]: Custom expression property is not working on adding it into choices items fix #8641 (#8642) (Andrew) #8642
  • [076c578]: fixed checkboxes adaptifity (Aleksey Novikov) #8643
  • [897f112]: Fix image question doesnt fill full space when located in one row with other questions (Dmitry Kuzin) #8644
  • [6cd84b9]: fixed column width for imagepicker (Aleksey Novikov) #8643
  • [82badd3]: Fix toc responsivity on safari (#8650) (Dmitry) #8650
  • LIBRARY: Safari: Unexpected page's focus. (#8651) #8651 (Dmitry Kurmanov)
  • [5d15149]: Describe onOpenDropdownMenu (RomanTsukanov) #8657
  • [ac44487]: panelsState property doesn't work in panel dynamic with pipe answers fix #8653 (#8655) (Andrew) #8655
  • [a198370]: Update defaultV2.fontless.scss (Dmitry)
  • 1.11.10 [azurepipelines skip] (dmitrykurmanov)
  • 1.11.10 [azurepipelines skip] (dmitrykurmanov)
  • 1.11.10 [azurepipelines skip] (dmitrykurmanov)

v1.11.9

30 Jul 14:23
Compare
Choose a tag to compare

Commits

  • [a59b6b3]: updated survey-library docs [azurepipelines skip] (dmitrykurmanov)
  • [4299d7a]: Should notify composite component about changing in linked editing object (Andrew Telnov) #8606
  • [4b151f2]: The displayValue('questionName', questionValue) function produces a wrong output when a value is 0 fix #8603 (Andrew Telnov) #8607
  • [f80fa95]: Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines (tsv2013)
  • [9fa4646]: Update devops-visual-regression-tests.yml for Azure Pipelines (tsv2013)
  • [053c3ab]: Update visual-regression-tests.yml for Azure Pipelines (tsv2013)
  • [b0a7510]: Update build-packages.yml for Azure Pipelines (tsv2013)
  • [478037d]: Fixed #8525 - Page progress indicators - White boxes appear behind page navigation buttons when using a custom theme with a background image (#8547) (tsv2013) #8547
  • [a6ac245]: Fix choose file button doesnt work when survey in shadow dom (Dmitry Kuzin) #8611
  • [29052db]: Composite Questions - A newly added Dynamic Panel disappears when modifying other question's value fix #8612 (Andrew Telnov) #8613
  • [aa06194]: resolve #8602 [survey-react-ui] A web page is automatically scrolled to focus a survey (OlgaLarina) #8615
  • [dee96e8]: Multi-Select Matrix - The column total doesn't calculate the actual value for a column which has 'showInMultipleColumns: true' fix #8581 (Andrew Telnov) #8616
  • [5a56107]: work for the #8604 (#8614) (Dmitry Kurmanov) #8614
  • [c5876a4]: A Text input with the "date" type removes an invalid input value (02/30/2000) before the survey.onValidateQuestion event occurs fix #8617 (Andrew Telnov) #8619
  • [4635076]: Revert "Fix choose file button doesnt work when survey in shadow dom" (Dmitry) #8620
  • [35e3429]: Hide columns and colSpan editors if gridLayoutEnabled is false (OlgaLarina) #8622
  • [437320a]: Revert "Merge pull request #8620 from surveyjs/revert-8611-bug/choose-file-shadow-dom" (Dmitry Kuzin) #8623
  • [76cf530]: Use afterRenderQuestionElement to save root content element insteadof afterRender (Dmitry Kuzin) #8623
  • [5d79927]: Fix f tests (Dmitry Kuzin) #8623
  • [5639ef6]: Revert "Fixed https://github.com/surveyjs/service/issues/2255 - Improve checkboxes adaptivity" (#8625) (Dmitry) #8625
  • [8f3a287]: Load values order from JSON based on depends on property fix #8624 (#8626) (Andrew) #8626
  • fix list component updates incorrectly (listContainer is undefined) #8629 (Dmitry Kuzin)
  • 1.11.9 [azurepipelines skip] (dmitrykurmanov)
  • 1.11.9 [azurepipelines skip] (dmitrykurmanov)
  • 1.11.9 [azurepipelines skip] (dmitrykurmanov)

v1.11.8

23 Jul 19:41
Compare
Choose a tag to compare

Commits

v1.11.7

16 Jul 18:39
Compare
Choose a tag to compare

Commits

  • [5a97932]: updated survey-library docs [azurepipelines skip] (dmitrykurmanov)
  • [4b9b021]: work for #8526 The value is reset when using the input type "phone" and the pattern mask (#8533) (OlgaLarina) #8533
  • [6eb6fae]: Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines (tsv2013)
  • [e8a2abc]: Update devops-visual-regression-tests.yml for Azure Pipelines (tsv2013)
  • [bfb5aed]: The timer is suspended and displays the wrong time if another browser tab was opened during the quiz fix #8509 (#8540) (Andrew) #8540
  • [c56d576]: Update devops-visual-regression-tests.yml for Azure Pipelines (tsv2013)
  • [f76a682]: Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines (tsv2013)
  • [c113b25]: Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines (tsv2013)
  • [9c1fcbb]: Update devops-visual-regression-tests.yml for Azure Pipelines (tsv2013)
  • [7099f3e]: Add settings.storeUtcDates options to store datetime-local in UTC format (toISOString) fix #8542 (#8543) (Andrew) #8543
  • [b7c6d18]: #8528 Radiogroup items appear in a single column regardless of the colCount property value when the Panelless theme mode is enabled (#8534) (Aleksey Novikov) #8534
  • [0bb7eb4]: Progress Bar counts invisible questions when calculating the total progress value #8514 (#8531) (Andrew) #8531
  • [1f21856]: With checkErrorsMode: "onValueChanged", The validation message doesn't disappear even though the dependent field was updated to correct the validation error fix #8539 (#8546) (Andrew) #8546
  • [b25059b]: Create standalone survey UI package (#8537) (tsv2013) #8537
  • [ca8e2a8]: Comment Questions - It's impossible to override the 'allowResize' and 'autoGrow' settings when they are defined at the survey level via the survey.allowResizeComment and survey.autoGrowComment properties (#8488) (OlgaLarina) #8488
  • [e8b8870]: work for #8530 (OlgaLarina) #8551
  • [9ef347f]: Merge branch 'master' of github.com:surveyjs/survey-library into bug/8530-page-rendered-several-times (OlgaLarina) #8551
  • [0416090]: Fixed #8549 - Navigate to URL cross-site scripting attack (#8550) (tsv2013) #8550
  • [8ee612b]: Fixed #8513 - Sticky progress bar doesn't hide (at least safari/chrome mac os) (tsv2013) #8556
  • [4d024e9]: Merge branch 'master' into bug/8513-sticky-always (tsv2013) #8556
  • [ebbf057]: Update build-packages.yml for Azure Pipelines (Dmitry Kurmanov)
  • [28f888f]: Update visual-regression-tests.yml for Azure Pipelines (Dmitry Kurmanov)
  • [159bf22]: Default values for carry-forward items. No values fix #8558 (#8559) (Andrew) #8559
  • [1e05870]: Auto populate today's month fix #8552 (#8557) (Andrew) #8557
  • [26a8425]: Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines (OlgaLarina)
  • [07f4019]: Update devops-visual-regression-tests.yml for Azure Pipelines (OlgaLarina)
  • [168d1f1]: Update devops-accessibility-tests.yml for Azure Pipelines (OlgaLarina)
  • [306b578]: Update devops-visual-regression-tests.yml for Azure Pipelines (OlgaLarina)
  • [d7436b1]: Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines (OlgaLarina)
  • [8e709a1]: work for the #8541 (dmitrykurmanov) #8563
  • [fc7b8bc]: Update devops-accessibility-tests.yml for Azure Pipelines (tsv2013)
  • [7eb0bb4]: Update devops-visual-regression-tests.yml for Azure Pipelines (tsv2013)
  • [78d2a67]: Dynamic Matrix - Condition Editor doesn't list questions located within a detail section fix #8561 (#8562) (Andrew) #8562
  • [b3c5ec7]: add no-imports-from-entries rule (#8548) (OlgaLarina) #8548
  • [456e4b1]: Work for #8433 - fixed render callback (tsv2013) #8565
  • [baf3977]: Use survey render func (tsv2013) #8565
  • [74fe97c]: Patch render func in jquery-ui (tsv2013) #8565
  • [aa269da]: resolve #8555 questionTitleWidth property - add 'px' to numeric values (#8566) (OlgaLarina) #8566
  • [ccce5c2]: Hide the Choices collection when changing the matrix cell type from Dropdown to Text fix #8560 (#8567) (Andrew) #8567
  • [fb239d4]: fix Deprecation Warning: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. (#8564) (OlgaLarina) #8564
  • [3d5939b]: Update accessibility-tests.yml for Azure Pipelines (tsv2013)
  • [62ea7c6]: Update visual-regression-tests.yml for Azure Pipelines (tsv2013)
  • [d7c986d]: Add unit test on drag&drop matrix rows (Andrew Telnov)
  • 1.11.7 [azurepipelines skip] ([dmitrykurmanov](46a84f32f0ed55afc6ee8903c...
Read more

v1.11.6

10 Jul 10:20
Compare
Choose a tag to compare

Commits

  • [847fcc0]: Add an API method that would return survey data with or without pages and panels fix #8421 (Andrew Telnov) #8485
  • [69740a5]: render panel hidden title in design mode when title is not set (Aleksey Novikov) #8502
  • [da770e9]: fix css (Aleksey Novikov) #8502
  • [a5fc7d2]: updated survey-library docs [azurepipelines skip] (dmitrykurmanov)
  • [4b83f9a]: resolve #8419 Inconsistent onChoicesLazyLoad Triggering When Rapidly Changing Search Filter (#8498) (OlgaLarina) #8498
  • [0e58858]: Ranking question response isn't showing when survey property "questio… (#8506) (Andrew) #8506
  • [c6c8b19]: Bug/paneldynamic tabactions templatevisibleif (#8507) (Andrew) #8507
  • [32a3753]: Change name for a new property in DragDropAllowEvent (Andrew Telnov)
  • [6fb05ad]: Add a description (RomanTsukanov) #8485
  • [180a1ea]: Show errors from build typings in console (#8510) (Dmitry) #8510
  • [f37ee3f]: Fix multipletext_itemname translation for "nl" locale (Andrew Telnov)
  • [ae34f0f]: Do not focus creator elements in designer (#8516) (Andrew) #8516
  • [95709ea]: If there is a unique error in a cell then detail panel is opened fix #8517 (#8518) (Andrew) #8518
  • [3318b5e]: Remove focus stopPropagation in action items (Andrew Telnov)
  • [3748128]: resolve #8501 Text field with Numeric input mask and min/max settings doesn't allow resetting / removing a value (OlgaLarina) #8522
  • [f0c3c27]: [Angular] Pattern Input Mask - An invalid value is not always cleared (#8519) (OlgaLarina) #8519
  • [fedc1b4]: Add onFocus for action Item (#8524) (Andrew) #8524
  • [a561e8a]: Resolved #387 - Preact: Library: new survey-ui package (tsv2013)
  • [36aa012]: Work for #8529 - Preact: Library: new survey-ui package - removed bundle analyzer plugin (tsv2013)
  • [afe2e87]: Try to fix react-ui tests (tsv2013)
  • [8974b5b]: Try to fix jquery-ui tests (tsv2013)
  • [2d46f88]: Reverted jquery-ui changes (tsv2013)
  • [10a0277]: Reverted entry files changes (tsv2013)
  • [5022180]: Full revert for #8529 (tsv2013)
  • 1.11.6 [azurepipelines skip] (dmitrykurmanov)
  • 1.11.6 [azurepipelines skip] (dmitrykurmanov)
  • 1.11.6 [azurepipelines skip] (dmitrykurmanov)

v1.11.5

03 Jul 15:03
Compare
Choose a tag to compare

Commits

Read more