Commit Graph

1936 Commits

Author SHA1 Message Date
Gabriel Arazas
0fe53cf88d Add Skillshare icon (#1686)
* Add Skillshare icon

* Update the source of Skillshare icon

---

Closes #1411
2019-10-04 22:29:22 +03:00
Sanjeev yadav
58c75a8fe0 Added TensorFlow icon (#1683) 2019-10-02 08:21:13 +02:00
Eric Cornelissen
93425f8aa0 No longer require no final newline in SVGs (#1682)
* Introduce newline into a SVG

for testing purposes

* Remove potential newlines from SVGs when building the package

* Don't lint SVG files

... so it is neither required to have, or not have, a final newline

* Remove both Windows and Unix style newlines in build script

* Rever 3372ca3
2019-09-30 18:34:42 +02:00
renovate[bot]
fcc89c9461 Pin dependencies (#1680) 2019-09-30 08:21:06 +03:00
Andrew
57648777b7 added Google Scholar logo (#1677)
* Create googlescholar.svg

* Update simple-icons.json

* Update color in simple-icons.json

* manually removed newline

* scaled to touch edges of bounding box

---

Closes #1338
2019-09-29 20:59:31 +03:00
renovate[bot]
2340094188 Configure Renovate (#1633)
* Add renovate.json

* Move Renovate Bot configuration to .github directory

This is allowed according to the documentation[1] and makes more sense 
in my opinion as it is something that is relevant exclusively on GitHub.

--
1. https://docs.renovatebot.com/configuration-options/

* Specify labels to be used by PRs from Renovate Bot

as per: https://docs.renovatebot.com/configuration-options/#labels

* Schedule Renovate Bot to run once a month

as per 
https://docs.renovatebot.com/presets-config/#configsemverallmonthly

* Separate lockFileMaintenance configuration

based on 
https://docs.renovatebot.com/presets-default/#maintainlockfilesmonthly

* Refine schedule to bi-weekly

* Refactor the Renovate Bot configuration file

* Convert the Renovate bot configuration file to the JSON5 format

Which is allowed as per [1], for details see [2].

Specifically utilizing the fact that keys don't need qoutes, trailing 
commas (,) are allowed, and comments can be used.

--
1. https://docs.renovatebot.com/configuration-options/
2. https://json5.org/

* Remove explicit commitMessageAction from Renovate configuration
2019-09-27 10:19:06 +03:00
Jurij Zahn
04f01ade81 Terraform Icon (#1674)
* add terraform icon

* remove stroke attribute from terraform icon

* remove trailing newline

---

Closes #1624
2019-09-26 15:27:58 +03:00
Eric Cornelissen
3129166158
Add composer.json (#1611)
* Add composer.json

* Update issue template to include Packagist

* Update README.md
2019-09-26 09:04:33 +03:00
Eric Cornelisesn
fa27e1138d version bump 2019-09-22 18:37:50 +03:00
Casper da Costa-Luis
67ae569c54 add GNU Privacy Guard (#1632)
fixes #1631
2019-09-20 19:08:14 +02:00
Louis Tsai
3d88316123 Add Zalando and Azure Artifacts (#1630)
* Add Zalando

* Add azure artifacts

* Update _data/simple-icons.json

---

Closes #1623
2019-09-20 12:28:36 +03:00
Evan Bacon
96cd98c3d2 Add Expo icon (#1621) 2019-09-13 14:08:05 +03:00
Louis Tsai
e2460ff5b1 Add 3 icons (#1620)
Closes #1596 add Svelte

Closes #1589 Add codefactor icon

Closes #1581 Add Snowpad

* #1620 fixes

* #1620 fixes (round 2)
2019-09-10 23:45:01 +02:00
Louis Tsai
6f48a8a7af Add 3DS and Zulip; Update vk (#1618)
* Add 3DS and Zulip; Update vk

* Update 3ds.svg

* Update 3DS color

* Update 3ds.svg

* Update and rename 3ds.svg to nintendo3ds.svg

* Remove extra newline from 3DS

* Add squarcle to vk

---


closes #1573
closes #1602
closes #1599
2019-09-09 20:16:04 +03:00
Eric Cornelisesn
28fd6e5b1d version bump 2019-09-08 13:57:44 +03:00
Louis Tsai
3f46070f8d Add Storybook and Open Collection, Update GoLang (#1615)
* Update golang

* Add Open Collective

* Add Storybook

* Fix golang svg typo

* Combine multiple paths into 1

---

Closes  #1412
Closes  #1587
Closes  #1594
2019-09-08 13:54:51 +03:00
Fatih Mehmet Ozcan
3f4351fdc7 Laravel Nova Icon Added (#1610)
* Laravel Nova Icon Added

* Laravel Nova svg file rename

---

Closes #1609
2019-09-04 21:55:20 +03:00
Luis Puerto
131e43b49c Add Open Source Initiative Icon (#1607)
* Update _data/simple-icons.json

* Center icon

---

Closes #1551
2019-09-04 21:27:16 +03:00
Luis Puerto
196663d43a Add RStudio icon (#1608)
Closes #1603
2019-09-04 14:51:09 +03:00
Eric Cornelisesn
1a116d3112 Specify "git tag" stage language 2019-08-25 23:06:08 +03:00
Eric Cornelisesn
3e5e920010 version bump 2019-08-25 14:52:05 +03:00
João Pedro Moraes
e435e53224 Added Linux Deepin icon (#1495)
* Added Distro Deepin Linux icon

* update svg address

* minor corrections

* fix deepin svg
2019-08-23 09:10:17 +02:00
Eric Cornelissen
9d5efebad7 Add a .gitattributes files (#1559)
* Create .gitattributes

* Update list of 'export-ignore' files in .gitattributes
2019-08-18 11:21:43 +02:00
Eric Cornelissen
87ab9c43a7 Refactor prepublish script to use template file for icon objects (#1547)
* Refactor prepublish script to use template file for icon objects

... to hopefully increase readability

* Fix build and test issues

* Add missing semi-colon

* Explicitly check for errors when writing individual static .js files
2019-08-15 13:23:35 +02:00
Eric Cornelissen
96a8ab301b Add Travis CI deploy step for release tags (#1558)
* Add sample Travis CI deploy step to tag commits on master and push that

TODO: should find the version number from ./package.json

* Get git name and email for tagging from env

* Extract current version number from manifest

Attempt...

* Update .travis.yml

Fix whitespace issue and command error

* Switch sed order and escape double qoutes

* Replace curly braces by parentheses

* Test deploy of release tag to GitHub

* Convert deploy back to script

And update actual deploy step commands

* Remove test deploy stage

* Fix api_key value and remove leftover configuration
2019-08-15 13:16:28 +02:00
Johan Fagerberg
55bbd58701
Merge pull request #1574 from vigonotion/vi/jet
added jet icon
2019-08-15 13:08:41 +02:00
Fatih Mehmet Ozcan
fee1c3aa25 Realm Icon Added (#1586)
Closes #1567
2019-08-15 12:59:11 +02:00
Fatih Mehmet Ozcan
06630058d9 Socket.io Icon Added (#1583)
* Socket.io Icon Added

* Update _data/simple-icons.json

Socket.io source updated

* Socket.io icon file name updated

---

Closes #1564
2019-08-14 17:24:42 +02:00
Eric Cornelisesn
186d4ab1e9 version bump 2019-08-11 12:54:12 +02:00
Eric Cornelissen
3435a3e4ff
Fix error in Cloudbees path (#1556) 2019-08-11 13:27:39 +03:00
Fatih Mehmet Ozcan
1abcf6f57a Added Dashlane Icon (#1582)
* Dashlane Icon Added

* Create dashlane.svg

* dashlane.svg aligned properly

* Dashlane hex updated


---


Closes #1570
2019-08-10 12:09:38 +03:00
Tom Schneider
e1232f366b Added shell icon (#1576)
* added shell icon

* fix icon suffix in title

* using english wikipedia

* rename Royal Dutch Shell to just Shell
2019-08-08 10:38:14 +03:00
David Klebanoff
0726b9e07e
Added Godot. (#1577) 2019-08-06 17:09:22 -07:00
Jan Keromnes
6c875c7277 Add Gitpod icon. (#1579)
* Improve Gitpod first load experience.

* Add Gitpod icon.
2019-08-06 18:52:52 +03:00
Tom Schneider
7665782042 Added aral icon (#1575)
* added aral icon

* fix icon suffix in title

* remove final new line
2019-08-06 13:23:53 +03:00
Tom Schneider
392f2db471
remove final new line 2019-08-05 20:31:14 +02:00
Tom Schneider
fdf755bf3e
fix icon suffix in title 2019-08-05 20:23:57 +02:00
Tom Schneider
82ac35983b
added jet icon 2019-08-05 20:04:03 +02:00
Eric Cornelissen
ddc3fe09d4 Fix name of "enumerable" property in Object.defineProperty
As discussed in https://github.com/simple-icons/simple-icons/pull/1555
2019-07-25 23:27:15 +01:00
Fatih Mehmet Ozcan
d27c51ed4c Add OpenVPN & WireGuard Icon (#1535)
* OpenVPN Added

* Add openvpn.svg

* Update title inside openvpn.svg

* Add WireGuard Icon

* Update wireguard.svg

* OpenVPN Icon Updated

* Vertically centered

As @birjolaxew requested
2019-07-25 14:43:55 +02:00
Eric Cornelissen
b1b2f339b8 Don't enumerate the get method (#1555)
* Test that all elements when iterating simpleIcons are objects

* Refactor index template to hide .get method from enumeration
2019-07-24 21:17:46 +02:00
David Klebanoff
0c275b7173 Added Lyft. (#1545) 2019-07-24 13:19:23 +02:00
Fatih Mehmet Ozcan
cf0e11138b Add Cassandra Icon (#1541) 2019-07-24 13:18:14 +02:00
Johan Fagerberg
2f4e772458
Merge pull request #1546 from ericcornelissen/deps/svglint
Update SVGLint dependency
2019-07-24 12:25:52 +02:00
Eric Cornelissen
16f3bcea12 Fix deploy failure due to missing node_modules
The deploy script failed in the last build[1] due to a missing 
dependency. Skipping cleanup prevents the node_modules from being 
deleted and the build script form failing.

I encountered this exact problem with simple-icons-font[2][3][4] and 
this fixed it.

For now I manually releaesd v1.12.0[5].

---

1. https://travis-ci.com/simple-icons/simple-icons/jobs/218315055#L547
2. https://github.com/simple-icons/simple-icons-font/pull/15
3. https://github.com/simple-icons/simple-icons-font/pull/17
4. https://github.com/simple-icons/simple-icons-font/pull/18
5. https://github.com/simple-icons/simple-icons/pull/1549
2019-07-23 07:01:11 +01:00
Eric Cornelissen
11cdbd7073 Add a "build" and "clean" NPM script (#1548) 2019-07-22 09:58:51 -07:00
Eric Cornelissen
1978e05c5d 1.12.0 2019-07-21 20:44:51 +01:00
Eric Cornelissen
63e3d3dc97 Ignore files generated by prepublish script in git 2019-07-21 19:51:15 +01:00
Eric Cornelissen
77b4be945d Add error logging to prepublish script 2019-07-21 19:46:37 +01:00
Eric Cornelissen
412b1b01e6 Update SVGLint to v1.0.5
To make use of the fix for 
https://github.com/birjolaxew/svglint/issues/5
2019-07-19 07:48:51 +01:00