v6.0.0-next.50
Pre-releaseWhat's Changed
-
[ch-tree-view-render]
Refactor filters with regular expressions by @ncamera in #451 -
[ch-chat]
Improvech-chat
's default values and fixitems
property not being reactive by @ncamera in #452
Breaking changes
-
[ch-tree-view-render]
RemovedregularExpression
property for theTreeViewFilterOptions
type (used in thefilterOptions
property of thech-tree-view-render
). -
[ch-tree-view-render]
Updatefilter
property type fromstring
tostring | RegExp | undefined
. -
[ch-chat]
Thecallbacks
property is no longer a required property. It now can beundefined
. -
[ch-chat]
ThegeneratingResponse
property is no longer a required property. It is nowfalse
by default. -
[ch-chat]
TheisMobile
property is no longer a required property. It is nowfalse
by default. -
[ch-chat]
TheloadingState
property is no longer a required property. It is now"initial"
by default. -
[ch-chat]
Thetranslations
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