Skip to content

v6.0.0-next.50

Pre-release
Pre-release
Compare
Choose a tag to compare
@ncamera ncamera released this 03 Nov 02:59
· 24 commits to main since this 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