Releases: genexuslabs/chameleon-controls-library
v6.0.0-next.56
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 namehiddentoshowby @bsastregx in #469. Reason: The presence of thehiddenproperty 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
What's Changed
-
[ch-accordion-render][ch-navigation-list-render]Fixbox-sizing: border-boxnot working properly by @ncamera in #463 -
[ch-combo-box-render]Fix the display ofcursor: pointerthroughout 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
What's Changed
-
[ch-tab-render][ch-flexible-layout-render]Remove thedirectionproperty in favor of thetabListPositionproperty and improve customization by @ncamera in #460 -
[ch-tab-render][ch-flexible-layout-render]Add support for setting thecloseButtonon each tab button by @ncamera in #461 -
[ch-tab-render][ch-flexible-layout-render]Add support foraccessibleNameproperty on items by @ncamera in #462
Breaking changes
-
[ch-tab-render]Removed thedirectionproperty in favor of thetabListPositionproperty. Migrating fromdirectiontotabListPosition:direction="block"--->tabListPosition="block-start"direction="inline"--->tabListPosition="inline-start"
-
[ch-tab-render]The following parts were renamed:button--->tabpage--->panelpage-container--->panel-container
-
[ch-tab-render]Removed thedrag-previewanddrag-preview-elementparts in favor of thetab draggingpart. -
[ch-tab-render]Removed thedrag-preview--outside-tab-listpart in favor of thedragging-out-of-tab-listpart. -
[ch-tab-render]Removed thedrag-preview--inside-tab-list__blockpart in favor of thedragging-over-tab-list blockpart. -
[ch-tab-render]Removed thedrag-preview--inside-tab-list__inlinepart in favor of thedragging-over-tab-list inlinepart. -
[ch-tab-render]Removedblock-size: 100%CSS property from the ch-tab-render, since it can break margin styling. Usedisplay: gridin 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 toch-flexible-layout-render. -
[ch-tab-render][ch-flexible-layout-render]Because theaccessibleNameproperty is added on the items, thenameproperty is now marked as optional.
Full Changelog: v6.0.0-next.53...v6.0.0-next.54
v6.0.0-next.53
What's Changed
-
[ch-theme]Support to inline StyleSheets,attachStyleSheetsproperty 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 thech-flexible-layout-render. Content rendered inside the flexible-layout will no longer be customizable via traditional CSS. -
[ch-flexible-layout-render]RemovedcssClassproperty 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
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 inch-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
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]Fixch-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
What's Changed
-
[ch-tree-view-render]Refactor filters with regular expressions by @ncamera in #451 -
[ch-chat]Improvech-chat's default values and fixitemsproperty not being reactive by @ncamera in #452
Breaking changes
-
[ch-tree-view-render]RemovedregularExpressionproperty for theTreeViewFilterOptionstype (used in thefilterOptionsproperty of thech-tree-view-render). -
[ch-tree-view-render]Updatefilterproperty type fromstringtostring | RegExp | undefined. -
[ch-chat]Thecallbacksproperty is no longer a required property. It now can beundefined. -
[ch-chat]ThegeneratingResponseproperty is no longer a required property. It is nowfalseby default. -
[ch-chat]TheisMobileproperty is no longer a required property. It is nowfalseby default. -
[ch-chat]TheloadingStateproperty is no longer a required property. It is now"initial"by default. -
[ch-chat]Thetranslationsproperty 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
What's Changed
Full Changelog: v6.0.0-next.48...v6.0.0-next.49
v6.0.0-next.48
What's Changed
[ch-combo-box-render]Fix icons not working when usingsuggestandsuggestOptions = { alreadyProcessed: true }by @ncamera in #449
Full Changelog: v6.0.0-next.47...v6.0.0-next.48
v6.0.0-next.47
What's Changed
-
[ch-action-list-render]FixgetImagePathCallbackprop 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 unusedaccessibleName.chatmember intranslationsproperty.
Full Changelog: v6.0.0-next.46...v6.0.0-next.47