Atualize o MermaidJS para 11.4.1

Would it be possible to upgrade mermaid library to the latest? Currently it is on 10.6.1.

Full Changelog

Breaking Changes

Kanban Diagrams

Architecture Diagrams

New Flowchart Shapes

2 curtidas

I’d love to see this also! There’s a few components that would be good to upgrade like mermaid.js, fontawesome → fontawesome pro, etc I wonder if this could be a page in the admin console to let sites choose versions etc?

2 curtidas

There is Discourse FontAwesome Pro

3 curtidas

Which by itself seems to be a little outdated.

1 curtida

Mermaid is now updated to 11.4.1 :tada:

Example of the new ‘kanban’ diagram type:

kanban
  Todo
    [Create Documentation]
    docs[Create Blog about the new diagram]
  [In progress]
    id6[Create renderer so that it works in all cases. We also add som extra text here for testing purposes. And some more just for the extra flare.]
  id9[Ready for deploy]
    id8[Design grammar]@{ assigned: 'knsv' }
  id10[Ready for test]
    id4[Create parsing tests]@{ ticket: MC-2038, assigned: 'K.Sveidqvist', priority: 'High' }
    id66[last item]@{ priority: 'Very Low', assigned: 'knsv' }
  id11[Done]
    id5[define getData]
    id2[Title of diagram is more than 100 chars when user duplicates diagram with 100 char]@{ ticket: MC-2036, priority: 'Very High'}
    id3[Update DB function]@{ ticket: MC-2037, assigned: knsv, priority: 'High' }

  id12[Can't reproduce]
    id3[Weird flickering in Firefox]
8 curtidas

This topic was automatically closed after 3 days. New replies are no longer allowed.