Releases: ITenthusiasm/custom-elements
Releases · ITenthusiasm/custom-elements
v1.0.3
- Refactor: Help React by skipping
attributeChangedCallbackif no<fieldset>exists, by @ITenthusiasm (db1aadd)
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Fix: When an
optionbelonging to ananyvaluecomboboxis programmatically deselected, cause thecombobox's value to correctly fallback to its text content, by @ITenthusiasm (0b0a3cf) - Fix: When an Empty Value Option is selected for a
clearable/anyvaluecomboboxwhose value and text content are both an empty string (""), ensure that thecombobox'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
What's Changed
- Fix: Don't remove
Nodes (such asComments) from theComboboxListboxthat JS Frameworks like Svelte use to help with reconciliation by @ITenthusiasm (1984672)
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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