Mercurial > nebulaweb3
comparison default/node_modules/jquery-tabledit/CHANGELOG.md @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 v1.2.3 (2015/04/20) | |
2 ------------------- | |
3 - Added 'bower.json' to use this package manager | |
4 - Added 'tbody' in the selector during the construction of the structure, to avoid problems with the 'tfoot' | |
5 - Now when you tab in a row, the form is saved. Only if there is no save button | |
6 | |
7 v1.2.2 (2015/04/02) | |
8 ------------------- | |
9 - Updated 'example.php' file | |
10 - Updated project page with examples and documentation | |
11 - Now if 'onAjax()' hook returns false, does not send the ajax request | |
12 - Added 'rowIdentifier' option to change the name of attribute in td element for the row identifier | |
13 - Fixed bug that allows you to change to edit mode with mouse click when the line was deleted | |
14 - Quick fix for issue that sometimes could not remove the warning class on the edited rows | |
15 | |
16 v1.2.1 (2015/03/10) | |
17 ------------------- | |
18 - Improved the select element | |
19 - Does not add hidden save button if the 'editButton' option is false | |
20 - Does not add hidden restore button if the 'deleteButton' option is false | |
21 - Added a new option 'autoFocus' to enable or not the focus in the first input when click in edit button | |
22 - Added a new hook 'onAjax(action, serialize)' that runs before the ajax request | |
23 | |
24 v1.2.0 (2015/03/07) | |
25 ------------------- | |
26 - Added 'saveButton' and 'restoreButton' options | |
27 - Added 'toolbarClass' and 'groupClass' options | |
28 - Changed 'removeButton' option to 'deleteButton' | |
29 - Changed 'remove' action to 'delete' | |
30 - Removed 'textSelection' option, using CSS to prevent the text is selected with double click | |
31 - Removed 'confirmText' option, because a button was created to confirm the removal | |
32 - Removed form wrapped on table, because now it serialize inputs instead of the form | |
33 - In 'buttons' option now have a new child 'action' to change name of action input ('edit', 'delete' and 'restore') | |
34 - Redesign of toolbox and changed name to toolbar | |
35 - Minor code improvement | |
36 - Fixed some bugs | |
37 | |
38 v1.1.1 (2015/03/05) | |
39 ------------------- | |
40 - Fixed bug when creates the form wrapped on table | |
41 | |
42 v1.1.0 (2015/02/08) | |
43 ------------------- | |
44 - Added toolbox column with edit and remove buttons | |
45 - Added effect on table row when ajax request fails | |
46 - Added effect on table row when changes are saved with success | |
47 - Added 'onAlways()' hook, that is executed whenever there is an ajax request | |
48 - Change 'onComplete(response)' hook to 'onSuccess(data, textStatus, jqXHR)' | |
49 - Change 'onError()' hook to 'onFail(jqXHR, textStatus, errorThrown)' | |
50 - Fixed some minor bugs | |
51 - Minor code improvement | |
52 | |
53 v1.0.0 (2015/01/30) | |
54 ------------------- | |
55 - Initial release |