Versions
Added Variant support in customization
If you want to have multiple versions of customized components that you can swap between, you can use variants. To define multiplevariants
, add multiple templates of the same component wireframe
to the VeltWireframe
component and give them each a variant
name.
variant
props when using the Velt component in your app.
Added Custom Dropdown Lists
You can have custom dropdown lists appear when certainhotkeys
are pressed.
When you press a hotkey
inside the Comment Dialog
composer, it will open a dropdown list of items that you can select.

chip
that is placed in the comment text.

Merged useSetLocation and useAddLocation hook
The second parameter ofuseSetLocation
can be set to true
to add additional locations instead of using useAddLocation
.
Option to submit Comment on Enter Key Press
By default, pressingenter
will add a new line and pressing shift
+ enter
will submit a comment.
If you want to change this default behavior so that pressing enter
will submit a comment, you can set the enterKeyToSubmit
property to true
.