Releases: genexuslabs/chameleon-controls-library
v6.0.0-next.36
What's Changed
Breaking changes
[ch-tabular-grid]TherowClickedevent used to be triggered after themouseupevent on a row, and now it is triggered after the click event.
Full Changelog: v6.0.0-next.35...v6.0.0-next.36
v6.0.0-next.35
What's Changed
[ch-action-list-render]Add support to modify the caption and add support fordisabledproperty by @ncamera in #413
Full Changelog: v6.0.0-next.34...v6.0.0-next.35
v6.0.0-next.34
Due to some errors during publishing, versions 6.0.0-next.32 and 6.0.0-next.33 were not published successfully.
What's Changed
Full Changelog: v6.0.0-next.32...v6.0.0-next.34
v6.0.0-next.31
What's Changed
-
Fixes and improvements for the
ch-navigation-list-rendercomponent by @ncamera in #409 -
Improve property names and values in the
ch-navigation-list-renderby @ncamera in #410
Breaking changes
-
[ch-navigation-list-render]ThehyperlinkClickevent now hasNavigationListHyperlinkClickEventas a type. -
[ch-navigation-list-render]Renamed theexpandableButtonPositionproperty values to"start"and"end". -
[ch-navigation-list-render]Renamed theselectedItemIndicatorproperty toselectedLinkIndicator.
Full Changelog: v6.0.0-next.30...v6.0.0-next.31
v6.0.0-next.30
What's Changed
-
Add
ch-navigation-list-rendercomponent, refactor thech-tooltipcomponent and refactor the showcase by @ncamera in #404 -
Fix
ch-navigation-list-render's chevron direction by @ncamera in #405 -
Add support to determine the expanded size of the
ch-accordion-renderitems by @ncamera in #406
Breaking changes
-
[ch-tooltip]Added support for Shadow DOM. -
[ch-tree-view-render]Remove auto expand/collapse in the Tree View when it's used inside ach-sidebarcomponent.
This behavior is now implemented in the Navigation List component, as it should be used to model sidebar layouts. -
[ch-sidebar]UseshowExpandButton = falseby default. -
[ch-sidebar]Refactor "expandButton*" properties.-
Removed the following properties:
expandButtonAccessibleNameexpandButtonCaption
-
Added the following properties:
expandButtonCollapseAccessibleNameexpandButtonExpandAccessibleNameexpandButtonCollapseCaptionexpandButtonExpandCaption
-
-
Renamed the
AccordionItemtype toAccordionItemModel.
Full Changelog: v6.0.0-next.29...v6.0.0-next.30
v6.0.0-next.29
What's Changed
-
[Showcase]Make code examples reactive to state changes by @ncamera in #402 -
Fixed selection not working in the
ch-action-list-renderwhen settingselection = "single"by default by @ncamera in #403
Full Changelog: v6.0.0-next.28...v6.0.0-next.29
v6.0.0-next.28
What's Changed
-
Fix
filterType = "list"implementation in thech-tree-view-rendercomponent by @ncamera in #396 -
Improvements for the
ch-accordion-renderby @ncamera in #397 -
Add support to style the ch-code's scrollbar by @ncamera in #399
-
[ch-tabular-grid]Update implementantion to support scrollbars styling by @dangmarm in #398 -
[ch-theme]Add properties to indicate if the theme must be attached to the Document or the ShadowRoot by @dangmarm in #400 -
Improve the customization of the
ch-action-list-renderand add support to export parts for additional items by @ncamera in #401
Breaking changes
-
Depreacte the
ch-suggestcomponent. Use thech-combo-box-renderwithsuggest = trueinstead. -
[ch-tree-view-render]IffilterList = undefinedorfilterList = nullall items will be rendered. Previously, no items were rendered. -
[ch-tree-view-render]ThefilterListproperty hasundefinedas its new default value.
Full Changelog: v6.0.0-next.27...v6.0.0-next.28
v6.0.0-next.27
What's Changed
-
Fix
ch-themeerror when setting an empty model by @ncamera in #391 -
Refactor the
ch-combo-box-renderinterface to renamefilter*properties tosuggest*by @ncamera in #392 -
Add scrollbar support in the
ch-codeand improve resets in thech-markdown-viewerby @ncamera in #394
Breaking changes
-
Removed the
filterTypeproperty andComboBoxFilterTypetype in favor of thesuggest: booleanproperty. -
Renamed the
filterDebounceproperty tosuggestDebounce. -
Renamed the
filterOptionsproperty tosuggestOptions. -
Renamed the
ComboBoxFilterOptionstype toComboBoxSuggestOptions. -
Deprecate the
ch-accordioncomponent. Use thech-accordion-renderinstead.
Full Changelog: v6.0.0-next.26...v6.0.0-next.27
v6.0.0-next.26
What's Changed
-
[ch-theme] Fix themes that were rejected after they were correctly resolved by @dangmarm in #389
-
Add a scrollbar in the
ch-combo-box-renderif the content overflows by @ncamera in #390
Breaking changes
[ch-combo-box-render]Removed thewindow__contentpart. Use thewindowpart instead.
Full Changelog: v6.0.0-next.25...v6.0.0-next.26
v6.0.0-next.25
What's Changed
-
Improve default values and property names in
ch-tab-renderandch-flexible-layout-rendercontrols by @ncamera in #382 -
Fix tab closing issues in the
ch-tab-renderandch-flexible-layout-rendercontrols. Also, reduce memory usage. by @ncamera in #383 -
Fix accessibility issue in the ch-combo-box-render component by @ncamera in #386
-
Don't display the combo-box's picker when using suggest mode by @ncamera in #387
Breaking changes
-
[ch-flexible-layout-render][ch-tab-render]Renamed thecloseButtonHiddenproperty tocloseButtonin thech-tab-renderandch-flexible-layout-rendercontrols. -
[ch-flexible-layout-render][ch-tab-render]ThecloseButtonwill no longer be displayed by default in thech-tab-renderandch-flexible-layout-rendercontrols. -
[ch-flexible-layout-render][ch-tab-render]Renamed thedragOutsideDisabledproperty todragOutsidein thech-tab-renderandch-flexible-layout-rendercontrols. -
[ch-flexible-layout-render][ch-tab-render]ThedragOutsideproperty will no longer be enabled by default in thech-tab-renderandch-flexible-layout-rendercontrols. -
[ch-flexible-layout-render]By default, disablesortabletab buttons on the "tabbed" type leafs in thech-flexible-layout-render. -
[ch-tab-render]Removed thecaption-prefix of the tab button part. Now the part only contains the item ID.
Full Changelog: v6.0.0-next.24...v6.0.0-next.25