Skip to content

Latest commit

 

History

History
116 lines (110 loc) · 8.73 KB

CHANGELOG.md

File metadata and controls

116 lines (110 loc) · 8.73 KB

Build Status Code Climate npm Bower Release Tag Issues Issues

Iconpicker

A simple iconpicker for Bootstrap 3.x and 4.x.

Table of contents

What´s next

  • 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.

Changelog

  • v1.10.0. (2018-Oct-10)

    • 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. (2017-Jul-27)

    • 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)
  • v1.8.2. (2017-Jul-19)

  • v1.8.1. (2017-Jul-18)

    • Support for npm install.
  • v1.8.0. (2017-Jul-18)

    • 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)
  • v1.7.0. (2015-Jun-01)

    • 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)
  • v1.6.0. (2014-Nov-01)

    • Restructure iconset configuration.
    • Option iconset accepts String and Object (Limit your iconset 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:
  • v1.5.0. (2014-Oct-19)

    • Add search field.
  • v1.4.0. (2014-Oct-17)

    • Support for customization of the component.
  • v1.3.1. (2014-Oct-16)

    • Bind body click to solve issues for ajax loaded pages. @crlcu.
  • v1.3.0. (2014-Oct-16)

  • v1.2.1. (2014-Jun-27)

  • v1.2.0. (2014-Jan-20)

    • Add the method setIcon.
  • v1.1.0. (2013-Dec-16)

    • Dispatch change event when an iconpicker is changed. @promatik
  • v1.0.1. (2013-Nov-20)

    • Reducing the size of the source file.
  • v1.0.0. (2013-Nov-19)

    • Version initial.