Skip to content

Releases: dklemmt/contao_dk_mmenu

3.1.3

22 Mar 09:57
058d058
Compare
Choose a tag to compare
  • fixed itemscope typo in other templates as well

3.1.2

16 Mar 11:28
Compare
Choose a tag to compare
  • always run migration, not just when a custom js_mmenu* template is present

3.1.1

13 Mar 12:46
Compare
Choose a tag to compare
  • Renamed js_mmenu template to mmenu_default. Now the template cannot be selected in the page layout anymore, which was never intended.
  • Added migration for template name change.
  • Fixed erroneous itemscope.
  • Updated mmenu to 8.4.4.

3.1.0

17 Sep 07:56
Compare
Choose a tag to compare
  • added polyfills option for IE compatibility
  • added columns option

3.0.2

12 Aug 11:56
Compare
Choose a tag to compare
  • updated mmenu to version 8.2.3

3.0.1

11 Jul 11:56
Compare
Choose a tag to compare
  • removed invisible and block class from template, so that the Contao CSS framework does not interfere

3.0.0

10 Jul 16:09
Compare
Choose a tag to compare
  • 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.

3.0.0-RC2

05 Jul 13:41
Compare
Choose a tag to compare
translate menu

3.0.0-RC1

02 Jul 15:40
db5cf59
Compare
Choose a tag to compare
contao-bundle implementation and update to mmenu 8.1.1 (#33)

* contao-bundle implementation
* mmenu update to 8.1.1
* some options removed
* some added
* some options' defaults changed
* template restructuring

2.1.1

18 Sep 06:03
6645d74
Compare
Choose a tag to compare
fix fullscreen CSS path