diff -r b027259e7a4b -r fd4b666b5048 docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Oct 09 16:08:34 2018 +0200 +++ b/docs/HISTORY.txt Tue Oct 09 16:19:53 2018 +0200 @@ -1,6 +1,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 @@ -8,7 +22,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 ------ @@ -16,7 +30,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 ------