Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 538 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 538 Bytes

Changelog

0.3.3

  • Update included files in gemspec

0.3.2

  • Change backend update from dragover to dragend

0.3.1

  • Fix some JS errors reported in #28 - Thanks @dramalho

0.3.0

  • Add tests, using dummy Rails app
  • Rewrite JS using vanilla JS
  • Remove jQuery dependency

0.2.1

  • Update to be compatible with webpacker / npm
  • Use AA methods for building urls

0.1.0

  • Replace deprecated render :nothing with head :ok (thanks @zharikovpro)

0.0.3

  • Removed a console.log within the reordering JavaScript.