v6.0.0-next.28
Pre-releaseWhat'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