Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

jquery-jeditable 1.8.0

Compare
Choose a tag to compare
@NicolasCARPi NicolasCARPi released this 19 Dec 16:08
· 173 commits to master since this release
1.8.0

Hello,

After almost a decade of abandon by its author, this repo is now in my hands and is maintained. This release only brings up the critical changes to the code that were needed to work with the most recent version of jQuery.

There are still a lot of things to do, bugs to fix, features to implement, issues and pull request to deal with. But I wanted to release a version already to get the npm thing setup properly.

Here is the changelog:

  • A lot of cleanup in the repo after years of abandon
  • The demos folder now contains a page (index.html) with all the demo code
  • Removed Textile stuff
  • Removed SQLite from the demo
  • Add suport for configuring size and maxlength. by @bonkowski (#32)
  • Set "cache" to false on loadurl. Fix issue with IE8. by @spikex (#33)
  • Add package.json for npm hosting
  • Remove eval to allow compilation with Closure & Fix for newer jQuery. by @flavour (#158)
  • Fix issue with width/height (#137)
  • Fix issue with selected in select element (#106)
  • Add label settings. by @tomasm- (#40)