deckar01 / task_list

Markdown Task List feature components
MIT License
9 stars 7 forks source link

Don't require a specific jQuery version #14

Closed deckar01 closed 7 years ago

deckar01 commented 7 years ago

Apps that have moved to jQuery 2+ break when the jQuery 1 is imported by the task_list.coffee asset. Require apps to explicitly require jQuery so they can use their desired version.

  1. Drop the implicit jquery import
  2. Explicitly require jquery in the tests
  3. Document that jquery must be explicitly imported
  4. Release a new major version
deckar01 commented 7 years ago

Closing in favor of #15.