Font Awesome
updated to version5.15.1
.
Font Awesome
updated to version5.13.0
.
Font Awesome
updated to version5.11.0
.
Font Awesome
updated to version5.9.0
.
- Update tests.
Font Awesome
updated to version5.7.1
.- Added new size constants.
Font Awesome
updated to version5.3.1
.- Add text stacking function.
- Refactoring of asset bundles.
- Remove bower-asset from
composer.json
- These classes are now deprecated:
rmrevin\yii\fontawesome\AssetBundle
rmrevin\yii\fontawesome\cdn\AssetBundle
- Update readme.
- Update tests.
- Remove static font awesome bundle and add composer
bower-asset/font-awesome
. Font Awesome
updated to version5.1
.
Font Awesome
updated to version5.0
.- These class are now deprecated:
rmrevin\yii\fontawesome\FA
use...\fontawesome\FAB
,...\fontawesome\FAL
,...\fontawesome\FAR
,...\fontawesome\FAS
.
- These deprecated properties and methods are now removed:
rmrevin\yii\fontawesome\component\Icon::$defaultTag
rmrevin\yii\fontawesome\component\Icon::$tag
rmrevin\yii\fontawesome\component\Icon::tag()
rmrevin\yii\fontawesome\component\Icon::render()
rmrevin\yii\fontawesome\component\Stack::$defaultTag
rmrevin\yii\fontawesome\component\Stack::$tag
rmrevin\yii\fontawesome\component\Stack::tag()
rmrevin\yii\fontawesome\component\Stack::render()
rmrevin\yii\fontawesome\component\UnorderedList::$defaultTag
rmrevin\yii\fontawesome\component\UnorderedList::$tag
rmrevin\yii\fontawesome\component\UnorderedList::tag()
rmrevin\yii\fontawesome\component\UnorderedList::render()
rmrevin\yii\fontawesome\FA::getConstants()
- Downgrade minimum php to
5.4
Font Awesome
updated to version4.7
.- Update minimum php to
5.5
- These deprecated classes are now removed:
rmrevin\yii\fontawesome\CDNAssetBundle
- These deprecated methods are now removed:
rmrevin\yii\fontawesome\component\Icon::ul
rmrevin\yii\fontawesome\component\Icon::fixed_width
rmrevin\yii\fontawesome\component\Icon::pull_left
rmrevin\yii\fontawesome\component\Icon::pull_right
- In method
rmrevin\yii\fontawesome\component\UnorderedList::item
changed interface (removed$icon
param). - These directories are now deprecated:
./assets
- These fields and methods are now deprecated:
rmrevin\yii\fontawesome\component\Icon::$defaultTag
rmrevin\yii\fontawesome\component\Icon::$tag
rmrevin\yii\fontawesome\component\Icon::tag()
rmrevin\yii\fontawesome\component\Icon::render()
rmrevin\yii\fontawesome\component\Stack::$defaultTag
rmrevin\yii\fontawesome\component\Stack::$tag
rmrevin\yii\fontawesome\component\Stack::tag()
rmrevin\yii\fontawesome\component\Stack::render()
rmrevin\yii\fontawesome\component\UnorderedList::$defaultTag
rmrevin\yii\fontawesome\component\UnorderedList::$tag
rmrevin\yii\fontawesome\component\UnorderedList::tag()
rmrevin\yii\fontawesome\component\UnorderedList::render()
- Refactoring class
rmrevin\yii\fontawesome\component\UnorderedList
.
- Fix options in li item.
- Update readme.
- Enh #22: Added FA:ul() method.
- Refactoring.
- Update icon name constants to version 4.6.3.
- Added option to skip the icon.
- Added option to change the order of icons in the stack.
- Remove bower package.
Font Awesome
updated to version4.6
.
Font Awesome
updated to version4.5
.
- Add shortcuts methods
i()
forFA::icon()
andFA::s()
forFA::stack()
- Update readme
- Variable
FA::$cssPrefix
transferred to the classFontAwesome
. - Refactoring.
- Update tests.
Font Awesome
updated to version4.4
.
- Added the ability to change the tag for icons.
- Change
cnd
url to cloudflare.
CDNAssetBundle
is now deprecated. Usermrevin\yii\fontawesome\cdn\AssetBundle
.- Refactoring.
- Fix bug in tests.
- Add CDN asset bundle
CDNAssetBundle
. - Composer package
fortawesome/font-awesome
replaced on bower packagebower-asset/fontawesome
. - Adding warning messages in deprecated methods.
- Add changelog.
- Refactoring.
- Update readme.
- Method
icon()->fixed_width()
is deprecated. Use insteadicon()->fixedWidth()
. - Method
icon()->pull_left()
is deprecated. Use insteadicon()->pullLeft()
. - Method
icon()->pull_right()
is deprecated. Use insteadicon()->pullRight()
. - Updated tests.
- Fix asset bundle publish bug on windows.
- In asset bundle added
init
method for filtering publising assets.
- Refactoring.
- Update readme.
- In class
FA
add static propertycssPrefix
for customizing css class. - Refactoring.
- Update readme.
- Update travisCI config.
Font Awesome
updated to version4.3
.- Update icons constants list.
- Update readme.
- Implementation of extension.