Skip to content

Releases: genexuslabs/chameleon-controls-library

v6.0.0-next.56

07 Jan 18:31
Compare
Choose a tag to compare
v6.0.0-next.56 Pre-release
Pre-release

What's Changed

  • [ch-chat] Add support to render a slot for additional content by @ncamera in #467

  • [ch-chat] Fix the condition for rendering the "additional-content" slot by @ncamera in #468

Breaking Changes

  • [ch-dialog][ch-popover] Rename property name hidden to show by @bsastregx in #469. Reason: The presence of the hidden property was causing issues on React, since "hidden" was being evaluated to true, regardless of the property value.

Full Changelog: v6.0.0-next.55...v6.0.0-next.56

v6.0.0-next.55

19 Dec 20:17
Compare
Choose a tag to compare
v6.0.0-next.55 Pre-release
Pre-release

What's Changed

  • [ch-accordion-render][ch-navigation-list-render] Fix box-sizing: border-box not working properly by @ncamera in #463

  • [ch-combo-box-render] Fix the display of cursor: pointer throughout the popover by @ncamera in #464

  • [ch-tooltip] If the mouse leaves the tooltip, only keep it visible if the focus is "focus-visible". Also improve rendering performance. by @ncamera in #465

  • Fix Circular definition of import alias "ThemeModel" error by @ncamera in #466

Full Changelog: v6.0.0-next.54...v6.0.0-next.55

v6.0.0-next.54

03 Dec 04:20
Compare
Choose a tag to compare
v6.0.0-next.54 Pre-release
Pre-release

What's Changed

  • [ch-tab-render][ch-flexible-layout-render] Remove the direction property in favor of the tabListPosition property and improve customization by @ncamera in #460

  • [ch-tab-render][ch-flexible-layout-render] Add support for setting the closeButton on each tab button by @ncamera in #461

  • [ch-tab-render][ch-flexible-layout-render] Add support for accessibleName property on items by @ncamera in #462

Breaking changes

  • [ch-tab-render] Removed the direction property in favor of the tabListPosition property. Migrating from direction to tabListPosition:

    • direction = "block" ---> tabListPosition = "block-start"
    • direction = "inline" ---> tabListPosition = "inline-start"
  • [ch-tab-render] The following parts were renamed:

    • button ---> tab
    • page ---> panel
    • page-container ---> panel-container
  • [ch-tab-render] Removed the drag-preview and drag-preview-element parts in favor of the tab dragging part.

  • [ch-tab-render] Removed the drag-preview--outside-tab-list part in favor of the dragging-out-of-tab-list part.

  • [ch-tab-render] Removed the drag-preview--inside-tab-list__block part in favor of the dragging-over-tab-list block part.

  • [ch-tab-render] Removed the drag-preview--inside-tab-list__inline part in favor of the dragging-over-tab-list inline part.

  • [ch-tab-render] Removed block-size: 100% CSS property from the ch-tab-render, since it can break margin styling. Use display: grid in the ch-tab-render container or a different solution to stretch the ch-tab-render to the parent container size.

  • [ch-flexible-layout-render] Same breaking changes as before apply to ch-flexible-layout-render.

  • [ch-tab-render][ch-flexible-layout-render] Because the accessibleName property is added on the items, the name property is now marked as optional.

Full Changelog: v6.0.0-next.53...v6.0.0-next.54

v6.0.0-next.53

21 Nov 12:46
Compare
Choose a tag to compare
v6.0.0-next.53 Pre-release
Pre-release

What's Changed

  • [ch-theme] Support to inline StyleSheets, attachStyleSheets property reactivity and some fixes by @ncamera in #458

  • [ch-flexible-layout-render] Add support to render widgets using slots by @ncamera in #459

Breaking changes:

  • [ch-flexible-layout-render] Added support for Shadow DOM in the ch-flexible-layout-render. Content rendered inside the flexible-layout will no longer be customizable via traditional CSS.

  • [ch-flexible-layout-render] Removed cssClass property as it is no longer supported with Shadow DOM.

Full Changelog: v6.0.0-next.52...v6.0.0-next.53

v6.0.0-next.52

13 Nov 00:20
Compare
Choose a tag to compare
v6.0.0-next.52 Pre-release
Pre-release

What's Changed

  • [ch-tree-view-render] Properly ident first level leafs when the expand button is visible by @ncamera in #455

  • [ch-markdown-viewer] Add scroll in ch-markdown-viewer's table when the content overflows by @ncamera in #456

Full Changelog: v6.0.0-next.51...v6.0.0-next.52

v6.0.0-next.51

09 Nov 14:24
Compare
Choose a tag to compare
v6.0.0-next.51 Pre-release
Pre-release

What's Changed

  • [ch-tree-view-render] Fix some cases where the tree view items would flicker with filters applied by @ncamera in #453

  • [ch-chat] Fix ch-chat's textarea losing the styles after keypress by @ncamera in #454

Full Changelog: v6.0.0-next.50...v6.0.0-next.51

v6.0.0-next.50

03 Nov 02:59
Compare
Choose a tag to compare
v6.0.0-next.50 Pre-release
Pre-release

What's Changed

  • [ch-tree-view-render] Refactor filters with regular expressions by @ncamera in #451

  • [ch-chat] Improve ch-chat's default values and fix items property not being reactive by @ncamera in #452

Breaking changes

  • [ch-tree-view-render] Removed regularExpression property for the TreeViewFilterOptions type (used in the filterOptions property of the ch-tree-view-render).

  • [ch-tree-view-render] Update filter property type from string to string | RegExp | undefined.

  • [ch-chat] The callbacks property is no longer a required property. It now can be undefined.

  • [ch-chat] The generatingResponse property is no longer a required property. It is now false by default.

  • [ch-chat] The isMobile property is no longer a required property. It is now false by default.

  • [ch-chat] The loadingState property is no longer a required property. It is now "initial" by default.

  • [ch-chat] The translations property is no longer a required property. It now has a default value to implement English translations.

Full Changelog: v6.0.0-next.49...v6.0.0-next.50

v6.0.0-next.49

03 Nov 02:58
Compare
Choose a tag to compare
v6.0.0-next.49 Pre-release
Pre-release

What's Changed

  • [ch-combo-box-reder] Add support for the change event by @ncamera in #450

Full Changelog: v6.0.0-next.48...v6.0.0-next.49

v6.0.0-next.48

03 Nov 02:58
Compare
Choose a tag to compare
v6.0.0-next.48 Pre-release
Pre-release

What's Changed

  • [ch-combo-box-render] Fix icons not working when using suggest and suggestOptions = { alreadyProcessed: true } by @ncamera in #449

Full Changelog: v6.0.0-next.47...v6.0.0-next.48

v6.0.0-next.47

03 Nov 02:57
Compare
Choose a tag to compare
v6.0.0-next.47 Pre-release
Pre-release

What's Changed

  • [ch-action-list-render] Fix getImagePathCallback prop in action-list not working as expected based on type definition by @ncamera in #447

  • [ch-chat] Remove unused "accessibleName.chat" translation by @ncamera in #448

Breaking changes

  • [ch-chat] Remove unused accessibleName.chat member in translations property.

Full Changelog: v6.0.0-next.46...v6.0.0-next.47