Watson update #7
Adam Bartosiewicz
Documentation
- We updated documentation for several components with new best practises and examples
Features
- Added
WCalendarcomponent - Added support for nesting multiple
WCollapsecomponents - Added reactivity to properties of
WNavlistItemcomponent - Added loading states to
WTablecomponent - Added support for custom
idinWCheckboxcomponent
Refactors
- Breaking change **We removed
matchingTriggerWidthandpreventCloseOnTriggerClickproperties fromWPopover. **
Those properties were added to the component as we needed them inWComboboxwhich was built usingWpopover. Right now combobox is a standalone component thus we decided to remove them fromWPopover.
Consequences:- You can't have Popover with identical width as trigger element (
matchingTriggerWidth) - You don't have the option to prevent a Popover from closing by clicking on the trigger element (
preventCloseOnTriggerClick).
- You can't have Popover with identical width as trigger element (
- Added multiple changes in
WCombobox:- Removed
WPopoverdependency - Added
floating-ui - Fixed loading issue
- Removed
Bug Fixes
- Fixed text styling in
w-banner - Fixed styles of
w-pagination - Added auto update logic to
w-tooltipposition