Skip to content

2.2.2

Compare
Choose a tag to compare
@bbrala bbrala released this 15 Jul 18:45
· 269 commits to master since this release

Added

  • Add option to show item title as HTML (thanks @brassard)
  • Full Font Awesome support

Changed

  • Use relative units for css fixes (Issue #386) (thanks @RoachMech)
  • Change unicode characters in CSS to readable strings.
  • Improved item styles (thanks @anseki)

Fixed

  • Force woff2 font creation for Windows some machines.
  • Fix so that disabled items can't get focus anymore (thanks @anseki)
  • Fix so menu size is calculated better no items will take up 2 lines again (thanks @anseki)
  • Fix bower.json (thanks @nelson6e65)
  • Fix typo in documentation for "position" and "build" callback (thanks @mmcev106)

Documentation

  • Documentation added for cm_seperator (thanks @nelson6e65)
  • Fix typo in items options documentation (thanks @nelson6e65)
  • Fix typo in animation: fadeOut (thanks @avi-meslati-sp)
  • Fix typo in docs code: show is used twice (thanks @kgeorgiou)
  • Fix in async documentation.