Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Releases: joindin/JoindIn.js

0.5.0

03 Jan 03:23
Compare
Choose a tag to compare

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

17 Sep 01:27
Compare
Choose a tag to compare

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

29 May 23:13
Compare
Choose a tag to compare

Changes for this release:

  • [!] Moved the style to an external style sheet (#1)
  • [!] Added the possibility to embed an event (data-type="event")
  • Added JSCS to improve the code style
  • Added missing grunt-contrib-watch task
  • Complete refactor of the code

0.2.0

08 Oct 01:52
Compare
Choose a tag to compare

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 (was talks), and talk-comment (was talk_comments)
  • Removed unneeded div wrappers inside the placeholder elements

0.1.0

08 Oct 01:53
Compare
Choose a tag to compare

First public release.

In this first version the library supports the following embeddable elements:

  • Talk (data-type="talks")
  • Comment (data-type="talk_comments")