Watson update #7
Adam Bartosiewicz
Documentation
- We updated documentation for several components with new best practises and examples
Features
- Added
WCalendar
component - Added support for nesting multiple
WCollapse
components - Added reactivity to properties of
WNavlistItem
component - Added loading states to
WTable
component - Added support for custom
id
inWCheckbox
component
Refactors
- Breaking change **We removed
matchingTriggerWidth
andpreventCloseOnTriggerClick
properties fromWPopover
. **
Those properties were added to the component as we needed them inWCombobox
which 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
WPopover
dependency - 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-tooltip
position