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
GxImageMultiState
type. 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-render
support this state. -
Added support to render multi state images in the
ch-combo-box-render
. -
Added
getImagePathCallback
property 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
renderActiveItemIconOnExpand
property 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 themodel
reference 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.ts
file 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 forshowIndicator
property in the markdown-viewer when renderingrawHTML
by @ncamera in #436 -
Add support for specifying additional parts for the
ch-edit
andch-combo-box-render
Hosts 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-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 thefilter
property andfilterChange
event. Now, whensuggest = true
, changes to the input's value will update thevalue
property and emit theinput
event. -
[ch-combo-box-render]
Now thecaption
property 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 thevalue
property 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'svalue
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
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]
Refactorpicture
property 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-render
component by @ncamera in #428 -
[ch-action-list-render]
Don't triggeritemClick
orselectedItemsChange
events if the item is being edited by @ncamera in #429
Breaking changes
-
[ch-edit]
Thech-edit
control now implements the picture property for any "type" value. -
[ch-edit]
Thech-edit
control does not longer has a built-in picture. ThepictureCallback
property is now required if the picture wants to be computed. -
Removed the
web-standard-functions
peerDependency requirement. -
[ch-edit]
multiline
defaults tofalse
. Previously it hadundefined
. -
[ch-edit]
readonly
defaults tofalse
. Previously it hadundefined
. -
[ch-edit]
spellcheck
defaults tofalse
. Previously it hadundefined
. -
[ch-combo-box-render]
Removed thedestroyItemsOnClose
property. 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]
Reflectdisabled
property 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]
Adddebounce
property 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