- migrate superfish resources to Plone 5 resource registry (see upgrade step) [petschki] - behave as "drop-in" replacement for global_sections [petschki] - add uninstall profile [petschki] - update superfish resources to 1.7.9 and hoverIntent to 1.9.0 [petschki]
1.1
----------------
- Update superfish.js from 1.7.3 to 1.7.5, and hoverIntend from r7 (1.7.0) to 1.8.1 [fRiSi]
- Don't break JS when jQuery is undefined. This happened for eg. on wildcard.foldercontents folder_content view [petschki]
1.0
----------------
- Update superfish.js from 1.4.8 to 1.7.3 and hoverIntent.js from r5 to r7 [fRiSi]
.. ATTENTION:: This update breaks css compatibility with the previous version!
- Add default formatting for superfish menu based on the `DEMO SKIN` in the `superfish default css <https://github.com/joeldbirch/superfish/blob/master/dist/css/superfish.css>`_ to make it fit the `Sunburst Theme`
Superfish Menu Layout changed from
``<li><span class="selected"><a .../></span></li>`` to
``<li class="selected"><a .../></li>``
since javascript could not handle the additional span tag for setting the `.sf-with-ul` class. [fRiSi]
0.6
----------------
- fixed dropdown for IE7 and IE8 [fRiSi]
- replace `'` with ``&39;`` instead of ``'`` since IE7/8 can't handle this xhtml entity (http://inthemaze.net/post/2008/04/08/46-ie7-and-apos) [fRiSi]