diff -r b027259e7a4b -r fd4b666b5048 src/pyams_skin.egg-info/PKG-INFO --- a/src/pyams_skin.egg-info/PKG-INFO Tue Oct 09 16:08:34 2018 +0200 +++ b/src/pyams_skin.egg-info/PKG-INFO Tue Oct 09 16:19:53 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-skin -Version: 0.1.21 +Version: 0.1.22 Summary: PyAMS base skin interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_skin Author: Thierry Florac @@ -22,6 +22,20 @@ History ======= + 0.1.22 + ------ + - updated TinyMCE editor default settings + - added max-height and overflow to dropdown menus (MyAMS.css) + - hide form help in modal windows if screen height is too low + + 0.1.21 + ------ + - added login logo to back-office configuration + - added "callbacks" argument to MyAMS.dialog.open to register "shown" or "hide" callbacks for a given dialog (MyAMS.js) + - don't load minified translation strings when in development mode (MyAMS.js) + - updated SVG container management (MyAMS.js) + - updated CSS styles (MyAMS.css) + 0.1.20 ------ - added JSON event helper to refresh images @@ -29,7 +43,7 @@ - added "callbacks" argument to MyAMS.dialog.open to register "shown" or "hide" callbacks for a given dialog (MyAMS.js) - updated interface for site's description attribute - - updated CSS styles + - updated CSS styles (MyAMS.css) 0.1.19 ------ @@ -37,7 +51,7 @@ - updated breadcrumbs interface and base adapters - don't move to top in Select2 widget when mouse is moved over an already selected option (JQuery-select2.js) - added data attribute to set TinyMCE editor height - - updated CSS + - updated CSS (MyAMS.css) 0.1.18 ------