Releases: victor-valencia/bootstrap-iconpicker
Releases · victor-valencia/bootstrap-iconpicker
Bootstrap-Iconpicker v1.10.0
- 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.jsandbootstrap-iconpicker.min.jsfiles.
Bootstrap-Iconpicker v1.9.0
- 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 (v2.0.1, v2.0.2, v2.0.3, v2.0.4, v2.0.5, v2.0.7, v2.0.8 and v2.0.9) of Typicons.
- Support for multiple versions (v2.0.0, v2.0.1, v2.0.2, v2.1.0, v2.1.1, v2.1.2, v2.2.0, v2.2.1, v2.2.2, v2.2.2, v2.3.0, v2.4.0, v2.4.1, v3.0.0, v3.1.0, v3.2.0, v3.3.0, v3.4.0, v3.4.1, v3.5.0, v4.0.0, v4.1.0, v4.1.1, v4.2.0, v4.2.1, v4.3.0 and v4.4.0) of Octicons.
- Support for multiple versions (v2.0.0, v2.0.1, v2.0.2, v2.1.0, v2.1.1, v2.1.2 and v2.2.0) of Material Design Icons.
- Support for multiple versions (v2.0.1 @ibrahimyilmaz7) of Ionicons.
Bootstrap-Iconpicker v1.8.2
- Fix navigation to invalid pages.
- Filling search/hidden inputs.
- Search and filter case insensitive.
- Support for Bootstrap 3.3.7.
- Update license to MIT.
Bootstrap-Iconpicker v1.8.1
- Support for NPM install.
Bootstrap-Iconpicker v1.8.0
- Fix for case, when there are no icons, and count is displayed, as '1 - 0 of 0 '. @joews
- Support multiple versions (v4.3.0 @michaelbilcot, v4.4.0, v4.5.0, v4.6.0 and v4.7.0) of Font Awesome Icons.
Bootstrap-Iconpicker v1.7.0
- Support for button and div tags.
- All
iconsetincludes the empty icon value. - Option
rowsaccepts the value 0 to indicate all rows. - Add options:
alignheaderfooter
- Add methods:
setAlignsetHeadersetFooter
- Support for 1 more icon fonts:
- All
Bootstrap-Iconpicker v1.6.0
- Restructure
iconsetconfiguration.- Option
iconsetacceptsStringandObject(Limit youriconsetoption). - Add options:
arrowPrevIconClassarrowNextIconClasslabelHeaderlabelFooter
- Add methods:
setArrowClasssetArrowPrevIconClasssetArrowNextIconClasssetColssetIconsetsetLabelHeadersetLabelFootersetPlacementsetRowssetSearchsetSearchTextsetSelectedClasssetUnselectedClass
- Support for 6 more icon fonts:
- Option
Bootstrap-Iconpicker v1.5.0
- Add search field.
Bootstrap-Iconpicker v1.4.0
- Support for customization of the component.
Bootstrap-Iconpicker v1.3.1
- Bind
bodyclickto solve issues for ajax loaded pages. @crlcu