Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
475d89f
feat: adding a new slider plugin
lakshmanvishnu Jul 10, 2025
3368b2e
fix: updated lockfile after successful install
lakshmanvishnu Jul 10, 2025
f7b6a89
fix: debugged few failing tests
lakshmanvishnu Jul 11, 2025
dc82893
chore: filled in README
lakshmanvishnu Jul 11, 2025
76eb205
chore: added docs
lakshmanvishnu Jul 14, 2025
eba8519
chore: added a citation file
lakshmanvishnu Jul 14, 2025
ec59de3
chore: rename plugin-slider to plugin-slide-to-continue
lakshmanvishnu Jul 16, 2025
6268431
fix: minor fixes to the name, dependencies and comments
lakshmanvishnu Jul 16, 2025
f58ae43
chore: addded changeset log
lakshmanvishnu Jul 16, 2025
4f86e1d
chore: version bump
lakshmanvishnu Jul 16, 2025
7d82123
fix: remove animations parameter
lakshmanvishnu Jul 16, 2025
2be6a58
feat: first major version bump
lakshmanvishnu Jul 16, 2025
19d52d7
feat: chnagelog
lakshmanvishnu Jul 16, 2025
8b57132
fix: change color parameter to accept colour name and hex color code
lakshmanvishnu Jul 16, 2025
e380bca
version bump
lakshmanvishnu Jul 16, 2025
1dabe81
feat: added multi-line functionality and new text sizing parameter
lakshmanvishnu Jul 16, 2025
2bd2a31
version bump
lakshmanvishnu Jul 16, 2025
dfd6ba3
fix: fixed styling of the progress bar
lakshmanvishnu Jul 16, 2025
695408f
minor version bump for progress bar styling
lakshmanvishnu Jul 16, 2025
05fb471
fix: smoothen out progress bar completion and commented parameters
lakshmanvishnu Jul 16, 2025
4f3bdb0
patch version bump, imporving progres bar styling
lakshmanvishnu Jul 16, 2025
f3454f9
fix: fixing git test errors
lakshmanvishnu Jul 16, 2025
da8ebb4
fix: removing tests for deleted animation parameter
lakshmanvishnu Jul 16, 2025
5a1cbb7
final name changes and changeset addition
lakshmanvishnu Jul 17, 2025
847caef
fix: edits to docs and version bump
lakshmanvishnu Jul 18, 2025
6a4a3bb
resolve merge conflict with upstream main
lakshmanvishnu Jul 18, 2025
d691d25
fix: Installing dependencies
lakshmanvishnu Jul 18, 2025
486ea39
fix: fixing git checks
lakshmanvishnu Jul 18, 2025
7ef2047
fix: fixing package build error
lakshmanvishnu Jul 18, 2025
99c61bc
fix: rebuild packages-lock.json file
lakshmanvishnu Jul 18, 2025
409dff0
fix: fix git build error
lakshmanvishnu Jul 21, 2025
8cac3a6
fix: removing plugin package-lock.json
lakshmanvishnu Jul 21, 2025
2ef46c6
fix: updating package-lock.json to fix test errors
lakshmanvishnu Jul 21, 2025
4229b56
Merge branch 'main' into slider_plugin
lakshmanvishnu Jul 22, 2025
5ae4260
fix: merging with main, updating package-lock
lakshmanvishnu Jul 22, 2025
a17fb38
fix: reinstalled package-lock.json file
lakshmanvishnu Jul 22, 2025
9bfcd06
Delete package-lock.json.backup
jodeleeuw Jul 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/busy-plants-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych-contrib/plugin-slide-to-continue": major
---

The plugin-slide-to-continue is a interactive slider interface similar to the 'slide to unlock' functionality found on mobile devices. User must drag a slider handle to start or complete the trial, making it useful for consent screens, engagement check, or trasition screens in experiments
Loading