Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 21:45
· 306 commits to main since this release

3.0.0 (2024-03-22)

Quick Info

This release brings a completely revamped UI using SVG icons, improved UI overall and add/replace some more CSS/SASS variables. Please note that because the lib is now using SVG icons which indirectly dropped support for Font icons, there are also more use of CSS flexbox to align SVG icons and texts. Another breaking change was to remove some methods and options that were previously deprecated and removed in this release as shown below

option or method name alternative
addTitle option use displayTitle instead
styler method use cssStyler instead

⚠ BREAKING CHANGES

  • remove deprecated options (#251)
  • new Modern Look by using SVG icons (#247)

Features

Bug Fixes