Skip to content

v6.0.0-next.41

Pre-release
Pre-release
Compare
Choose a tag to compare
@ncamera ncamera released this 10 Oct 02:44
· 52 commits to main since this release

What's Changed

  • [ch-edit] Add support to customize the clear button when type="search" and other improvements by @ncamera in #433

  • Add the attribute 'part' to the entities of TabularGridRender by @dangmarm in #432

  • [ch-combo-box-render] Refactor the ch-combo-box-render implementation to address some issues and improvements by @ncamera in #434

  • [ch-combo-box-render] Reflect the value of each item in the part and add the value prop as a part of the Host, if it matches an existing item by @ncamera in #435

Breaking changes

  • [ch-edit] The input event now emits the new value of the control. It previously emitted the internal input event.

  • [ch-combo-box-render] Removed the filter property and filterChange event. Now, when suggest = true, changes to the input's value will update the value property and emit the input event.

  • [ch-combo-box-render] Now the caption property of the items can be undefined. If undefined, the value will be used as a replacement of the caption when rendering the item.

  • [ch-combo-box-render] Now the value property is displayed when using suggest = true, instead of mapping the value to the item's caption.
    If suggest = true, when an item is selected, the item's caption will be used to update the combo-box's value property (previously the item's value was used, but it no longer makes sense to do this).

Full Changelog: v6.0.0-next.40...v6.0.0-next.41