Releases: finos/messageml-utils
Releases · finos/messageml-utils
MessageML 1.4.0
What's Changed
- refactor: rename SymAiContext child element classes with prefix by @thibauult in #424
Full Changelog: messageml-1.3.0...messageml-1.4.0
MessageML 1.3.0
What's Changed
- feat: move beta mode to constructor and rename AI elements by @thibauult in #423
Full Changelog: messageml-1.2.0...messageml-1.3.0
MessageML 1.2.0
What's Changed
- Specification of the Symphony AI Context by @thibauult in #421
- Prepare for next release (1.2.0) by @thibauult in #422
Full Changelog: messageml-1.1.3...messageml-1.2.0
MessageML 1.1.3
messageml-1.1.3 Maven repo migration (#420)
MessageML 1.1.1
- Improve dateTime presentationML generation
MessageML 1.1.0
Add support for new emojis
MessageML 1.0.0
Maven coordinates change
<groupId>org.finos.symphony.messageml</groupId>
<artifactId>messageml-utils</artifactId>
<version>1.0.0</version>
MessageML 0.14.0
- Support for new element RichTextArea
- Support for new element DateTime
- Support for attribute formnovalidate for all form elements
MessageML 0.13.0
What's Changed
- Fix link entity indexEnd
- Support Enhanced tags in MessageML
- Update table and elements markdown representation
Full Changelog: messageml-0.12.0...messageml-0.13.0
MessageML 0.12.0
- Accept <sup> and <sub> tags
- Accept new languages in <code> tag : Markdown, JSON, Scala, Shell, YAML
- Accept auto-submit attribute in select and input form
- Accept hidden attribute in text-field
- Accept readonly and disabled attributes in all form elements
- Accept rows and cols attributes in text area
- Accept button-link and button-link-destructive as button classes
- Accept data-icon for button element
- Add new room picker