← All updates

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 in WCheckbox component

Refactors

  • Breaking change **We removed matchingTriggerWidth and preventCloseOnTriggerClick properties from WPopover. **
    Those properties were added to the component as we needed them in WCombobox which was built using Wpopover. Right now combobox is a standalone component thus we decided to remove them from WPopover.
    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).
  • Added multiple changes in WCombobox:
    • Removed WPopover dependency
    • Added floating-ui
    • Fixed loading issue

Bug Fixes

  • Fixed text styling in w-banner
  • Fixed styles of w-pagination
  • Added auto update logic to w-tooltip position