Skip to content

3.0.0

Compare
Choose a tag to compare
@fritzmg fritzmg released this 10 Jul 16:09
· 33 commits to master since this release
  • Implementation as a Contao 4 bundle.
  • mmenu has been updated to version 8.1.1.
  • No dependency on jQuery anymore.
  • Each module has its own template file now.
  • The "article" module has been rewritten as an "html" module, which I find is more flexible, since you can use simple custom html there or insert tags - and thus you are able to easily integrate content elements, articles or nodes.
  • Some options have been ditched, some have been changed (since their defaults changed in mmenu) and some have been added.
  • Be aware that some options are not really suitable together (e.g. the "popup" position with some panel effects).
  • Feel free to suggest the integration of options, configurations, add-ons and extensions. mmenu has lots of them.
  • If you want to add your own options, you can simply create your own js_mmenu template and change the PHP array there (or put it into a JavaScript variable and change it this way).
  • Integration of CSS & JavaScript has also been offloaded to the js_mmenu template, so you can decide yourself whether the resources should be integrated statically or not.
  • Only English and German is fully translated currently.