Skip to content

0.11.0

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 08 May 19:02
· 83 commits to main since this release
8724a60

Breaking Changes

  • This version introduces a few changes in the customActionHandler handler:
    • the first parameter is an object now, previously it was a string. To read action type you need to read the type property from the object,
    • the step parameter is nullable now,
    • we added a context parameter that allows to notify about changes in the definition.
  • Added new classes for label components: sqd-label-primary and sqd-label-secondary.