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

Releases: NicolasCARPi/jquery_jeditable

jquery-jeditable-2.0.5

20 Jun 09:21
2.0.5
Compare
Choose a tag to compare

2.0.5

  • Sorting of select items is now an option (default is not sorted). by @nathanvda (#178)

jquery-jeditable-2.0.3

14 May 10:52
2.0.3
Compare
Choose a tag to compare

2.0.3

  • Add ability to apply css to input element (#173)

jquery-jeditable-2.0.2

26 Apr 07:47
2.0.2
Compare
Choose a tag to compare
  • Fix a bug where selected value will get added to the select list, (#166)

jquery-jeditable-2.0.1

05 Mar 15:29
2.0.1
Compare
Choose a tag to compare

Hello,

This is a patch for issue #163 (incorrect width setting on url/email/number types).

jquery-jeditable-2.0.0

24 Feb 00:05
2.0.0
Compare
Choose a tag to compare

Hello,

This is a major release with (some) breaking changes. I removed old plugins that required dead projects. I also added a datepicker that depends on jquery-ui's datepicker.

A ton of pull requests were merged. Thanks to all the contributors, even if it took several years for their contribution to be merged!

It is a very interesting adventure to try and revive an abandoned project like this one :D The pull requests contained very good quality contributions. Please keep'em comin'! :)

The demo page is brand new and shows most of the options.

The API page lists all the options.

Please have a look at the changelog:

2.0.0

  • BREAKING: remove ajaxupload and old datepicker plugins (new datepicker added)
  • BREAKING: change the autogrow plugin for another one
  • Add datepicker plugin for jQuery-UI's datepicker
  • Add form param to onblur apply (#37)
  • Allow onblur function to cancel form if it returns false (#14)
  • Properly cleanup after destroy. by @Scottmitch (#125)
  • Return submitdata if it's a function. by @mkdgs (#109)
  • Add onedit example + doc. by @chriskeeble (#122)
  • Stop event propagation for charcounter. by @twashing (#86)
  • Add multiselect support. by @NicholasRyan (#75)
  • Add html5 text attributes, email, number and url types. by @nfreear (#87)
  • Add maxlength to textarea too. by @estebistec (#68)
  • Add option to style buttons and add id to form. by @quocvu (#71)
  • Add intercept option useful for preprocessing data. by @randell (#66)
  • Pass the source event to the onedit hook. by @gfouquet (#104)
  • Return element to target function (#67)
  • Add 'before' option. by @BP323 (#113)
  • Fix issue with html encodable characters (#110)
  • Add checkbox type. by @oneslash and @pushpinderbagga (#52)
  • Correctly check if checkbox is checked
  • Select options are now sorted by value. by @jjwdesign (#97)
  • Add submitdata to callback. by @mikemeier (#64)
  • Adjust the width of the element to account for border/margin/padding
  • Fix loadtext not showing (#15)
  • Pass a response callback function to custom target function. by bshelton229. (#65)
  • Add showfn for jquery animations before displaying form (#46)
  • Remove extra loop. by @dgm (#45)
  • Better demo page showing more example
  • Add proper API documentation
  • Add usage documentation in README.md
  • Add Dockerfile to serve the demos
  • Add LICENSE file

jquery-jeditable 1.8.0

19 Dec 16:08
1.8.0
Compare
Choose a tag to compare

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)