Commit graph

1457 commits

Author SHA1 Message Date
Johan Fagerberg 43929d98be
Merge pull request #681 from simple-icons/develop
Publish Mozilla, Firefox and Quintcast
2017-11-28 23:18:29 +01:00
Johan Fagerberg 051b659a4f
Version bump 2017-11-28 23:15:10 +01:00
Johan Fagerberg 5cba7e5d76
Merge pull request #678 from rosslh/develop
Change Mozilla icon to social icon instead of wordmark
2017-11-28 23:14:47 +01:00
Ross Hill 7084e9b6a9 remove id="a" from path tag 2017-11-28 16:54:56 -05:00
Johan Fagerberg 25fb93f928
Merge pull request #679 from li-xinyang/xinyang/add-quantcast
Add Quantcast logo
2017-11-28 16:42:17 +01:00
Li Xinyang d971331e92 Remove unused attributes 2017-11-28 23:23:46 +08:00
Li Xinyang 406333e004 Add meta data to SVG 2017-11-28 17:18:03 +08:00
Li Xinyang 2444e22d02 Add Quantcast logo 2017-11-28 17:09:04 +08:00
Ross Hill 20884159dc fix icon & rebase 2017-11-27 16:47:27 -05:00
Ross Hill 5f6fc2def5 Add Mozilla Firefox logo (#677)
* add firefox

* add firefox svg
2017-11-27 17:17:24 +01:00
Johan Fagerberg 9196874eff
Merge pull request #676 from simple-icons/develop
Publish TripAdvisor color update
2017-11-26 22:51:03 +01:00
Johan Fagerberg 7bb819198b
Version bump 2017-11-26 22:45:11 +01:00
Johan Fagerberg 2f85b3022e
Merge pull request #675 from ThomasJClark/tateal
Update TripAdvisor teal
2017-11-26 22:44:42 +01:00
Tom Clark 1a8876fa72 Update TripAdvisor teal 2017-11-26 15:43:45 -05:00
Johan Fagerberg 823dd3841d
Merge pull request #674 from simple-icons/develop
Publish Homify, Glassdoor and Humble Bundle
2017-11-22 22:46:10 +01:00
Johan Fagerberg a1ea7ab889
Version bump 2017-11-22 22:44:38 +01:00
Johan Fagerberg b33687552d
Merge pull request #673 from ericcornelissen/add-humblebundle
Add Humble Bundle icon
2017-11-22 22:43:56 +01:00
Eric Cornelissen 5a347a8aab Add Humble Bundle icon
Added the H logomark of HumbleBundle. I got it from their support website,
I used the red color present in their logo and support website.

I decided to use the H logomark over the "bindle" because the "bindle"
isn't present on their homepage anymore and I couldn't find any preference
on their support site.
2017-11-22 19:55:42 +01:00
Eric Cornelissen 0aa29161f4 Update the Glassdoor Icon (#672) 2017-11-21 14:17:54 -08:00
Eric Cornelissen e3f19dd8bd
Merge pull request #670 from louistsaitszho/develop
Add homify icon
2017-11-19 14:05:08 +01:00
Louis c6e4d6cebf Add homify icon 2017-11-19 13:54:29 +01:00
Johan Fagerberg 1d684dcb7d
Update versioned CDN links to use @latest 2017-11-12 23:26:03 +01:00
Johan Fagerberg 1d0a75418b
Merge pull request #669 from simple-icons/develop
Publish Staticman
2017-11-12 23:15:49 +01:00
Johan Fagerberg 21dfa06e9d
Version bump 2017-11-12 23:14:18 +01:00
Johan Fagerberg 19b9e7c95c
Merge pull request #667 from davidklebanoff/develop
Staticman
2017-11-12 23:13:52 +01:00
David Klebanoff b5ed8958b8
Update Campaign Monitor Color #668 2017-11-12 14:07:30 -08:00
David Klebanoff 87c6f1effa Added staticman. 2017-11-12 13:33:12 -08:00
Johan Fagerberg dee836afdb
Merge pull request #665 from simple-icons/develop
Publish Bower
2017-11-03 11:19:02 +01:00
Johan Fagerberg 61ba6b42ba
Version bump 2017-11-03 11:16:57 +01:00
Johan Fagerberg 0f9f7c5aa1
Merge pull request #664 from whoisjorge/develop
Bower!
2017-11-03 11:16:33 +01:00
Jorge Moliner d1b479f0a5
Compress
SVGO++
2017-11-03 05:37:04 +01:00
Jorge Moliner 9ddc17893f
Changed hex color
`#EF5734`
2017-11-02 23:20:03 +01:00
Johan Fagerberg d4c449289e
Merge pull request #663 from simple-icons/develop
Publish search fix
2017-11-02 23:04:54 +01:00
Jorge Moliner c684594abe
Bower update
Discuss color code in PR
2017-11-02 22:59:05 +01:00
Jorge Moliner c53ed96d1f
Bower!
Added bower icon 🕊
2017-11-02 22:57:05 +01:00
Johan Fagerberg ddf20ecf76
Merge pull request #662 from ericcornelissen/fix-querystring-check
Fix search activation when no query is present
2017-11-02 22:53:37 +01:00
Eric Cornelissen 9ed48875bf Fix search activation when no query is present
Closes #661, as pointed out by @birjolaxew the return value by
getUrlParameter() will not be null but an empty string (which is a falsy
value) if no query is present, checking for truthiness should work
correctly.
2017-11-02 21:03:55 +01:00
Johan Fagerberg 420a0204b8
Merge pull request #660 from simple-icons/develop
Publish search changes
2017-11-02 00:39:18 +01:00
Johan Fagerberg 04d9c945cc
Merge pull request #659 from ericcornelissen/fuzzy-search
Add fuzzy search
2017-11-02 00:36:11 +01:00
Johan Fagerberg a63abe4e59
Merge pull request #658 from ericcornelissen/url-search-query
Add support for search query in URL
2017-11-02 00:33:03 +01:00
Eric Cornelissen bc97a6e0ec Use custom URL parser for query parameter
As pointed out by @birjolaxew, URLSearchParams isn't supported by IE.
Hence, adding a custom URL parser to get the query parameter.
2017-11-01 22:55:05 +01:00
Eric Cornelissen 077b8bb794 Implement fuzzy search
Updated the search method from a simple partially-equals method to a
fuzzy search (also Approximate string matching) implementation.

My implementation is based on an implementation by @ wouter2203:
https://github.com/wouter2203/fuzzy-search
2017-11-01 22:05:24 +01:00
Eric Cornelissen b395b7837a Add support for search query in URL
As discussed in #648, implemented JavaScript based support for a search
query in the URL. This feature does two things:
1. If you go to `www.simpleicons.org/?q=adobe`, the page will load with
a search query for the string `'adobe'`.
2. If you start searching on `www.simpleicons.org`, the url will be
updated with each keystroke to `www.simpleicons.org/?q=hellowor`.

Since `window.history.replaceState` is being used, this changing of the
URL does not mess with the browser history. I.e. if the user came from
www.google.com, started searching and press the back button they will
return to www.google.com immediately.
2017-11-01 21:17:23 +01:00
Johan Fagerberg 3393c048c2
Merge pull request #657 from simple-icons/develop
Publish Webpack
2017-11-01 17:24:03 +01:00
Johan Fagerberg 462d15f6f9
Version bump 2017-11-01 17:21:47 +01:00
Johan Fagerberg b2a4270c4e
Merge pull request #656 from whoisjorge/develop
Webpack!
2017-11-01 17:21:01 +01:00
Jorge Moliner 9cd05adb93
Fixed typo error and optimized size
@birjolaxew
2017-11-01 16:46:43 +01:00
Jorge Moliner 4ba7a96e3c
Trully compressed and removed "false stroke"
:octocat:
2017-11-01 06:51:14 +01:00
Jorge Moliner 11339f1b14 Added Webpack 2017-11-01 06:29:27 +01:00
Johan Fagerberg 65167464c7 Merge pull request #654 from simple-icons/develop
Publish recent changes
2017-10-22 20:52:01 +02:00