Releases: bartkamphorst/fsc-c
Releases · bartkamphorst/fsc-c
v2.0
This release contains breaking changes. Most notably:
- The CSS classes have changed to include an
fsc-c
namespace (includingfsc-c-circles
,fsc-c-draggable
,fsc-c-circle-container
); - FSC-C now observes an event pattern to propagate the data. This simplifies the usage of FSC-C, but it does require end users to implement an event handler:
$( ".fsc-c-draggable" ).on( "fsc-c:data", function(event, data) {
// process the data
console.log(data);
})
v.1.0
Merge pull request #2 from TracyRad/Qualtrics-DataExport Update fsc-c.js with a suggested code block for saving all embedded data when multiple measures of self-continuity are present on a single page.