Remco Haszing
b1f7b53df3
Fix usage for decorated class properties
...
Given the following `tsconfig.json`:
```json
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
}
```
The following will currently causes an import error:
```ts
import { IconName } from '@fortawesome/fontawesome-common-types';
class MyClass {
@MyDecorator
icon: IconName;
}
```
This is because in some situations TypeScript doesn’t know that `IconName` is a
only exists as a type. It will generate an import, which can’t be resolved.
Simply adding an empty JavaScript file, will make the environment able to import
the package, even though the import value of `IconName` will be `undefined`.
2020-10-28 14:02:21 +01:00
robmadole
57f1632d73
Fix version mismatch
2020-10-05 13:25:08 -05:00
Rob Madole
57005cea6d
Release 5.15.1 ( #17238 )
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 )
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 )
2020-07-15 13:03:34 -05:00
Rob Madole
1147d199a3
Release 5.13.1 ( #16810 )
2020-06-18 15:53:17 -05:00
Rob Madole
4e64024436
Release 5.13.0 ( #16353 )
2020-03-23 13:53:09 -05:00
Rob Madole
0d1f27efb8
Release 5.12.1 ( #16153 )
2020-02-05 08:36:40 -06:00
Rob Madole
d8db3d032d
Release 5.12.0 ( #15925 )
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 )
2019-09-23 13:57:22 -05:00
Rob Madole
89fdc36835
Release 5.11.1 ( #15565 )
2019-09-18 18:02:29 -05:00
Rob Madole
57451ba758
Release 5.11.0 ( #15564 )
2019-09-18 12:14:39 -05:00
Rob Madole
090e6148d3
Release 5.10.2 ( #15417 )
2019-08-22 15:37:41 -05:00
Rob Madole
538a5bc4cf
Release 5.10.1 ( #15329 )
2019-08-02 15:25:26 -05:00
Rob Madole
5c06ed0778
Release 5.10.0 ( #15303 )
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
Rob Madole
fcbfba1f7e
Fix link to upgrading guide
2019-06-05 08:56:24 -05:00
Rob Madole
ba907eaec4
Release 5.9.0 ( #15106 )
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 )
2019-05-07 12:37:12 -05:00
Rob Madole
299abb1fb1
Release 5.8.1 ( #14785 )
2019-03-21 16:50:43 -05:00
Rob Madole
e0994360c5
Release 5.8.0 ( #14779 )
2019-03-19 17:45:20 -05:00
Rob Madole
1cf1062e0c
Release 5.7.2 ( #14632 )
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 )
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 )
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 )
2018-12-20 11:48:54 -06:00
Rob Madole
1975bba5c4
Release 5.6.1 ( #14397 )
2018-12-12 11:26:34 -06:00
Rob Madole
ce084cb346
Release 5.6.0 ( #14370 )
2018-12-07 15:53:43 -06:00
Nicolas Kaiser
d87223e6d0
Fix typo in README ( #13055 )
2018-11-16 16:44:13 -06:00
Rob Madole
4f4cb7c2f5
Release 5.5.0 ( #14212 )
2018-11-02 10:15:27 -05:00
Rob Madole
06814cb4c2
Release 5.4.2 ( #14174 )
2018-10-25 17:05:36 -05:00
Rob Madole
559a780f29
Release 5.4.1 ( #14098 )
2018-10-11 14:59:47 -05:00
Rob Madole
5362994408
Release 5.4.0 ( #14081 )
2018-10-08 14:40:30 -05:00
Rob Madole
dafc5f5de4
Mention removed icons in 5.3.1, fixes #13836
2018-08-29 14:09:35 -05:00
Rob Madole
ff2853acce
Release 5.3.1 ( #13829 )
2018-08-28 12:52:13 -05:00
Rob Madole
9fc64f7087
Release 5.3.0 ( #13824 )
2018-08-27 12:43:10 -05:00
Rob Madole
bab41b27a1
Fixing npmjs.com link to @fortawesome scope
2018-08-06 09:44:29 -05:00
Rob Madole
4d15bfde56
Remove older 5.0.x files ( #13608 )
2018-07-23 12:50:51 -05:00