Releases: genexuslabs/chameleon-controls-library
v6.0.0-next.36
What's Changed
Breaking changes
[ch-tabular-grid]
TherowClicked
event used to be triggered after themouseup
event 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 fordisabled
property 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-render
component by @ncamera in #409 -
Improve property names and values in the
ch-navigation-list-render
by @ncamera in #410
Breaking changes
-
[ch-navigation-list-render]
ThehyperlinkClick
event now hasNavigationListHyperlinkClickEvent
as a type. -
[ch-navigation-list-render]
Renamed theexpandableButtonPosition
property values to"start"
and"end"
. -
[ch-navigation-list-render]
Renamed theselectedItemIndicator
property 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-render
component, refactor thech-tooltip
component 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-render
items 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-sidebar
component.
This behavior is now implemented in the Navigation List component, as it should be used to model sidebar layouts. -
[ch-sidebar]
UseshowExpandButton = false
by default. -
[ch-sidebar]
Refactor "expandButton*" properties.-
Removed the following properties:
expandButtonAccessibleName
expandButtonCaption
-
Added the following properties:
expandButtonCollapseAccessibleName
expandButtonExpandAccessibleName
expandButtonCollapseCaption
expandButtonExpandCaption
-
-
Renamed the
AccordionItem
type 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-render
when 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-render
component by @ncamera in #396 -
Improvements for the
ch-accordion-render
by @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-render
and add support to export parts for additional items by @ncamera in #401
Breaking changes
-
Depreacte the
ch-suggest
component. Use thech-combo-box-render
withsuggest = true
instead. -
[ch-tree-view-render]
IffilterList = undefined
orfilterList = null
all items will be rendered. Previously, no items were rendered. -
[ch-tree-view-render]
ThefilterList
property hasundefined
as 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-theme
error when setting an empty model by @ncamera in #391 -
Refactor the
ch-combo-box-render
interface to renamefilter*
properties tosuggest*
by @ncamera in #392 -
Add scrollbar support in the
ch-code
and improve resets in thech-markdown-viewer
by @ncamera in #394
Breaking changes
-
Removed the
filterType
property andComboBoxFilterType
type in favor of thesuggest: boolean
property. -
Renamed the
filterDebounce
property tosuggestDebounce
. -
Renamed the
filterOptions
property tosuggestOptions
. -
Renamed the
ComboBoxFilterOptions
type toComboBoxSuggestOptions
. -
Deprecate the
ch-accordion
component. Use thech-accordion-render
instead.
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-render
if the content overflows by @ncamera in #390
Breaking changes
[ch-combo-box-render]
Removed thewindow__content
part. Use thewindow
part 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-render
andch-flexible-layout-render
controls by @ncamera in #382 -
Fix tab closing issues in the
ch-tab-render
andch-flexible-layout-render
controls. 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 thecloseButtonHidden
property tocloseButton
in thech-tab-render
andch-flexible-layout-render
controls. -
[ch-flexible-layout-render]
[ch-tab-render]
ThecloseButton
will no longer be displayed by default in thech-tab-render
andch-flexible-layout-render
controls. -
[ch-flexible-layout-render]
[ch-tab-render]
Renamed thedragOutsideDisabled
property todragOutside
in thech-tab-render
andch-flexible-layout-render
controls. -
[ch-flexible-layout-render]
[ch-tab-render]
ThedragOutside
property will no longer be enabled by default in thech-tab-render
andch-flexible-layout-render
controls. -
[ch-flexible-layout-render]
By default, disablesortable
tab 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