Skip to content

69.0.0

Compare
Choose a tag to compare
@rmccar rmccar released this 06 Mar 13:37
· 114 commits to main since this release
0b77bb0

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: The type param on panel, message or status components has been renamed to variant any services using these components will need to rename the type param to variant in their component config.

New features

Accessibility improvements

Enhancements

  • Update ESLint config to include unused imports and indenting by @rmccar in #3044
  • Exploring Unnecessary Conditionals: Autosuggest by @SriHV in #3067

Fixes

Full Changelog: 68.0.0...69.0.0