Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.11.0 source code.tar.gz | 2023-05-08 | 509.4 kB | |
0.11.0 source code.zip | 2023-05-08 | 638.0 kB | |
README.md | 2023-05-08 | 470 Bytes | |
Totals: 3 Items | 1.1 MB | 0 |
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
andsqd-label-secondary
.