Bootstrap Iconpicker Versions Save

A simple icon picker

v1.10.0

5 years ago
  • 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 includes bootstrap-iconpicker-iconset-all.min.js and bootstrap-iconpicker.min.js files.

v1.9.0

6 years ago
  • 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.

v1.8.1

6 years ago
  • Support for NPM install.

v1.8.2

6 years ago
  • Fix navigation to invalid pages.
  • Filling search/hidden inputs.
  • Search and filter case insensitive.
  • Support for Bootstrap 3.3.7.
  • Update license to MIT.

v1.8.0

6 years ago
  • 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.

v1.7.0

9 years ago
  • 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 1 more icon fonts:

v1.6.0

9 years ago
  • Restructure iconset configuration.

v1.5.0

9 years ago
  • Add search field.

v1.4.0

9 years ago
  • Support for customization of the component.

v1.3.1

9 years ago
  • Bind body click to solve issues for ajax loaded pages. @crlcu