69.0.0
What's Changed
⚠️ Breaking changes
-
Update highlight CSS for strong tags by @rmccar in #3068
Change details:<em>
tags will now no longer highlight text this functionality has been replaced in titles with the<strong>
tag in titles. Services using<em>
tags to highlight text in titles will now need to use the<strong>
tag instead. But because of this change the "ons-highlight" class will now no longer need to be set when using these tags. -
Update type param to variant on various components by @rmccar in #3047
Change details: Thetype
param on panel, message or status components has been renamed tovariant
any services using these components will need to rename thetype
param tovariant
in their component config.
New features
Accessibility improvements
- Description list not structured properly for screen readers by @precious-onyenaucheya-ons in #3053
Enhancements
- Update ESLint config to include unused imports and indenting by @rmccar in #3044
- Exploring Unnecessary Conditionals: Autosuggest by @SriHV in #3067
Fixes
- Update placeholder text colour by @rmccar in #3062
- Fix/3004/icon in footer not clickable by @balibirchlee in #3036
- Fix appearance of checkboxes by @adi-unni in #3066
- Fix/3035/review GA implementation by @alessioventuriniAND in #3069
Full Changelog: 68.0.0...69.0.0