Skip to content

Releases: genexuslabs/chameleon-controls-library

v6.0.0-next.36

11 Sep 18:32
Compare
Choose a tag to compare
v6.0.0-next.36 Pre-release
Pre-release

What's Changed

  • The trigger moment for the rowClicked event of the TabularGrid is changed by @dangmarm in #414

Breaking changes

  • [ch-tabular-grid] The rowClicked event used to be triggered after the mouseup 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

11 Sep 18:30
Compare
Choose a tag to compare
v6.0.0-next.35 Pre-release
Pre-release

What's Changed

  • [ch-action-list-render] Add support to modify the caption and add support for disabled property by @ncamera in #413

Full Changelog: v6.0.0-next.34...v6.0.0-next.35

v6.0.0-next.34

07 Sep 16:42
Compare
Choose a tag to compare
v6.0.0-next.34 Pre-release
Pre-release

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

  • [ch-chat] Fix race condition when adding a new message by @ncamera in #412

Full Changelog: v6.0.0-next.32...v6.0.0-next.34

v6.0.0-next.31

07 Sep 16:39
Compare
Choose a tag to compare
v6.0.0-next.31 Pre-release
Pre-release

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] The hyperlinkClick event now has NavigationListHyperlinkClickEvent as a type.

  • [ch-navigation-list-render] Renamed the expandableButtonPosition property values to "start" and "end".

  • [ch-navigation-list-render] Renamed the selectedItemIndicator property to selectedLinkIndicator.

Full Changelog: v6.0.0-next.30...v6.0.0-next.31

v6.0.0-next.30

05 Sep 23:48
Compare
Choose a tag to compare
v6.0.0-next.30 Pre-release
Pre-release

What's Changed

  • Add ch-navigation-list-render component, refactor the ch-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

  • Fixes for the ch-edit component by @ncamera in #407

  • Fixes and improvements for the ch-chat by @ncamera in #408

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 a ch-sidebar component.
    This behavior is now implemented in the Navigation List component, as it should be used to model sidebar layouts.

  • [ch-sidebar] Use showExpandButton = 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 to AccordionItemModel.

Full Changelog: v6.0.0-next.29...v6.0.0-next.30

v6.0.0-next.29

30 Aug 19:16
Compare
Choose a tag to compare
v6.0.0-next.29 Pre-release
Pre-release

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 setting selection = "single" by default by @ncamera in #403

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

v6.0.0-next.28

27 Aug 19:50
Compare
Choose a tag to compare
v6.0.0-next.28 Pre-release
Pre-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

v6.0.0-next.27

23 Aug 20:28
Compare
Choose a tag to compare
v6.0.0-next.27 Pre-release
Pre-release

What's Changed

  • Fix ch-theme error when setting an empty model by @ncamera in #391

  • Refactor the ch-combo-box-render interface to rename filter* properties to suggest* by @ncamera in #392

  • Add ch-accordion-render component by @ncamera in #393

  • Add scrollbar support in the ch-code and improve resets in the ch-markdown-viewer by @ncamera in #394

Breaking changes

  • Removed the filterType property and ComboBoxFilterType type in favor of the suggest: boolean property.

  • Renamed the filterDebounce property to suggestDebounce.

  • Renamed the filterOptions property to suggestOptions.

  • Renamed the ComboBoxFilterOptions type to ComboBoxSuggestOptions.

  • Deprecate the ch-accordion component. Use the ch-accordion-render instead.

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

v6.0.0-next.26

21 Aug 13:43
Compare
Choose a tag to compare
v6.0.0-next.26 Pre-release
Pre-release

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 the window__content part. Use the window part instead.

Full Changelog: v6.0.0-next.25...v6.0.0-next.26

v6.0.0-next.25

19 Aug 17:38
Compare
Choose a tag to compare
v6.0.0-next.25 Pre-release
Pre-release

What's Changed

  • Improve default values and property names in ch-tab-render and ch-flexible-layout-render controls by @ncamera in #382

  • Fix tab closing issues in the ch-tab-render and ch-flexible-layout-render controls. Also, reduce memory usage. by @ncamera in #383

  • Fix white-space in the ch-code by @ncamera in #384

  • Fix ch-edit's accessibility issue by @ncamera in #385

  • 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 the closeButtonHidden property to closeButton in the ch-tab-render and ch-flexible-layout-render controls.

  • [ch-flexible-layout-render] [ch-tab-render] The closeButton will no longer be displayed by default in the ch-tab-render and ch-flexible-layout-render controls.

  • [ch-flexible-layout-render] [ch-tab-render] Renamed the dragOutsideDisabled property to dragOutside in the ch-tab-render and ch-flexible-layout-render controls.

  • [ch-flexible-layout-render] [ch-tab-render] The dragOutside property will no longer be enabled by default in the ch-tab-render and ch-flexible-layout-render controls.

  • [ch-flexible-layout-render] By default, disable sortable tab buttons on the "tabbed" type leafs in the ch-flexible-layout-render.

  • [ch-tab-render] Removed the caption- 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