A simple iconpicker for Bootstrap 3.x and 4.x.
- Support for multiple versions (v1.3.x) of Weather Icons.
- Support for versions (v5.2.x, v5.1.x, and v5.0.x) of Font Awesome Icons.
- Support for versions (v8.x, v7.x, v6.x, and v5.x) of Octicons.
- Support for versions (v4.4.1, and v3.x) of Ionicons.
- Support for versions (v3.2.0) of Flag Icons.
-
- Support for Bootstrap 4.x.
- Support for multiple versions of Font Awesome Icons (Free and Pro). (v5.3.1, v5.3.1_pro)
- Support for Weather Icons. (v2.0.10)
- Change default options:
arrowNextIconClass
=fas fa-arrow-right
(Previous value:glyphicon glyphicon-arrow-right
)arrowPrevIconClass
=fas fa-arrow-left
(Previous value:glyphicon glyphicon-arrow-left
)iconset
=fontawesome5
(Previous value:glyphicon
)unselectedClass
=btn-secondary
. (Previous value:btn-default
)
- Add file
bootstrap-iconpicker.bundle.min.js
, this file includesbootstrap-iconpicker-iconset-all.min.js
andbootstrap-iconpicker.min.js
files.
-
- Includes all iconset files in file
bootstrap-iconpicker-iconset-all.js
. - Add option
iconsetVersion
. - Support for Flag Icons. (v2.8.0)
- Support for multiple versions of Typicons. (v2.0.9, v2.0.8, v2.0.7, v2.0.5, v2.0.4, v2.0.3, v2.0.2, v2.0.1)
- Support for multiple versions of Octicons. (v4.4.0, v4.3.0, v4.2.1, v4.2.0, v4.1.1, v4.1.0, v4.0.0, v3.5.0, v3.4.1, v3.4.0, v3.3.0, v3.2.0, v3.1.0, v3.0.0, v2.4.1, v2.4.0, v2.3.0, v2.2.2, v2.2.1, v2.2.0, v2.1.2, v2.1.1, v2.1.0, v2.0.2, v2.0.1, v2.0.0)
- Support for multiple versions of Material Design Icons. (v2.2.0, v2.1.2, v2.1.1, v2.1.0, v2.0.2, v2.0.1, v2.0.0)
- Support for Ionicons. (v2.0.1 @ibrahimyilmaz7)
- Includes all iconset files in file
-
- Fix navigation to invalid pages.
- Filling search/hidden inputs. @s-belichenko-sold
- Search and filter case insensitive. @mahmoud-asadi
- Support for Bootstrap 3.3.7.
- Update license to MIT.
-
- Support for npm install.
-
- Fix for case, when there are no icons, and count is displayed, as '1 - 0 of 0 '. @joews.
- Support for multiple versions of Font Awesome Icons. (v4.7.0, v4.6.0, v4.5.0, v4.4.0, v4.3.0 @michaelbilcot)
-
- Support for button and div tags.
- All
iconset
includes the empty icon value. - Option
rows
accepts the value 0 to indicate all rows. - Add options:
align
header
footer
- Add methods:
setAlign
setHeader
setFooter
- Support for Material Design Icons. (v1.1.1)
-
- Restructure
iconset
configuration. - Option
iconset
acceptsString
andObject
(Limit youriconset
option). - Add options:
arrowPrevIconClass
arrowNextIconClass
labelHeader
labelFooter
- Add methods:
setArrowClass
setArrowPrevIconClass
setArrowNextIconClass
setCols
setIconset
setLabelHeader
setLabelFooter
setPlacement
setRows
setSearch
setSearchText
setSelectedClass
setUnselectedClass
- Support for 6 more icon fonts:
- Elusive Icons. (v2.0.0)
- Ionicons. (v1.5.2)
- Map Icons. (v2.1.0)
- Octicons. (v2.1.2)
- Typicons. (v2.0.6)
- Weather Icons. (v1.2.0)
- Restructure
-
- Add search field.
-
- Support for customization of the component.
-
- Bind
body
click
to solve issues for ajax loaded pages. @crlcu.
- Bind
-
- Support for multiple versions of Font Awesome Icons. (v4.2.0, v4.1.0, v4.0.0)
-
- Add
.iconpicker-popover
class. @jwhitfieldseed
- Add
-
- Add the method
setIcon
.
- Add the method
-
- Dispatch
change
event when an iconpicker is changed. @promatik
- Dispatch
-
- Reducing the size of the source file.
-
- Version initial.