Watson update #8
Adam Bartosiewicz
Documentation
- We have added Templates section to the documentation. It contains examples of how to use Watson components in different scenarios.
- The documentation now includes a new Guidelines section. Design principles are the first addition to this section. These principles aim to guide designers and developers when working with the system, serving as a foundation for better, more informed decisions.
Features
- We've added to WTable
spinner
andskeleton
loading states. Additionally, users now can set the default number of skeleton rows via theskeletonRowsNumber
property if there is no data in the table. - We wrapped tokens into
:host
selector so that they can be used inside Shadow DOM without additional effort. - We enabled support for custom
id
property for WInput and WCheckbox components. It will make it easier to test apps using those components. - WModal and WToast will now accept HTML Element as their teleport target.
Bug Fixes
- Minor bug fixes of
WCheckbox
andWCalendar
components.