Skip to content

8.0.0 🎱

Compare
Choose a tag to compare
@skerbis skerbis released this 20 May 14:33
· 16 commits to master since this release
477eaac

Version 8

Der brandneue Formular-Repeater! Dieses Feature ersetzt das alte MBlock AddOn und bietet die Möglichkeit, Formularelemente nicht nur zu wiederholen, sondern sie auch in mehreren Ebenen zu verschachteln – etwas, das mit MBlock so nicht machbar war. Damit kann man jetzt noch komplexere Formulare aufbauen.

Die beiliegende Demo-Sammlung erlaubt das sofortige Ausprobieren von Modul-Codes. Module können direkt installiert und getestet werden. Die Codes sind alle kommentiert. Und zuästlich gibt es eine ausführliche Doku 📒.

Neue Hauptversion. Unbedingt die Readme und Releasenotes beachten

  • Major Release and major changes included
  • IMPORTANT: breaking namespace change -> from MForm to FriendsOfRedaxo\MForm
  • New: alpine repeater with 2 level support
  • New: Complete docs by Alexander Walther @alxndr-w
  • All demo modules now directly installable
  • New: addRadioImgField
  • Attention CustomLinkField is not compatible to older versions

and much more

Version 8-beta7

  • IMPORTANT: breaking namespace change -> from MForm to FriendsOfRedaxo\MForm
  • new docs added - thanks @alxndr-w
  • added install button to collapse title for example modules
  • fixed multiple select default value issue
  • fixed select '0' value issue
  • ensured full option functionality for description
  • some beauty changes
  • custom link name issue fixed
  • add english translations
  • add placeholder example
  • add outputs for each examples

Version 8-beta6

  • fix button style, ensure that buttons ever will display, added potential disable style for buttons
  • min and max count of blocks for repeater
  • rename addRadioImgInlineField to addRadioImgField and addRadioColorInlineField to addRadioColorField

Version 8-beta5

  • added delete confirmation option for repeater group and fields
  • added radio image / color inline field
  • default value support for repeater added

Version 8-beta4

  • fix repeater parentId issue
  • added handling for cke5 move preparation
  • fix :id label issue
  • added the option to hide the repeater if empty
  • css for repeater exchanged

Version 8-beta3

  • added repeater examples
  • fix :id, move addInputs method to elements class

Version 8-beta2

  • add recursion for repeater mform subform obj structure

Version 8-beta1

  • change mform css filename
  • remove unused $inline variable
  • add inputs for default form input forms
  • alpine repeater with 2 level support
  • remove dynamic creation of property in fragments

What's Changed

New Contributors

Full Changelog: 7.4.4...8.0