Skip to content

Releases: IgniteUI/igniteui-webcomponents

7.0.0

25 Feb 09:27
9d59bad

Choose a tag to compare

Please refer to CHANGELOG.md for details.

7.0.0-rc.0

20 Feb 10:47
f1203f4

Choose a tag to compare

7.0.0-rc.0 Pre-release
Pre-release
remove: Removed deprecated properties for tooltip and chat components…

6.5.1

04 Feb 08:51
315d4ac

Choose a tag to compare

Please refer to CHANGELOG.md for details.

6.5.0

20 Jan 15:41
0ea6ca9

Choose a tag to compare

Please refer to CHANGELOG.md for details.

6.4.0

15 Dec 16:33
0633d7e

Choose a tag to compare

Please refer to CHANGELOG.md for details.

6.4.0-alpha.4

17 Nov 09:57
66a3896

Choose a tag to compare

6.4.0-alpha.4 Pre-release
Pre-release
build(deps): bump js-yaml in the npm_and_yarn group across 1 director…

6.3.6

14 Nov 10:07

Choose a tag to compare

Please refer to CHANGELOG.md for details.

6.3.5

13 Nov 14:23

Choose a tag to compare

Please refer to CHANGELOG.md for details.

6.4.0-alpha.3

10 Nov 13:14
b31a07d

Choose a tag to compare

6.4.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: 6.4.0-alpha.2...6.4.0-alpha.3

6.4.0-alpha.2

06 Nov 07:23
a1cdbf3

Choose a tag to compare

6.4.0-alpha.2 Pre-release
Pre-release
fix(chat): Run adoptPageStyles on theme swap (#1950)

This commit addresses several scenarios where
the old implementation would fail:

1. A runtime change of the global theme. Since
the theme controller overwrites the adopted stylesheets
collection this would nuke previous root styles.

2. SPA router navigation where the chat is created
before a certain framework passes down the 'options'
object.