entity_list_field 7.x-1.0-alpha9

New features
Bug fixes

* Sorting improvements. It's now possible to sort on all properties and all fields. Previously it was only possible to sort on properties and on fields that had a value column.
* This release includes database schema changes. If upgrading from a previous version, please uninstall and then reinstall the module. Once beta releases start, any further changes to the database schema will be taken care of by update.php.

gratis 7.x-1.0-alpha11

New features

Major layout refactoring. The menu area was too small for many use cases so now an entire full width grid-100 is devoted to the menu for Desktop and landscape tablets.

responsive_menus 7.x-1.3

New features
Bug fixes
Insecure

Added hook_responsive_menus_style_info() to declare new styles.

Params when declaring:
name        : Name displayed when choosing style.
form        : Drupal FAPI callback for admin form.
js_folder   : Folder to include any .js files from.
css_folder  : Folder to include any .css files from.
js_files    : Array of individual JS files to include.
css_files   : Array of individual CSS files to include.
js_settings : Function to generate settings to pass to JS.
  • Included style: 'responsive_menus_simple_style' now has option to configure text on toggler.
  • Add option for simple style to use absolute positioning.
  • Add responsive_menus.api.php to show easy plugin integration.
  • Added MeanMenu style!
  • Moved Simple style into new styles directory along with Mean Menu.
  • Issue #2059081: AJAX calls sometimes duplicate the menu (Mean Menus) by pjcdawkins: Fixed AJAX calls sometimes duplicate the menu (Mean Menus).
  • Fix issue with Omega 4 (and other themes that may use * { box-sizing: border-box; }
  • Remove console.log('Been clicked'); from Mean Menu's own js.
  • Context module integration!
  • Ability to have multiple rule sets defined (using context).
  • Fix window.resize function bound more than once on ajax in simple style.

Pages

Subscribe with RSS Subscribe to RSS - 7.x