Skip to content

Commit af48c05

Browse files
Update version, documentation and test to v1.8.2
1 parent 9601cbf commit af48c05

File tree

8 files changed

+27
-14
lines changed

8 files changed

+27
-14
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Issues](http://img.shields.io/github/issues/victor-valencia/bootstrap-iconpicker.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/issues?q=is%3Aopen)
77
[![Issues](http://img.shields.io/badge/license-MIT-red.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/blob/master/LICENSE)
88

9-
# [Bootstrap-Iconpicker v1.8.0](http://victor-valencia.github.io/bootstrap-iconpicker)
9+
# [Bootstrap-Iconpicker v1.8.2](http://victor-valencia.github.io/bootstrap-iconpicker)
1010
![Iconpicker](bootstrap-iconpicker.png)
1111

1212
A simple iconpicker for Bootstrap 3.x.
@@ -28,7 +28,7 @@ Other icon fonts thats supports: [Elusive Icons](http://press.codes/downloads/el
2828

2929
Three quick start options are available:
3030

31-
- Download the latest release: [![Tag](http://img.shields.io/github/release/victor-valencia/bootstrap-iconpicker.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.8.0.zip).
31+
- Download the latest release: [![Tag](http://img.shields.io/github/release/victor-valencia/bootstrap-iconpicker.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.8.2.zip).
3232
- Clone the repo: `git clone https://github.com/victor-valencia/bootstrap-iconpicker.git`.
3333
- Install with [Bower](http://bower.io): `bower install bootstrap-iconpicker`.
3434
- Install with [NPM](https://www.npmjs.com): `npm install bootstrap-iconpicker`.
@@ -90,9 +90,16 @@ Have a bug or a feature request? [Please open a new issue](https://github.com/vi
9090
You may use [this JSFiddle](http://jsfiddle.net/victor_valencia/y1q541ar/) as a template for your bug reports.
9191

9292
## Changelog
93+
- [![v1.8.2](http://img.shields.io/badge/zip-v1.8.2-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.8.2.zip).
94+
- Fix navigation to invalid pages.
95+
- Filling search/hidden inputs.
96+
- Support for [Bootstrap 3.3.7](http://getbootstrap.com/).
97+
- Update license to [MIT](https://github.com/victor-valencia/bootstrap-iconpicker/blob/master/LICENSE).
98+
- [![v1.8.1](http://img.shields.io/badge/zip-v1.8.1-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.8.1.zip).
99+
- Support for [NPM](https://www.npmjs.com) install.
93100
- [![v1.8.0](http://img.shields.io/badge/zip-v1.8.0-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.8.0.zip).
94101
- Fix for case, when there are no icons, and count is displayed, as '1 - 0 of 0 '. @[joews](https://github.com/joews).
95-
- Support multiple versions (v4.3.0 @[michaelbilcot](https://github.com/michaelbilcot), v4.4.0, v4.5.0, v4.6.0 and v4.7.0) of [Font Awesome Icons](http://fontawesome.io/).
102+
- Support for multiple versions (v4.3.0 @[michaelbilcot](https://github.com/michaelbilcot), v4.4.0, v4.5.0, v4.6.0 and v4.7.0) of [Font Awesome Icons](http://fontawesome.io/).
96103
- [![v1.7.0](http://img.shields.io/badge/zip-v1.7.0-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.7.0.zip).
97104
- Support for button and div tags.
98105
- All `iconset` includes the empty icon value.
@@ -143,7 +150,7 @@ You may use [this JSFiddle](http://jsfiddle.net/victor_valencia/y1q541ar/) as a
143150
- [![v1.3.1](http://img.shields.io/badge/zip-v1.3.1-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.3.1.zip).
144151
- Bind `body` `click` to solve issues for ajax loaded pages. @[crlcu](https://github.com/crlcu)
145152
- [![v1.3.0](http://img.shields.io/badge/zip-v1.3.0-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.3.0.zip).
146-
- Support multiple versions (v4.0.0, v4.1.0, v4.2.0) of [Font Awesome Icons](http://fontawesome.io/).
153+
- Support for multiple versions (v4.0.0, v4.1.0, v4.2.0) of [Font Awesome Icons](http://fontawesome.io/).
147154
- [![v1.2.1](http://img.shields.io/badge/zip-v1.2.1-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.2.1.zip).
148155
- Add `.iconpicker-popover` class. @[jwhitfieldseed](https://github.com/jwhitfieldseed)
149156
- [![v1.2.0](http://img.shields.io/badge/zip-v1.2.0-blue.svg)](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.2.0.zip).

bootstrap-iconpicker/css/bootstrap-iconpicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!========================================================================
2-
* Bootstrap: bootstrap-iconpicker.css v1.8.0 by @recktoner
2+
* Bootstrap: bootstrap-iconpicker.css v1.8.2 by @recktoner
33
* https://victor-valencia.github.com/bootstrap-iconpicker
44
* ========================================================================
55
* Copyright 2013-2017 Victor Valencia Rico.

bootstrap-iconpicker/css/bootstrap-iconpicker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap-iconpicker/js/bootstrap-iconpicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!========================================================================
2-
* Bootstrap: bootstrap-iconpicker.js v1.8.0 by @recktoner
2+
* Bootstrap: bootstrap-iconpicker.js v1.8.2 by @recktoner
33
* https://victor-valencia.github.com/bootstrap-iconpicker
44
* ========================================================================
55
* Copyright 2013-2017 Victor Valencia Rico.
@@ -19,7 +19,7 @@
1919

2020
// ICONPICKER VERSION
2121
// ==============================
22-
Iconpicker.VERSION = '1.8.0';
22+
Iconpicker.VERSION = '1.8.2';
2323

2424
// ICONPICKER ICONSET_EMPTY
2525
// ==============================

bootstrap-iconpicker/js/bootstrap-iconpicker.min.js

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-iconpicker",
33
"description": "Simple Iconpicker for Bootstrap 3.x",
4-
"version": "1.8.0",
4+
"version": "1.8.2",
55
"keywords": [
66
"Bootstrap",
77
"Iconpicker",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-iconpicker",
3-
"version": "1.8.0",
3+
"version": "1.8.2",
44
"homepage": "https://victor-valencia.github.com/bootstrap-iconpicker",
55
"author": {
66
"name": "Victor Valencia Rico",

test/test.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
var assert = chai.assert;
22

3-
describe('Bootstrp-IconPicker v1.8.0', function() {
3+
describe('Bootstrp-IconPicker v1.8.2', function() {
4+
5+
it('should match current version of plugin', function() {
6+
7+
assert.equal($.fn.iconpicker.Constructor.VERSION, '1.8.2');
8+
9+
});
410

511
it('should init with "button" tag and attributes[ role="iconpicker" ]', function() {
612

@@ -1187,7 +1193,7 @@ describe('Bootstrp-IconPicker v1.8.0', function() {
11871193
.iconpicker()
11881194
.on('change', eventSpy);
11891195

1190-
obj.trigger('change', [{icon: 'test1'}]);
1196+
obj.trigger('change', [{icon: 'test1'}]);
11911197

11921198
assert(eventSpy.called, 'Event did not fire');
11931199
assert(eventSpy.calledOnce, 'Event fired more than once');

0 commit comments

Comments
 (0)