Skip to content

Cicero v0.21.7

Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 15 Sep 18:35

๐Ÿœ This is a patch release with bug fixes and improvements.

Dependencies

  • Switches to latest Concerto 0.82.9
  • Switches to Markdown Transform 0.12.9

๐Ÿ•ฅ AM/PM support in DateTime format accordproject/markdown-transform#318

  • Date and time format now allows a (resp A) which parses am/pm (resp AM/PM) in the markdown text.
  • Date and time format now allows h (resp hh) which parses hours in a 1-12 or 01-12 format in the markdown text.

๐Ÿ’ฎ Concerto decorators accordproject/markdown-transform#249

  • CiceroMark and TemplateMark now include Concerto decorators on variables, clauses, etc when present. That information is propagated to the Slate DOM so it can be used to customize rendering.

๐Ÿ›