Skip to content

Releases: ITenthusiasm/custom-elements

v1.0.3

04 Feb 03:53
v1.0.3
81257cd

Choose a tag to compare

  • Refactor: Help React by skipping attributeChangedCallback if no <fieldset> exists, by @ITenthusiasm (db1aadd)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

22 Jan 01:23
v1.0.2
6b6c24c

Choose a tag to compare

  • Fix: When an option belonging to an anyvalue combobox is programmatically deselected, cause the combobox's value to correctly fallback to its text content, by @ITenthusiasm (0b0a3cf)
  • Fix: 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, by @ITenthusiasm (0b0a3cf)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

11 Jan 14:20
v1.0.1
40a5c5c

Choose a tag to compare

What's Changed

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

Full Changelog: v1.0.0...v1.0.1

v1.0.0

11 Jan 14:18
v1.0.0

Choose a tag to compare

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

Full Changelog: https://github.com/ITenthusiasm/custom-elements/commits/v1.0.0