- Dropdown/Search/Checkbox - Removes use of deprecated
dispatchEvent
DOM APIs for generating simulated events
- Rating - Added new setting
fireOnInit
for rating, which defaults tofalse
. When set to trueonRate
will fire when rating is initialized #3712 - Rating - Fixed
ui rating
to not used outlined star in basic variation, instead using a lighter filled in star for increased visibility #3730 - Rating - rating does not fire
onRate
when rating is initialized #3712
- Popup - Popup
preserve
setting (which preserves popup in DOM to avoid regenerating on each show/hide) was set totrue
by default causing generated popups to remain in DOM. #1369
- Rating - Rating now correctly adjusts if
data
attributes change - Rating - Rating styles have been adjusted to use subtle transitions and tweaked color values.
- Rating - Vertical alignment of
ui rating
with inline content now accounts for parent line height - Card - Star / Like button colors have been fixed to match
ui rating
insidecard
- Rating - Rating now uses an embedded icon font to maximize compatibility
- Rating - Rating can now automatically generate icons without including them
- Rating - Rating can use data attributes to specify individual ratings
- Docs - Language clarified for menu/rating definition Thanks jnbt/ewiner
- Rating - Fixes issue where rating was behaving erratically in Chrome
- Rating - Fixes vertical alignment with text
- Rating - Ratings now receive class disabled when read only, instead of receiving
active
when rateable since active are much more common
- Fixes heart rating color
- Adds more sizes to ratings
- Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable'
- Fixes rating line height issue
- Fixes rating not being sent as first callback parameter on 'onRate'
- Rating icon missing font content with icon font update
- Padding on side of rating
- Rating settings documentation