CHANGELOG.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. === DRUPAL 6.x-2.x ===
  2. 6.x-2.1-RC1
  3. - BUG #834120: Fixed non-parent items displaying an arrow.
  4. - BUG #924324: Fixed PHP notices.
  5. - BUG #824916: Test depth before setting menuparent class.
  6. 6.x-2.1-Beta3
  7. - TASK #323784: Move JS and CSS to theme function and remove hook_init().
  8. 6.x-2.1-Beta2
  9. - BUG #800324: Take hidden menu items into account when applying first/last classes.
  10. - BUG #781856: Fixed Superfish animation speed.
  11. - FEATURE #762032: Changed ie-over class to generic over.
  12. - BUG #798500: jQuery JS compatibility.
  13. 6.x-2.1-Beta1
  14. - BUG #730348: Fixed Superfish animation on first load.
  15. - BUG #363366: Moved menu-$mlid from a CSS ID to a class to prevent invalid HTML.
  16. 6.x-2.1-Alpha2
  17. - FEATURE #301247: Add first, last, even, odd classes to menu items.
  18. - BUG #621544: Get global setting to play nice with admin menu.
  19. - BUG #507642: Moved CSS comment with HTML to the README so that it doesn't break CSS aggregation.
  20. - FEATURE #457692: Add hoverIntent plugin.
  21. 6.x-2.1-Alpha1
  22. - FEATURE #300628: Add support for i18n module menu translations.
  23. - FEATURE #322962: Add configurable JS with Superfish.
  24. - FEATURE #135771: Choose starting and ending menu depth.
  25. - FEATURE #219804: Set active menu trail CSS selectors.
  26. - FEATURE #340105: Added theme function for secondary links menu.
  27. - TASK #340103: Renamed theme functions to module name.
  28. - FEATURE #181446: Added RTL language support.