diff -r 4caa856eb517 -r 81e7c46a70c8 src/pyams_skin.egg-info/PKG-INFO --- a/src/pyams_skin.egg-info/PKG-INFO Thu Apr 26 18:02:46 2018 +0200 +++ b/src/pyams_skin.egg-info/PKG-INFO Fri Apr 27 11:18:50 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-skin -Version: 0.1.14 +Version: 0.1.15 Summary: PyAMS base skin interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_skin Author: Thierry Florac @@ -23,6 +23,17 @@ History ======= + 0.1.15 + ------ + - renamed factories to use snake_case on functions + - refactored tables attributes management + - updated permission checks in container delete helper function + - updated default TinyMCE editor configuration (MyAMS.js) + - updated row refresh event (MyAMS.js) + - handle null events in JSON response (MyAMS.js) + - added check in Select2 plug-in to avoid multiple components initializations (MyAMS.js) + - added JSON events helpers functions + 0.1.14 ------ - added support for IObjectData interface on menu items and actions