Releases: FriendsOfREDAXO/mform
Releases · FriendsOfREDAXO/mform
6.0.5
6.0.4
6.0.3
prepareCustomLink fixed @bitshiftersgmbh
6.0.2
6.0.1
6.0.0
Version 6.0.0
- use rex_factory_trait in MForm class
- added YForm Links in custom_link
- removed
parsley
validation @skerbis, you should use html validations: https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation - deprecated
closeCollapse
,closeTab
,closeAccordion
- change
addCollapse
,addAccordion
,addTab
functionality, useaddForm
to add content in this methods - added
addForm
method - added Media inUseCheck for media inside
custom_link
andimagelist
in YForm - added some styling
- added some Svensk översättning @interweave-media
- added some English translation @ynamite
- added some docs @skerbis
Breaking changes:
The REX_CUSTOM_LINK Var now saves the data in a regular REX_VAR. So the usage of REX_CUSTOM_LINK is not backward compatible. You should move the values from Linklist to a value field.
Parsley has been removed. All validations have been removed.
removed closeCollapse
, closeTab
, closeAccordion
Look at the new wrapper field examples
6.0.0-beta1
Version 6.0.0-beta1
Be careful. This is a beta release. It is not intended for productive use.
- use rex_factory_trait in MForm class
- remove
closeCollapse
,closeTab
,closeAccordion
- change
addCollapse
,addAccordion
,addTab
functionality, useaddForm
to add content in this methods - added
addForm
method - added Yform inUseCheck for media inside
custom_link
andimagelist
- added some styling
- change parsley trigger to:
.mform
and event torex:ready
Notice: The REX_CUSTOM_LINK Var now saves the data in a regular REX_VAR. So the usage of REX_CUSTOM_LINK is not backward compatible. You should move the values from Linklist to a value field.