🚀 Features
-
Various sizes
Change size of the element with new properties:size
,padding
andtextSize
Documentation (thanks @davydkov)
-
where in deployment views
Supportwhere
in deployment views predicates.
thanks @pavelpykhtin, #1442 -
Extending element tags
Extend element with additional tags, links and metadata:model { extend cloud { // Add tags #additional-tag, #another-tag // Add metadata metadata { prop1 'value1' } // Add links link ../src/index.ts#L1-L10 } }
-
lsp: semantic tokens for global styles, predicates and groups (thanks @pavelpykhtin, closes #1182)