12.0.0
版本发布时间: 2024-05-26 18:38:10
simple-icons/simple-icons最新发布版本:13.11.0(2024-09-22 15:29:20)
New Icons
- Audiobookshelf (#10605) (@21st-centuryman)
- Awwwards (#10539) (@stefanobartoletti)
- Foundry Virtual Tabletop (#10575) (@adamrusted)
- FusionAuth (#10776) (@service-paradis)
- Homepage (#10452) (@21st-centuryman)
- Hugging Face (#9259) (@PratyushJayachandran)
- Kagi (#10976) (@uncenter)
- n8n (#10909) (@CodeShakingSheep)
- Posit (#10987) (@cwickham)
- React Bootstrap (#10921) (@CodeShakingSheep)
- Sartorius (#10967) (@CodeShakingSheep)
- UiPath (#10773) (@Mvlprem)
- unpkg (#10317) (@service-paradis)
- Zigbee2MQTT (#10212) (@PeterShaggyNoble)
Updated Icons
- Adidas (#10982) (@jglamp)
- FastAPI (#10663) (@uncenter)
- RenovateBot (#10996) (@sisp)
Removed Icons
- FITE (#10060) (@PeterShaggyNoble)
- Flattr (#10380) (@service-paradis)
- Google Bard (#10453) (@PeterShaggyNoble)
- Integromat (#10152) (@PeterShaggyNoble)
- Niantic (#10979) (@PratyushJayachandran)
- Nintendo Network (#10006) (@adamrusted)
- Rome (#10113) (@PeterShaggyNoble)
- Shotcut (#10043) (@PeterShaggyNoble)
- Skynet (#10504) (@kwypchlo)
- Twitter (#9748) (@adamrusted)
Renamed Icons
-
Airbrake.io
toAirbrake
(#10513) (@PeterShaggyNoble) -
Amazon Web Services
toAmazon Web Services
(#10391) (@readboy8) -
RStudio
toRStudio IDE
(#10999) (@adamrusted)
SDK Changes
URL_REGEX
-> urlRegex()
The exported constant URL_REGEX
has been removed. Please use the function urlRegex()
instead:
import {urlRegex} from 'simple-icons/sdk';
const regex = await urlRegex();
For more details, please see: https://github.com/simple-icons/simple-icons/pull/10276 (@mondeja)
getThirdPartyExtensions()
-> getThirdPartyExtensions()
and getThirdPartyLibraries()
The function getThirdPartyExtensions()
has been splitted in two functions getThirdPartyExtensions()
and getThirdPartyLibraries()
.
For more details, please see: https://github.com/simple-icons/simple-icons/pull/10977 (@adamrusted)