- The issue with "the close icon being misaligned when the content alignment was set to centre" has been resolved.
The Message component has an option to display the messages with severity by differentiating icons and colors to denote the importance and context of the message to the end user. The following key features are available in the Message component.
-
Severity - Provides an option to display the message with distinctive icons and colors based on the severity type. The available severity types such as Normal, Success, Info, Warning, and Error.
-
Variants - Provides an option to display the message with predefined appearance variants. The available variants such as Text, Outlined, and Filled.
-
Visibility - Provides an option to show or hide the message.
-
Template - Provides an option to customize the content of the message.
The Skeleton is a placeholder that animates a shimmer effect to let users know that the page's content is currently loading. In other words, it simulates the layout of page content while loading the actual content.
-
Rendering - The Skeleton component can be rendered as Circle, Square, Text, and Rectangle shapes.
-
Effects - Supports wave, fade, and pulse shimmer effects.
F175544
- Now, the toast will render properly in the target container when thetarget
API is set as an HTML element.
I382879
- Now, the close event will be triggered only once when the toast is closed by swiping on the mobile devices.
I367641
- Now, the icon in the toast with typewarning
that is displayed using the toast utility method works properly.
#I329725
,#F164851
- Provided the support to show the toast in any place using the toast utility function.
308530
- The issue with "Toast elements are not destroyed properly when open and hide the toast" has been fixed.
#254606
- Web accessibility related issues have been resolved.
#F149339
, #256583
- The issue with passing empty string value to cssClass API has been fixed.
252807
- Provided the support to access the 'dynamic toast model properties passed in the show method', as arguments in thebeforeOpen
,open
andclose
events.
#242279
- The DOM selector processing has been prevented in thetitle
property. The Toast component now accepts only string and HTML string in thetitle
property.
- Resolved the issue "window is not define" on registering component as plugin in Toast component.
- Provided support for
Swipe
action on Toast in devices.
- The issue with Toast title ellipsis has been fixed.
Badge can be used to alert users about new or unread messages, notifications, and additional information
to the content. This can be used in conjunction with lists to represent each list’s timeline such as new
, old
, and preview
.
-
Types - Provided 8 different types of Badges.
-
Predefined Colours - Provided 8 predefined situational colours of Badges.
-
Position - Supports 3 different positions, such as
default
,top
andbottom
.
The toast is a small container, in which user can show a single or multiple informative lines with actions.
-
Position: Enables to position the toast anywhere on the screen. It has a predefined set of positions and custom inputs for position based on the target.
-
Autohide and TimeOut: Toast can be expired based on the timeOut property; it hides toast automatically when reaches specific time without user interaction.
-
Multi Toast: Toasts can support to display multiple toasts with various time delay.
-
Progress Bar: Supports to visually indicate time lapse when the toast expires.
-
Action Buttons: Supports to add buttons in the toast for archiving any actions within the toast.
-
Template: User customized element can be defined for the toast using the template property.