Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.10.0 source code.tar.gz | 2023-03-23 | 502.8 kB | |
0.10.0 source code.zip | 2023-03-23 | 620.3 kB | |
README.md | 2023-03-23 | 484 Bytes | |
Totals: 3 Items | 1.1 MB | 0 |
Refactored the step component interface. Extracted the logic of the step validation to a separated layer called badges. This allowed to create a new type of badge: counter
. The counter badge is available in the pro version.
Additionally, now it's possible manually refreshing the validation from outside of the designer. The validation is a special case of a badge. To refresh the validation you need to call the updateBadges
method.
:::ts
designer.updateBadges();