Skip to content

v1.0.0

Choose a tag to compare

@kobykorman kobykorman released this 04 May 07:53
· 38 commits to master since this release

This release marks the first major version, breaks the API, adds an event lifecycle, bower & npm packages, and more.

Breaking changes

  • Plugin file name changed from addel.js to addel.jquery.js
  • CSS classes moved to their ownclasses object inside the options object
  • del property changed to classes.delete
  • When adding, clone() is not called with true anymore, and form elements receive the value of null

Added

  • Custom events: addel:add, addel:added, addel:delete and addel:deleted
  • Enable defaults override via $.fn.addel.defaults
  • hide option (addel no longer hides by default)
  • animation options object
  • HTML example
  • addel now follows Semantic Versioning
  • Bower package, install using bower install addel --save
  • npm package, install using npm install addel --save

Removed

  • Hardcoded alert() on delete

Updated

  • jQuery dependency updated to v2.2.3