1.2.0 (2024-06-12)
🚀 Features
Dynamic Views [Experimental]
Describe a particular use-case or scenario, with ad-hoc interactions (without polluting the model).
dynamic view example {
title 'Dynamic View Example'
customer -> web 'opens in browser'
web -> api 'POST request'
web <- api 'returns JSON'
}
Check example
Bug Fixes
- diagram: always zoom to 1.0 on container resize (f5b898c)
- diagram: backdrop in safari (94530ae)
- diagram: focus in dynamic walkthrough (b4c1752)
- playground: missing element type (4aad466)
- playground: unique extension for each playground (8fcfed6)