Skip to content

Releases: jsor/jcarousel

0.3.0-rc.1

12 Nov 21:20
Compare
Choose a tag to compare
0.3.0-rc.1 Pre-release
Pre-release

First release candidate for 0.3.0.

Note: This release introduced a BC break as it changed the event name formats (core and plugins) and the core item event names:

  • Changes the format from event.plugin to plugin:event (e.g. create.jcarousel to jcarousel:create)
  • Removes the item prefix from the item events (e.g. itemfirstin to firstin)

See the events documentation.