v6.11.0
Chameleon 6.11.0 (2025-06-03)
| Category | Change |
|---|---|
[ch-chat][ch-markdown-viewer] Refactor the rendering engine to migrate to the Lit compiler by @ncamera in #512 |
|
[ch-chat] Fix sequential calls for addNewMessage not working when the chat is empty and add sendChatMessage method by @ncamera in #513 |
|
[ch-tree-view-render] Correctly sort by default items that don't have an order by @ncamera in #514 |
Breaking changes
-
The
ch-chatandch-markdown-viewercomponents are now rendered using the Lit compiler. -
This compiler help us to facilitate the way to customize the render of the components, because this compiler doesn't need a build step to provide custom templates for the components. See more in https://lit.dev/docs/libraries/standalone-templates/
-
Due to the above, there are the following breaking changes:
-
The
renderItemproperty of thech-chatnow must return aTemplateResult. This is achived by using a Lit template with the html function. -
The
renderCodeproperty and theMarkdownViewerCodeRendertype of thech-marrkdown-viewernow must return aTemplateResult. This is achived by using a Lit template with the html function.
-
Full Changelog: v6.10.0...v6.11.0