Skip to content

Commit

Permalink
Prepare for release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Mar 10, 2009
1 parent 3f582b4 commit 4bfb351
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
h3. Changelog

h4. 1.7.0

* Full control over jQuery AJAX options for those who want to tinker.
* Fix problem with IE and placeholder with HTML tags.
* Add $.editable('disable'), $.editable('enable') and $.editable('destroy')
* Add onedit, onsubmit, onreset and onerror hooks.
* Allow passing select options as JavaScript object.
* Fix IE throwing error with textareas when width or height was set to 'none'.

h4. 1.6.2

* Fix problems when xhtml is served application/xhtml+xml.

h4. 1.6.1

* Submit method can now be POST (default) or PUT.
* Fix form being submitted twice in some cases.

h4. 1.6.0

* Onblur parameter can now be a function.
* Support for any arbitary event for triggering Jeditable
* Submitting of form will be canceled if submit() method of custom input returns false.
* Custom inputs now have access to reset() method.
2 changes: 1 addition & 1 deletion jquery.jeditable.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* Version 1.6.3-dev
* Version 1.7.0
*
* ** means there is basic unit tests for this parameter.
*
Expand Down

0 comments on commit 4bfb351

Please sign in to comment.