simple-icons/simple-icons-website

Some icons are not properly alphabetically ordered

mondeja opened this issue · 3 comments

The end of the page shows some icons that are not the latest alphabetically:

image

easy fix: needs a sort call in webpack.config

Waybackmachining a bit seems that the problem was introduced in this commit, when simple-icons was bumped to v6, because at 2021 11 28 - 11:37 the problem didn't exists but at 2021 11 29 - 00:25 yes.

Waybackmachining a bit seems that the problem was introduced in this commit, when simple-icons was bumped to v6, because at 2021 11 28 - 11:37 the problem didn't exists but at 2021 11 29 - 00:25 yes.

it may be true.
The alpha ordering of the icons was assumed in the released npm library up to version 6.
Whatever the publishing process is (I'm not familiar) the icons released in version 6 were not sorted into the overall list.
Regardless of whether that's going to be fixed or not, the website now sorts it after import, so from the website standpoint it doesn't matter anymore.
It would be best if the publishing of the NPM package sorted the icons as previously, though. Just for aesthetics when using the library directly, I suppose.