Improvements
-
dsl: hiding relationship titles in views (closes #910)
-
react:
where
filter on react components (closes #872, documentation)// Display elements and relationships where: // - tag is not 'legacy' // - and // - tag is 'v1' or 'v2' <LikeC4View viewId="index" where={{ and: [ { tag: { neq: 'legacy' } }, { or: [ { tag: { eq: 'v1' } }, { tag: { eq: 'v2' } } ] } ] }}/>
-
react: export to png in new tab (198d79e)
-
cli: export png to flat directory (bcd23dd)
-
cli: warn layout drifts (49c1100)