Releases: genexuslabs/chameleon-controls-library
v6.0.0-next.46
What's Changed
[ch-combo-box-render]Add support to render multi state images in the combo-box by @ncamera in #445-
Added support for "selected" state in
GxImageMultiStatetype. This allow us to render an explicit icon for those controls that may have items with "selected" state. At the momento, only thech-combo-box-rendersupport this state. -
Added support to render multi state images in the
ch-combo-box-render. -
Added
getImagePathCallbackproperty support in thech-combo-box-render. -
Fixed an issue where the start and end images were the same if used at the same time.
-
Added
renderActiveItemIconOnExpandproperty insuggestOptions.
This property determines whether the icon for the selected item is displayed in the combo-box, even when the popover is expanded.
By default, the combo-box does not render the active item icon when the combo-box is expanded in suggest mode, as it may have a negative impact on the user experience.
-
Full Changelog: v6.0.0-next.45...v6.0.0-next.46
v6.0.0-next.45
What's Changed
Breaking changes:
[ch-action-list-render]Renamedimage*properties toimg*to improve consistency.
Full Changelog: v6.0.0-next.44...v6.0.0-next.45
v6.0.0-next.44
What's Changed
-
[ch-action-list-render]Fix selection not working properly after updating themodelreference by @ncamera in #440 -
[ch-action-list-render]Add support to customize the scrollbar by @ncamera in #441
Full Changelog: v6.0.0-next.43...v6.0.0-next.44
v6.0.0-next.43
What's Changed
-
Export defined Chameleon components in the
framework-integrations.tsfile by @ncamera in #438 -
[ch-action-list-render]Fixselection="single"issues by @ncamera in #439
Full Changelog: v6.0.0-next.42...v6.0.0-next.43
v6.0.0-next.42
What's Changed
-
[ch-markdown-viewer]Add support forshowIndicatorproperty in the markdown-viewer when renderingrawHTMLby @ncamera in #436 -
Add support for specifying additional parts for the
ch-editandch-combo-box-renderHosts by @ncamera in #437
Full Changelog: v6.0.0-next.41...v6.0.0-next.42
v6.0.0-next.41
What's Changed
-
[ch-edit]Add support to customize the clear button whentype="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 thech-combo-box-renderimplementation 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 thefilterproperty andfilterChangeevent. Now, whensuggest = true, changes to the input's value will update thevalueproperty and emit theinputevent. -
[ch-combo-box-render]Now thecaptionproperty of the items can beundefined. Ifundefined, the value will be used as a replacement of the caption when rendering the item. -
[ch-combo-box-render]Now thevalueproperty is displayed when usingsuggest = true, instead of mapping the value to the item'scaption.
Ifsuggest = true, when an item is selected, the item's caption will be used to update the combo-box'svalueproperty (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
v6.0.0-next.40
What's Changed
-
[ch-checkbox]Add support to display an image, improve accessibility and reduce memory consumption by @ncamera in #430 -
Fix React output integration with Vite build tool by @ncamera in #431
Breaking changes
[ch-checkbox]The input event now emits the new value of the control. It previously emitted the internal input event.
Full Changelog: v6.0.0-next.39...v6.0.0-next.40
v6.0.0-next.39
What's Changed
-
[ch-edit]Refactorpictureproperty implementation by @ncamera in #423 -
[ch-edit]Improvech-edit's interface default values by @ncamera in #424 -
Improve the column model of the tabular-grid-render. by @dangmarm in #426
-
Improve integration with React framework by @ncamera in #427
-
[ch-combo-box-render]Various improvements and fixes for thech-combo-box-rendercomponent by @ncamera in #428 -
[ch-action-list-render]Don't triggeritemClickorselectedItemsChangeevents if the item is being edited by @ncamera in #429
Breaking changes
-
[ch-edit]Thech-editcontrol now implements the picture property for any "type" value. -
[ch-edit]Thech-editcontrol does not longer has a built-in picture. ThepictureCallbackproperty is now required if the picture wants to be computed. -
Removed the
web-standard-functionspeerDependency requirement. -
[ch-edit]multilinedefaults tofalse. Previously it hadundefined. -
[ch-edit]readonlydefaults tofalse. Previously it hadundefined. -
[ch-edit]spellcheckdefaults tofalse. Previously it hadundefined. -
[ch-combo-box-render]Removed thedestroyItemsOnCloseproperty. By default, the combo-box will not render items if the popover is not displayed.
Full Changelog: v6.0.0-next.38...v6.0.0-next.39
v6.0.0-next.38
What's Changed
-
[Showcase]Remove default values in code examples and add "Usage (React)" section by @ncamera in #420 -
[ch-edit]Reflectdisabledproperty to improve disabled styling by @bsastregx in #422
Full Changelog: v6.0.0-next.37...v6.0.0-next.38
v6.0.0-next.37
What's Changed
-
[ch-edit]Adddebounceproperty to support debouncing the input event by @ncamera in #417 -
[ch-radio-group-render]Add support to specify the direction of the radio group items by @ncamera in #419
Breaking changes
[ch-radio-group-render]The default direction of the control's items is now horizontal.
Full Changelog: v6.0.0-next.36...v6.0.0-next.37