diff -r f3b8efc86004 -r 39ee3f076d70 src/pyams_skin.egg-info/PKG-INFO --- a/src/pyams_skin.egg-info/PKG-INFO Wed Jun 27 15:00:54 2018 +0200 +++ b/src/pyams_skin.egg-info/PKG-INFO Thu Jun 28 08:37:52 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-skin -Version: 0.1.16 +Version: 0.1.17 Summary: PyAMS base skin interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_skin Author: Thierry Florac @@ -23,6 +23,15 @@ History ======= + 0.1.17 + ------ + - always stop propagation in toolbar action or menu item + - added template and method to render empty tables + - added helper to handle SVG integration (MyAMS.js) + - added AJAX helper to post JSON with arguments from a "data-ams-url" attribute (MyAMS.js) + - allow multiple change and click handlers (MyAMS.js) + - added "getSelectedRowClass" to base table class to get CSS class dynamically for a given row + 0.1.16 ------ - set "data-ams-location" attribute as optional in "MyAMS.container.deleteElement" handler (MyAMS.js)