Christoph Päper
170bfa7b0e
Merge e7d275975dc0cfa3ec919e8e0d8331d11cdb2f08 into afecf2af5d897b763e5e8e28d46aad2f710ccad6
2022-01-20 09:17:26 +01:00
Jason Lundien
afecf2af5d
Update CHANGELOG.md headings to remove extra space ( #18580 )
2022-01-12 16:26:44 -06:00
Jory Raphael
7cbd7f9951
Update README.md
2021-10-05 08:17:38 -04:00
Jory Raphael
2bd7a09c64
Update README.md
...
Updating logo and team
2021-10-04 10:52:36 -04:00
Rob Madole
7d3d774145
Release 5.15.4 ( #18141 )
5.15.4
2021-08-04 14:09:22 -05:00
Rob Madole
d79d85c3fa
Release 5.15.3 ( #17742 )
5.15.3
2021-03-16 13:57:33 -05:00
Rob Madole
fcec2d1b01
Release 5.15.2 ( #17552 )
5.15.2
2021-01-13 14:23:11 -06:00
robmadole
57f1632d73
Fix version mismatch
2020-10-05 13:25:08 -05:00
Rob Madole
57005cea6d
Release 5.15.1 ( #17238 )
5.15.1
2020-10-05 11:44:11 -05:00
robmadole
d364e34096
Add minor update warning to CHANGELOG
2020-09-29 08:27:51 -05:00
Rob Madole
f0b80521fd
Release 5.15.0 ( #17208 )
5.15.0
2020-09-29 08:24:01 -05:00
Geremia Taglialatela
951a0d011f
Merge pull request #16911 from FortAwesome/bugfix/fix-changelog-and-upgrading-guide
...
Bugfix/fix changelog and upgrading guide
2020-07-15 23:34:39 +02:00
Geremia Taglialatela
aca6fc6780
Remove caravan code from the table
...
caravan code didn't change and was not supposed to change because `f8ff`
is the last available code in the PUA
2020-07-15 22:43:23 +02:00
Geremia Taglialatela
c1ab5f98a5
Fix link to upgrading guide
2020-07-15 22:41:21 +02:00
Rob Madole
c38da7f63e
Release 5.14.0 ( #16909 )
5.14.0
2020-07-15 13:03:34 -05:00
Rob Madole
1147d199a3
Release 5.13.1 ( #16810 )
5.13.1
2020-06-18 15:53:17 -05:00
Rob Madole
4e64024436
Release 5.13.0 ( #16353 )
5.13.0
2020-03-23 13:53:09 -05:00
Rob Madole
0d1f27efb8
Release 5.12.1 ( #16153 )
5.12.1
2020-02-05 08:36:40 -06:00
Rob Madole
d8db3d032d
Release 5.12.0 ( #15925 )
5.12.0
2019-12-10 16:52:13 -06:00
Rob Madole
516a62816c
Removing nintendo-switch
...
This was unintentionally left in the repo after it had been removed by request of Nintendo America
2019-11-20 10:42:35 -06:00
Rob Madole
1c1b102b2b
Release 5.11.2 ( #15592 )
5.11.2
2019-09-23 13:57:22 -05:00
Rob Madole
89fdc36835
Release 5.11.1 ( #15565 )
5.11.1
2019-09-18 18:02:29 -05:00
Rob Madole
57451ba758
Release 5.11.0 ( #15564 )
5.11.0
2019-09-18 12:14:39 -05:00
Rob Madole
090e6148d3
Release 5.10.2 ( #15417 )
5.10.2
2019-08-22 15:37:41 -05:00
Rob Madole
538a5bc4cf
Release 5.10.1 ( #15329 )
5.10.1
2019-08-02 15:25:26 -05:00
Rob Madole
5c06ed0778
Release 5.10.0 ( #15303 )
5.10.0
2019-07-29 11:25:20 -05:00
Brian Talbot
7f71046744
Updating team listing with new members ( #15274 )
2019-07-23 18:27:07 -05:00
Christoph Päper
e7d275975d
Create sprites[-regular|-solid|-brands].css
...
+ CSS images are set by classes.
+ No CSS variables are used.
+ The type of image (i.e. *background, list-style* or *content*)
is predefined for some (HTML) element and class combinations:
* **(`dt`|`dd`|`li`)**`.fa`[`r`|`s`|`b`]*`-name`* use `list-style-image`
* **`.i`**`.fa`[`r`|`s`|`b`]*`-name`* use `background-image`
* **`.a`**`.fa`[`r`|`s`|`b`]*`-name`* use `content` *after* element content
* **(`.b`|`i`)**`.fa`[`r`|`s`|`b`]*`-name`* use `content` *before* element content
* **`summary`**`.fa`[`r`|`s`|`b`]*`-name`* use `content` for *marker* box
2019-06-17 15:06:43 +02:00
Christoph Päper
7fab0b3ad8
Create sprites-var[-regular|-solid|-brands].css
...
**`sprites-var`**[`-regular`|`-solid`|`-brands`]**`.css`**
+ CSS variables `--fa`[`r`|`s`|`b`]*`-name`* are defined
for all Font Awesome Free symbols
inside `:root` and are thus available anywhere.
+ They point a `url()` to the respective symbol
in one of the three SVG files found in `/sprites/`.
+ These variables can be used by authors at will.
2019-06-17 15:05:40 +02:00
Christoph Päper
efbb1a9b9f
Create fa-symbol[-regular|-solid|-brands].css
...
**`fa-symbol`**[`-regular`|`-solid`|`-brands`]**`.css`**
+ CSS variable `--fa-symbol` is set by classes.
+ The variable can be used with `var(--fa-symbol)` which is predefined for some element and class combinations:
* **(`dt`|`dd`|`li`)**`.fa`[`r`|`s`|`b`] use `list-style-image`
* **`.i`**`.fa`[`r`|`s`|`b`] uses `background-image`
* **`.a`**`.fa`[`r`|`s`|`b`] uses `content` *after* element content
* **(`.b`|`i`)**`.fa`[`r`|`s`|`b`] use `content` *before* element content
* **`summary`**`.fa`[`r`|`s`|`b`] use `content` for *marker* box
2019-06-17 15:02:52 +02:00
Rob Madole
fcbfba1f7e
Fix link to upgrading guide
2019-06-05 08:56:24 -05:00
Rob Madole
ba907eaec4
Release 5.9.0 ( #15106 )
5.9.0
2019-06-04 16:18:16 -05:00
Rob Madole
3afe50bda5
Remove old bug report template
2019-05-31 16:16:56 -05:00
Rob Madole
d279427f22
Remove old feature request template
2019-05-31 16:16:37 -05:00
Rob Madole
10f2f57d0b
Update issue templates
2019-05-31 16:14:12 -05:00
Christian Oliff
3c394ee897
HTTPS relevant links ( #14995 )
2019-05-17 14:30:44 -05:00
Rob Madole
e05a121978
Release 5.8.2 ( #14992 )
5.8.2
2019-05-07 12:37:12 -05:00
Rob Madole
299abb1fb1
Release 5.8.1 ( #14785 )
5.8.1
2019-03-21 16:50:43 -05:00
Rob Madole
e0994360c5
Release 5.8.0 ( #14779 )
5.8.0
2019-03-19 17:45:20 -05:00
Rob Madole
1cf1062e0c
Release 5.7.2 ( #14632 )
5.7.2
2019-02-12 11:09:34 -06:00
Rob Madole
2a7e86d8f0
Under the patty
2019-02-01 13:46:30 -06:00
Rob Madole
8e18ae95ec
Top of the patty
2019-02-01 13:44:48 -06:00
Rob Madole
def7d5bda0
Release 5.7.1 ( #14591 )
5.7.1
2019-02-01 13:17:32 -06:00
Rob Madole
cd0029e8bf
Mention some additional upgrading information
2019-01-28 16:41:44 -06:00
Rob Madole
63f8fd9c7e
Release 5.7.0 ( #14562 )
5.7.0
2019-01-28 14:03:10 -06:00
Rob Madole
fc377a13a3
Adding composer.json ( #14431 )
2018-12-20 16:41:16 -06:00
Rob Madole
34dff97269
Release 5.6.3 ( #14429 )
5.6.3
2018-12-20 11:48:54 -06:00
Rob Madole
1975bba5c4
Release 5.6.1 ( #14397 )
5.6.1
2018-12-12 11:26:34 -06:00
Rob Madole
ce084cb346
Release 5.6.0 ( #14370 )
5.6.0
2018-12-07 15:53:43 -06:00
Nicolas Kaiser
d87223e6d0
Fix typo in README ( #13055 )
2018-11-16 16:44:13 -06:00