Blame view

vendor/rmrevin/yii2-fontawesome/CHANGELOG.md 1.7 KB
e9aa73b0   andryeyev   + adminLte
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
  2015-08-15 - 2.12.0
  -------------------
  * `Font Awesome` updated to version `4.4`.
  
  2015-06-29 - 2.11.0
  -------------------
  * Added the ability to change the tag for icons.
  
  2015-06-23 - 2.10.3
  -------------------
  * Change `cnd` url to cloudflare.
  
  2015-06-19 - 2.10.2
  -------------------
  * `CDNAssetBundle` is now deprecated. Use `rmrevin\yii\fontawesome\cdn\AssetBundle`.
  * Refactoring.
  
  2015-05-09 - 2.10.1
  -------------------
  * Fix bug in tests.
  
  2015-05-09 - 2.10.0
  -------------------
  * Add CDN asset bundle `CDNAssetBundle`.
  * Composer package `fortawesome/font-awesome` replaced on bower package `bower-asset/fontawesome`.
  * Adding warning messages in deprecated methods.
  * Add changelog.
  * Refactoring.
  * Update readme.
  
  2015-04-28 - 2.9.2
  ------------------
  * Method `icon()->fixed_width()` is deprecated. Use instead `icon()->fixedWidth()`.
  * Method `icon()->pull_left()` is deprecated. Use instead `icon()->pullLeft()`.
  * Method `icon()->pull_right()` is deprecated. Use instead `icon()->pullRight()`.
  * Updated tests.
  
  2015-04-08 - 2.9.1
  ------------------
  * Fix asset bundle publish bug on windows.
  
  2015-03-31 - 2.9.0
  ------------------
  * In asset bundle added `init` method for filtering publising assets.
  
  2015-03-17 - 2.8.2
  ------------------
  * Refactoring.
  
  2015-03-16 - 2.8.1
  ------------------
  * Update readme.
  
  2015-03-16 - 2.8.0
  ------------------
  * In class `FA` add static property `cssPrefix` for customizing css class.
  * Refactoring.
  * Update readme.
  
  2015-02-08 - 2.7.1
  ------------------
  * Update travisCI config.
  
  2015-01-26 - 2.7.0
  ------------------
  * `Font Awesome` updated to version `4.3`.
  * Update icons constants list.
  * Update readme.
  
  Until 2015-03-04
  ----------------
  * Implementation of extension.