Skip to content

6.0.0

Compare
Choose a tag to compare
@skerbis skerbis released this 15 Mar 17:11
· 462 commits to master since this release
34b0374

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, use addForm to add content in this methods
  • added addForm method
  • added Media inUseCheck for media inside custom_link and imagelist 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