Skip to content

Release version 0.26.0

Compare
Choose a tag to compare
@Zorin95670 Zorin95670 released this 31 Jul 13:05
· 61 commits to main since this release
ef40ee6

[0.26.0] - 2024/07/29

Added

  • New class to manage parse error: ParserLog.
  • Add regexMessage to permit error message customization for regex.
  • Method validateDefinition to definition error in Component.
  • Method validateDefinitionType to get definition type errors in ComponentAttribute.
  • Method validateType to get type errors in ComponentAttribute.
  • Method validateRequired to get required errors in ComponentAttribute.
  • Method validateRuleMinMax to get rules min/max errors in ComponentAttribute.
  • Method validateRuleValues to get rule values errors in ComponentAttribute.
  • Method validateRuleRegex to get rule regex errors in ComponentAttribute.
  • I18n translation storage for plugin in DefaultConfiguration.

Changed

  • Method hasError in Component become getErrors.
  • Method hasError in ComponentAttribute become getErrors.

Fixed

  • Fix bad id on svg export.
  • Fix default value for rule values.