Skip to content

0.10.0

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 23 Mar 21:33
· 85 commits to main since this release
db8da4f

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.

designer.updateBadges();