jQuery contextMenu v2.0.0 Release Notes

Release Date: 2015-10-28 // over 8 years ago
    • 0๏ธโƒฃ This version changes the default names of the icon classes in order to stop CSS conflicts with frameworks which define the class 'icon'. In order to keep the icon names the same as before this change you can change the defaults on the classnames for the icons (docs on classNames option). The classnames will probably be "context-menu-icon-*" as proposed earlier by @rodneyrehm.
    • ๐Ÿ“š You can not use SASS to customize your contextmenu. The gulp command build-icons takes all the SVG icons from src/icons and builds them into a font. In order to this we needed to break backwards compatibility. This does mean the new CSS does not have the old .icon class defined which makes it a lot more stable within CSS frameworks. The first revision of the documentation is found [here](documentation/docs/customize.md).
    • ๐Ÿ›  The 1.x branch will be maintained for a while with bugfixes. But support for 1.x will be dropped in the coming months.
    • ๐Ÿ”’ Reverted the change from 1.7.0: .html() changed back to .text() since it is an security issue (thanks @arai-a)