* add new icons
- add icon for AT&T
- add icon for T-mobile
- add icon for Sprint
- add icon for Cricket
- add icon for Verizon
- add icon for Boost
- add icon for Framer
- add icon for Sketch
- Update _data/simple-icons.json with new icon data
* remove `<g>` from svg files
- remove `<g>` from svg files to address svglint error
* add apple pay
- Add apple pay
- Update simple-icons.json
* make changes per review
Changes were made based on review 9/9/18.
* fixed AT&T naming
* add new icons
- Add Groupon
- Add HockeyApp
- Add IconJar
- Add Mix
- Add Safari
- Remove Stumbleupon
* Fixed IconJar hex
Capitalized hex value for iconjar.
* Updated kaiOS filename.
Jekyll doesn't seem to like capital letters.
* add creative cloud
* Remove kiaOS
Travis doesn't seem to like this logo. Need to investigate issue further.
* Removing kiaOS for real 👍
* Remove kiaOS...for real for real :-)
* Address requested changes
* Implement basic test for the NPM package
Just an initial test suite that checks if all promised imports actually
exist. The testing framework Jest was chosen because of it ease of setup
and use.
* Implement exhaustive tests of properties for each icon
* Add D3.js icon SVG
* Add D3.js icon details
Linked to the D3 official organisations repository for their logo. The
color is somewhat ambigious as their coloured logo uses gradients, and
there are no guidelines for the color (at least, I couldn't find them).
Hence, I went with one of the colors suggested by @SumNeuron in #874.
* Update D3.js icon details
* Disable sort buttons when there is a search query
* Restore sorting order when search query is removed
* Update comment
* Add button to sort by relevance (non-functional)
As discussed in #949. Relatedly also removed the functionality that
disabled the "sort by color" and "sort alphabetically" buttons (and
related styling).
* Update sorting behaviour
Refactored to sorting algorithms into a single function and updated
relevant code. The "sort by relenvance" button is now functional, and is
automatically actived when the user starts searching, but not when
updating their search query.
* Restore sorting ordre when search query is removed
* Only sort when needed
* Refactor activing a sorting button/selecting a soring order
* Renaming variables and functions
* Add colors to "order by relevance" button on hover
* Add CoffeeScript icon SVG
As found on their homepage: https://coffeescript.org/
* Add CoffeeScript icon details
The color is taken from the navigation bar of their website (<nav>).
* Update CoffeeScript icon color
* Update the travis build to work in stages
* Intentional "Build website" error
* Intentional "Lint" error
* Restore CI test errors
* Conditional deplay stage, only on master
So PRs targetting develop don't run an empty stage.
Related Travis Documentation:
https://docs.travis-ci.com/user/conditional-builds-stages-jobs/
* Add prepublish script
Compiles icons into both static js files (icons/{filename}.js) and
into a static index.js. The latter is not tree-shakeable.
Closes#941, closes#751
* Add information on tree-shaking to README
* Remove index.js after publishing
* Change 'prepublish' to 'prepublishOnly'
* Link to webpack in README
* Simplify postpublish cleanup
Thanks @ericcornelissen
* Fix quote usage in prepublish.js
* Fix quote usage in utils.js
* Optimized file size of prepublish output
* Improved readability of prepublish script
* Update Mastodon
Taken straight from their official source
Variant chosen is the one from their favicon
Closes#750
* Update Mastodon color
Source from their official SVG (thanks @ericcornelissen)
Color from their official .jpg logo from renren.com
Note that the .jpg is very noisy - as such there are multiple shades of
blue in it. The chosen one is from the biggest consistent area I could
find.
Alternative color choice: #005EAC from the .png logo from Wikipedia
As no official SVG source is available, one was taken from third party
sources. This was verified to match the official .jpg as closely as
possible.