Skip to content

Commit 921729c

Browse files
committed
Merge pull request #287 from swisnl/documentation
Commit to wrong branch.
2 parents 8fc51ac + 998523e commit 921729c

11 files changed

+27
-20
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,13 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103103
### Unreleased ###
104104

105105
* __The Next version will change 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](http://swisnl.github.io/jQuery-contextMenu/docs.html#options-classNames)). The classnames will probably be "context-menu-icon-*" as proposed earlier by @rodneyrehm.
106+
107+
108+
### 1.9.1 (October 11th 2015) ###
109+
106110
* Fixed a bug where the classNames options would fail on a submenu.
107111
* New documentation site and generation using [couscous](https://github.com/CouscousPHP/Couscous)
108112

109-
110113
### 1.9.0 (October 1st 2015) ###
111114

112115
* Make classes configurable for those that can easily conflict. See the [docs on classNames option](http://swisnl.github.io/jQuery-contextMenu/docs.html#options-classNames). This also prepares to change classnames to non conflicting defaults so the hassle with frameworks as bootstrap will stop.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery-contextMenu",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"main": [
55
"dist/jquery.contextMenu.js",
66
"dist/jquery.contextMenu.min.js",

dist/jquery.contextMenu.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery contextMenu - Plugin for simple contextMenu handling
33
*
4-
* Version: v1.9.0
4+
* Version: v1.9.1
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
14-
* Date: 2015-10-08T13:20:56.785Z
14+
* Date: 2015-10-11T18:22:59.127Z
1515
*/
1616

1717
.context-menu-list {

dist/jquery.contextMenu.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* jQuery contextMenu v1.9.0 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v1.9.1 - Plugin for simple contextMenu handling
33
*
4-
* Version: v1.9.0
4+
* Version: v1.9.1
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,7 +12,7 @@
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
* GPL v3 http://opensource.org/licenses/GPL-3.0
1414
*
15-
* Date: 2015-10-08T13:20:57.859Z
15+
* Date: 2015-10-11T18:23:00.141Z
1616
*/
1717

1818
(function (factory) {

dist/jquery.contextMenu.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)