Skip to content

Release version 0.1.25

Compare
Choose a tag to compare
@mishramayank1 mishramayank1 released this 10 May 13:59
· 470 commits to master since this release

Release Version 0.1.25:

What's New:

Fluent V2:

New Component: File Card, Announcement Card, Basic Card.

Fix/Enhancement:
	1) Added support of custom Control token to leverage FluentTheme API.
	2) Updated background controlToken to use Brush instead of Color to support gradient color.
	3) Enhanced Fluent Icon & text to remove material dependency for these.

Note: This release has following breaking changes.
    1) AliasTokens renamed to FluentAliasTokens.
    2) GlobalTokens renamed to FluentGlobalTokens.
    3) Removed AppThemeController & merge its functionality to FluentTheme singleton class.
    4) FluentTheme function parameter changed from taking AliasTokens, ControlTokens objects to implementation of IAliasTokens, IControlTokens.
    5) In control tokens, backgroundColor function changed to backgroundBrush to support gradient.