Skip to content

Releases: genexuslabs/chameleon-controls-library

v6.0.0-next.46

16 Oct 20:28
Compare
Choose a tag to compare
v6.0.0-next.46 Pre-release
Pre-release

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 the ch-combo-box-render support this state.

    • Added support to render multi state images in the ch-combo-box-render.

    • Added getImagePathCallback property support in the ch-combo-box-render.

    • Fixed an issue where the start and end images were the same if used at the same time.

    • Added renderActiveItemIconOnExpand property in suggestOptions.
      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

15 Oct 22:16
Compare
Choose a tag to compare
v6.0.0-next.45 Pre-release
Pre-release

What's Changed

  • [ch-action-list-render] Add getImagePathCallback property by @ncamera in #442

Breaking changes:

  • [ch-action-list-render] Renamed image* properties to img* to improve consistency.

Full Changelog: v6.0.0-next.44...v6.0.0-next.45

v6.0.0-next.44

15 Oct 20:02
Compare
Choose a tag to compare
v6.0.0-next.44 Pre-release
Pre-release

What's Changed

  • [ch-action-list-render] Fix selection not working properly after updating the model 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

15 Oct 14:09
Compare
Choose a tag to compare
v6.0.0-next.43 Pre-release
Pre-release

What's Changed

  • Export defined Chameleon components in the framework-integrations.ts file by @ncamera in #438

  • [ch-action-list-render] Fix selection="single" issues by @ncamera in #439

Full Changelog: v6.0.0-next.42...v6.0.0-next.43

v6.0.0-next.42

15 Oct 14:09
Compare
Choose a tag to compare
v6.0.0-next.42 Pre-release
Pre-release

What's Changed

  • [ch-markdown-viewer] Add support for showIndicator property in the markdown-viewer when rendering rawHTML by @ncamera in #436

  • Add support for specifying additional parts for the ch-edit and ch-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

10 Oct 02:44
Compare
Choose a tag to compare
v6.0.0-next.41 Pre-release
Pre-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

v6.0.0-next.40

04 Oct 18:03
Compare
Choose a tag to compare
v6.0.0-next.40 Pre-release
Pre-release

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

03 Oct 20:46
Compare
Choose a tag to compare
v6.0.0-next.39 Pre-release
Pre-release

What's Changed

  • [ch-edit] Refactor picture property implementation by @ncamera in #423

  • [ch-edit] Improve ch-edit's interface default values by @ncamera in #424

  • Add ch-tabular-grid-render component by @dangmarm in #425

  • 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 the ch-combo-box-render component by @ncamera in #428

  • [ch-action-list-render] Don't trigger itemClick or selectedItemsChange events if the item is being edited by @ncamera in #429

Breaking changes

  • [ch-edit] The ch-edit control now implements the picture property for any "type" value.

  • [ch-edit] The ch-edit control does not longer has a built-in picture. The pictureCallback property is now required if the picture wants to be computed.

  • Removed the web-standard-functions peerDependency requirement.

  • [ch-edit] multiline defaults to false. Previously it had undefined.

  • [ch-edit] readonly defaults to false. Previously it had undefined.

  • [ch-edit] spellcheck defaults to false. Previously it had undefined.

  • [ch-combo-box-render] Removed the destroyItemsOnClose 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

23 Sep 15:16
Compare
Choose a tag to compare
v6.0.0-next.38 Pre-release
Pre-release

What's Changed

  • [Showcase] Remove default values in code examples and add "Usage (React)" section by @ncamera in #420

  • [ch-edit] Reflect disabled 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

13 Sep 19:46
Compare
Choose a tag to compare
v6.0.0-next.37 Pre-release
Pre-release

What's Changed

  • [ch-edit] Add debounce 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