From 65ae7b27fe1bafb7e9a560a0790aba2198bebcbf Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Tue, 27 Dec 2022 10:13:26 +0100 Subject: [PATCH] updated attributions --- AUTHORS.md | 7 +++++-- CHANGELOG.md | 11 +++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index d2acb59..ca2fc82 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,8 +1,11 @@ # AUTHORS -Andy Martin intialized the image map plugin/hook. +Andy Martin created the imagemap plugin/hook. -The Image Map module would not be possible without the generous contributions of code, testing, and ideas from the CTS-IT developers, the REDCap Team, and Mike Conlon, Ph.D. +The Image Map module was then converted to an External Module through contributions of code, testing, and ideas from the CTS-IT developers, the REDCap Team, and Mike Conlon, Ph.D. We specifically want to thank our developers Marly Gotti www.marlygotti.com , Kyle Chesney kyle.chesney@ufl.edu, James Pence jrpence@ufl.edu, and Philip Chase pbc@ufl.edu for their contributions to the project. Taryn Stoffs tls@ufl.edu and Jerri Johnston j.johnston@ufl.edu provided valuable input into the design and testing of the Image Map module. +Ryan Valentine at Stanford has helped many researchers add new image maps to this library + +The module has since been updated in collaboration by all authors. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 75137cc..075f6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to the Imagemap module will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.0] - 2022-12-28 +### Changed +- Updated to framework 9 (which means minimum REDCap version for this release is 12.0.4) +- Substantially refactored to use JSMO for client-side javascript and to be more selective about when actions are performed to help with future debugging +- Addressed bug in radio button selection that would prevent actual redcap radio input from being set correctly (see https://community.projectredcap.org/questions/139920/imagemap-em-single-selection-fails-when-changing-s.html) +- Addressed bug (not documented) where changes to checkbox fields from the UI (e.g. _OPTIONS version of maps) were not updating the imagemap. +### Added +- Introduced project-level setting to output console logs on a per-project basis +- Two maps (photoform and a facemap) - Ryan Valentine +- The EM now hides the input form until all maps have been rendered and inputs hidden to reduce flicker on the client side + ## [1.9.1] - 2022-02-18 ### Added - Add example project xml (Michael Bentz)