MermaidJS를 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개의 좋아요

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개의 좋아요

There is Discourse FontAwesome Pro

3개의 좋아요

Which by itself seems to be a little outdated.

1개의 좋아요

Mermaid is now updated to 11.4.1 :tada:

https://github.com/discourse/discourse-mermaid-theme-component/commit/03d9131089e926df21507eac37007a62e54b2f0f

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개의 좋아요

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