Skip to content

v6.0.0-next.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@ncamera ncamera released this 27 Aug 19:50
· 101 commits to main since this release

What's Changed

  • Depreacte the ch-suggest component by @ncamera in #395

  • Fix filterType = "list" implementation in the ch-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 the ch-combo-box-render with suggest = true instead.

  • [ch-tree-view-render] If filterList = undefined or filterList = null all items will be rendered. Previously, no items were rendered.

  • [ch-tree-view-render] The filterList property has undefined as its new default value.

Full Changelog: v6.0.0-next.27...v6.0.0-next.28