fontawesome-iconpicker
Advanced tools
Comparing version 1.3.1 to 1.4.1
@@ -6,3 +6,3 @@ { | ||
"description": "Font Awesome Icon Picker extension for Google Chrome", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"icons": { | ||
@@ -9,0 +9,0 @@ "19": "icon.png", |
@@ -55,3 +55,3 @@ /*! | ||
$(function () { | ||
$('.iconpicker').iconpicker({ | ||
$('.iconpicker').html('').iconpicker({ | ||
showFooter: true, | ||
@@ -58,0 +58,0 @@ templates: { |
{ | ||
"name": "fontawesome-iconpicker", | ||
"version": "1.3.1", | ||
"version": "1.4.1", | ||
"description": "Font Awesome Icon Picker plugin for Twitter Bootstrap", | ||
"homepage": "https://farbelous.github.io/fontawesome-iconpicker/", | ||
"author": "Javi Aguilar", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -21,9 +23,2 @@ "type": "git", | ||
], | ||
"author": "Javi Aguilar", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/farbelous/fontawesome-iconpicker/blob/master/LICENSE" | ||
} | ||
], | ||
"devDependencies": { | ||
@@ -30,0 +25,0 @@ "grunt": "~0.4.5", |
@@ -52,2 +52,9 @@ fontawesome-iconpicker | ||
```javascript | ||
// Bind iconpicker events to the element | ||
$('.my').on('iconpickerSelected', function(event){ | ||
/* event.iconpickerValue */ | ||
}); | ||
``` | ||
## Popover placement extensions | ||
@@ -120,11 +127,1 @@ | ||
``` | ||
## TO-DO | ||
- [x] Support other icon fonts | ||
- [x] Fix: input marked as error when it is empty | ||
- [x] Add role=button to each item, for making them tabbable | ||
- [x] Ability to use the user input as the filter instead of the popover input | ||
- [x] Fix bottomRight position when using component mode | ||
- [x] Better dropdown compatibility | ||
- [x] Ability to mix various class prefixes and use a customizable class formatter function | ||
- [ ] ~~Ability to select and copy the icon character (the would need to be hardcoded in js)~~ (Use the chrome extension) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2988
3313722
28
126