Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.5 KB

File metadata and controls

25 lines (14 loc) · 1.5 KB

Changelog

1.0.3

Changes

  • Skip attributeChangedCallback if no <fieldset> exists (db1aadd)
    • This helps React in scenarios where it creates the <checkbox-group> and alters one of its observed attributes before attaching the mandatory <fieldset> to it.

1.0.2

Bug Fixes

  • When an option belonging to an anyvalue combobox is programmatically deselected, cause the combobox's value to correctly fallback to its text content. (0b0a3cf)
  • When an Empty Value Option is selected for a clearable/anyvalue combobox whose value and text content are both an empty string (""), ensure that the combobox's text content is still updated to match the newly-selected option. (0b0a3cf)

1.0.1

Bug Fixes

  • Don't remove Nodes (such as Comments) from the ComboboxListbox that JS Frameworks like Svelte use to help with reconciliation. (1984672)

1.0.0

Initial stable release for the Combobox and CheckboxGroup Web Components / Custom Elements. See the documentation to learn how these components work.