This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
Releases: joindin/JoindIn.js
Releases · joindin/JoindIn.js
0.5.0
Changes for this release:
- [!] The library is not executed on load anymore (#11)
- [!] Replaced JSONP with CORS (#9)
- [!] Rating image doesn't overlap the text anymore (#8)
- [!] Implemented the UMD pattern (#6)
- Updated dev dependencies
- Updated
Gruntfile.js
to split the default task in multiple, smaller tasks - Updated
.jscsrc
to tweak the settings to check the JavaScript code style
0.4.0
Changes for this release:
- [!] Added three themes to style the widgets: Grain, Picton, and Shark (#5)
- [!] Added the possibility to embed the currently open call for papers (
data-type="cfps"
) (#4) - Added
grunt-compare-size
task to detect how much a change affects the size of the library - Added a code of conduct and call out in README
- Updated
.jshintrc
to tweak the settings to check JavaScript code quality - Updated
.jscsrc
to tweak the settings to check the JavaScript code style - Minor tweaks to the
joindin.css
file
0.3.0
0.2.0
Changes for this release:
- [!] Added the possibility to embed a speaker profile (
data-type="speaker"
) - [!] Changed the allowed values for the
data-type
attribute. The currently supported ones are:speaker
,talk
(wastalks
), andtalk-comment
(wastalk_comments
) - Removed unneeded
div
wrappers inside the placeholder elements
0.1.0
First public release.
In this first version the library supports the following embeddable elements:
- Talk (
data-type="talks"
) - Comment (
data-type="talk_comments"
)