Skip to content

Releases: jakub-jedrusiak/VelesResearch

0.4.1

27 Nov 13:16
Compare
Choose a tag to compare
  • Updated the rowTitleWidth documentation to point out that you need to also set columnMinWidth to change the relative width of the title column.
  • Hotfix: Fixed a bug where navigateToUrl would fire even if the results were not saved. Now Veles uses SurveyJS's native Try Again button.

Full Changelog: v0.4.0...v0.4.1

0.4.0

15 Nov 13:59
9ed05e1
Compare
Choose a tag to compare
  • Hot reloading now only reloads the survey, not the whole page.
  • Added UrlParameters argument to the Survey class to specify what parameters should be saved in the database.
  • Added pauseBuild arg to SurveyModel.build() to prevent the survey from being built when created.
  • Added surveyFromJson() function to create a survey from a json file made with the visual creator.
  • Themes have been implemented. See themeFile argument in the SurveyModel class.
  • Imports in init.py are now explicit.
  • Fixed the monitorInput property so it now works as expected.
  • Added botSalt() function that can be put inside a question's title. It will generate a non-visible string that can still be copied and pasted. This can be used to detect GPT usage.

Full Changelog: v0.3.2...v0.4.0

0.3.2

21 Oct 19:27
Compare
Choose a tag to compare
  • Moved building code to a .ts file.
  • Extensively changed the development server so building now happens only when invoked by the user and the window reloads automatically when the survey is updated.
  • The node_modules folder is not copied even if it exists in the website_template folder for any reason.

Full Changelog: v0.3.0...v0.3.2

0.3.0

21 Oct 12:56
e5e8a7e
Compare
Choose a tag to compare
  • Added a functional index.css file.
  • Matrix questions work as expected. Added the matrixDropdown question type.
  • Surveys, pages and panels are now iterable so they can be unpacked with the * operator.
  • Moved from yarn and webpack to bun, esbuild and hono which makes everything much faster.
  • Repleced the createStructure and buildForProduction args and methods (survey()) with a single build() as building is now quick enough to be done on the fly.

Full Changelog: v0.2.0...v0.3.0

0.2.0

12 Oct 14:51
Compare
Choose a tag to compare

What's Changed

  • yarn is now called directly through subprocess.run(). This should resolve some problems in Windows. pynpm dependency has been removed.
  • Added customCode and customFunctions arguments for direct javascript use. Also added getJS() helper to get the code from a file.
  • Now markdown and html in question titles are honored by default.
  • Added reCAPTCHA v3 protection by default.
  • Added monitorInput property allowing for couting the number of key presses and time elapsed on textual questions. Can be used to check if the answer was pasted.

Full Changelog: v0.1.0...v0.2.0

0.1.0

03 Oct 15:12
6c9c294
Compare
Choose a tag to compare

Pre-alpha 21

13 Sep 21:04
Compare
Choose a tag to compare
Pre-alpha 21 Pre-release
Pre-release

The whole thing has been rewritten.

Pre-alpha 20

11 Sep 11:59
f95ba97
Compare
Choose a tag to compare
Pre-alpha 20 Pre-release
Pre-release

v0.0.19-prealpha

20 Feb 22:00
Compare
Choose a tag to compare
v0.0.19-prealpha Pre-release
Pre-release

Pre-alpha 18

18 Jan 16:19
Compare
Choose a tag to compare
Pre-alpha 18 Pre-release
Pre-release