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
spinnerandskeletonloading states. Additionally, users now can set the default number of skeleton rows via theskeletonRowsNumberproperty if there is no data in the table. - We wrapped tokens into
:hostselector so that they can be used inside Shadow DOM without additional effort. - We enabled support for custom
idproperty 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
WCheckboxandWCalendarcomponents.