Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 639 Bytes

Changelog

0.3.4

  • Update sass to use @use instead of @import, to resolve deprecation warnings in dartsass

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.