lion/.changeset/new-tools-march.md
Thijs Louisse 01a798e59e feat(combobox): new package combobox
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
2020-09-30 19:33:34 +02:00

661 B

@lion/combobox @lion/core @lion/overlays @lion/form-core @lion/form-integrations @lion/listbox @lion/select-rich
minor minor minor patch patch patch patch

Combobox package

Features

  • combobox: new combobox package
  • core: expanded browsers detection utils
  • core: closest() polyfill for IE
  • overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
  • form-core: add _onLabelClick to FormControlMixin. Subclassers should override this

Patches

  • form-core: make ChoiceGroupMixin a suite
  • listbox: move generic tests from combobox to listbox
  • select-rich: enhance tests