Releases: OCTRI/REDCap-Vizr
Releases · OCTRI/REDCap-Vizr
REDCap Vizr 3.0.1
v3.0.1
Release version 3.0.1
REDCap Vizr 3.0.0
Made a breaking change to accommodate Bootstap 5, fixing an issue where the "Build A Chart" button failed to expand its form.
Additionally, several minor dependency updates.
REDCap Vizr 2.2.5
Update dependencies and include DOI.
REDCap Vizr 2.2.4
This release includes dependency updates.
REDCap Vizr 2.2.3
This release updates dependencies and reverts to using REDCap URLs with the version embedded.
Changes Included
- Use URLs with REDCap version instead of API format PR #72
- Update jQuery for CVE PR #73
- Update Axios for denial of service vulnerability PR #74
REDCap Vizr 2.2.2
This release updates dependencies and fixes an issue when external modules are installed in a non-standard location.
Changes Included
- Update dependencies: PR #67, #68, #69, #70
- Accomodate REDCap instances where the external modules location is not the default location: PR #71
REDCap Vizr 1.2.6
Note: The Vizr plugin is no longer functional with REDCap versions greater than 8.7.0. Users should migrate to the Vizr External Module.
Changes Included
- Update the plugin's README.md to note that the plugin has been superseded by the Vizr External Module. - PR #65
REDCap Vizr 2.2.1
This release fixes form validation styling that was lost in the upgrade from Bootstrap 3 to Bootstrap 4.
REDCap Vizr 2.2.0
This release features improved styling compatible with both Bootstrap 3 and Bootstrap 4 for use with REDCap 8.7.
Changes Included
- Update dependencies - PR #59
- Updates to work with Bootstrap 3 and Bootstrap 4 - PR #61
REDCap Vizr 2.1.0
This release features a rewritten JavaScript UI and better handling of external module permissions.
Changes Included
- JavaScript UI was completely rewritten using Vue.js components
- PRs: #13, #20, #23, #31, #33, #34, #35, #36, #37, #39, #40, #41, #46, #47, #48, #49, #50, #52, #53, #57
- Improve permissions code to work like other external modules