Commit Graph

627 Commits

Author SHA1 Message Date
Cole Bemis
61803f2129 feat: Add coffee icon 2018-10-27 21:05:59 -07:00
Yashu Mittal
8aec53b331 docs: Update issue templates
* Create icon_request.md

* Delete ISSUE_TEMPLATE.md

* Create bug_report.md

* creating an example bug report

* Using same bug report from issue template
2018-07-18 18:34:53 -07:00
Cole Bemis
156c0919c9
docs: Add info about SVG attributes 2018-05-21 14:04:00 -07:00
Cole Bemis
179b482c03 build: Use promises in algolia script 2018-05-18 19:08:46 -07:00
Cole Bemis
a23698d5be build: Initialize tmp index settings 2018-05-18 18:08:14 -07:00
Cole Bemis
fb057f1f94 build: Initialize algolia settings in script 2018-05-18 18:06:19 -07:00
Cole Bemis
21bb9fe6d6 build: Only copy settings to tmp index 2018-05-18 17:55:24 -07:00
Cole Bemis
c63f478ff5 chore: Remove console.log 2018-05-18 17:47:05 -07:00
Cole Bemis
b424fa779d build: Add logs to sync-algolia script 2018-05-18 17:41:39 -07:00
Cole Bemis
01698dea84 Merge branch 'master' of https://github.com/feathericons/feather 2018-05-18 17:23:29 -07:00
Cole Bemis
ae8e149850 build: Refactor algolia script to reindex data atomically 2018-05-18 17:23:23 -07:00
Cole Bemis
9f49fd9560
Merge pull request #415 from feathericons/dependabot/npm_and_yarn/core-js-2.5.6
build: bump core-js from 2.5.3 to 2.5.6
2018-05-18 17:01:29 -07:00
Cole Bemis
742f452232
docs: Update README.md 2018-05-18 16:59:19 -07:00
Cole Bemis
962870d51c chore: Fix security vulnerabilities 2018-05-18 16:41:56 -07:00
Cole Bemis
ba1b12a712 Merge branch 'master' of https://github.com/feathericons/feather 2018-05-18 16:35:01 -07:00
Cole Bemis
5045ec3b78 chore: Add comment to sync-algolia script 2018-05-18 16:34:56 -07:00
Cole Bemis
0d65b5761b build: Use npx in build script 2018-05-18 16:34:26 -07:00
Cole Bemis
fcf9aec131
docs: Update unpkg links 2018-05-18 16:20:16 -07:00
Cole Bemis
2ee03d261c fix: Set unpkg default to feather.min.js 2018-05-18 16:13:35 -07:00
Cole Bemis
dc3c0cc47e style: Fix formatting 2018-05-18 16:07:18 -07:00
Cole Bemis
d5ba74d93b fix: Fix UMD build for node
Prevents webpack from referencing `window` in the UMD build which was causing an error in node.
2018-05-18 16:07:18 -07:00
dependabot[bot]
9b157b399d
build: bump core-js from 2.5.3 to 2.5.6
Bumps [core-js](https://github.com/zloirock/core-js) from 2.5.3 to 2.5.6.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v2.5.3...v2.5.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-18 19:28:17 +00:00
Cole Bemis
c978b1cb4e fix: Remove unused polyfills and update build config
Removes polyfills for `Object.assign` and `Set` which, as far as I can tell, are unused in the
codebase. Updates `webpack` from 3 to 4. Replaces `babel-preset-es2015` with `babel-preset-env`.
Reduces the minified bundle size (`feather.min.js`) by **9.3kB** (72.4kB to 63.1kB). Does not change
any functionality of the library.
2018-05-18 12:26:21 -07:00
Cole Bemis
bd129d9dcf
docs: Update function documentation 2018-05-18 10:17:40 -07:00
Cole Bemis
90133ea33e build(algolia): Add objects *after* clearing index 2018-05-17 23:44:35 -07:00
Cole Bemis
1a210808c5
docs: Update roadmap 2018-05-17 23:27:24 -07:00
Cole Bemis
400f34afc2
docs: Update shields 2018-05-17 23:25:51 -07:00
Cole Bemis
1da9dd43b2 test: Track code coverage 2018-05-17 23:19:02 -07:00
Cole Bemis
6e7693e6da test: Update test scripts 2018-05-17 23:12:06 -07:00
Cole Bemis
32810336ec test: Test replace() in node env 2018-05-17 23:08:17 -07:00
Cole Bemis
e374f72cb6 chore: Add coverage to .eslintignore 2018-05-17 23:07:53 -07:00
Cole Bemis
28e74c6e2b chore: Ignore coverage directory 2018-05-17 22:46:01 -07:00
Cole Bemis
3183ae1ef6 chore: Remove unneeded eslint comments 2018-05-17 22:43:41 -07:00
Cole Bemis
703b1a7882 build: Update build logs 2018-05-17 22:42:08 -07:00
Cole Bemis
9dffc53b3a ci: Fix "all" script in .travis.yml 2018-05-17 22:30:32 -07:00
Cole Bemis
741ac5632c chore: Replace @commitlint/config-angular with @commitlint/config-conventional 2018-05-17 22:29:21 -07:00
Cole Bemis
ad3c8a94d0 ci: Rename "start" script to "all" 2018-05-17 22:24:38 -07:00
Cole Bemis
76f29d8565 build: Disable some eslint rules in /bin 2018-05-17 22:21:17 -07:00
Cole Bemis
23b17b9c55 Merge branch 'master' of https://github.com/feathericons/feather 2018-05-17 21:52:27 -07:00
Cole Bemis
1d3283d81d build: Add sync-algolia script 2018-05-17 21:51:49 -07:00
Cole Bemis
5031cacbdd
docs: Lowercase donate badge 2018-05-16 11:53:13 -07:00
Cole Bemis
894dcfd6a6
Merge pull request #393 from feathericons/dependabot/npm_and_yarn/eslint-plugin-import-2.11.0
build: bump eslint-plugin-import from 2.8.0 to 2.11.0
2018-05-13 22:32:36 -07:00
Cole Bemis
765985a5e3
Merge pull request #412 from feathericons/dependabot/npm_and_yarn/npm-run-all-4.1.3
build: bump npm-run-all from 4.1.2 to 4.1.3
2018-05-07 18:53:58 -04:00
Cole Bemis
87f272275a
Merge pull request #396 from feathericons/dependabot/npm_and_yarn/html-minifier-3.5.15
build: bump html-minifier from 3.5.8 to 3.5.15
2018-05-07 18:53:27 -04:00
dependabot[bot]
17fb9c99a9
build: bump npm-run-all from 4.1.2 to 4.1.3
Bumps [npm-run-all](https://github.com/mysticatea/npm-run-all) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/mysticatea/npm-run-all/releases)
- [Commits](https://github.com/mysticatea/npm-run-all/compare/v4.1.2...v4.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-07 05:50:08 +00:00
Cole Bemis
9167bfc36d
docs: Add donate shield to README 2018-04-25 12:43:52 -07:00
dependabot[bot]
fb0ae8054e
build: bump html-minifier from 3.5.8 to 3.5.15
Bumps [html-minifier](https://github.com/kangax/html-minifier) from 3.5.8 to 3.5.15.
- [Release notes](https://github.com/kangax/html-minifier/releases)
- [Commits](https://github.com/kangax/html-minifier/compare/v3.5.8...v3.5.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-04-17 05:25:12 +00:00
dependabot[bot]
d2369242f1
build: bump eslint-plugin-import from 2.8.0 to 2.11.0
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.8.0 to 2.11.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.8.0...v2.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-04-13 05:20:04 +00:00
Cole Bemis
d33cb6ecf9
refactor: Use uppercase for default attrs import 2018-04-04 11:46:37 -07:00
Cole Bemis
b22f3b4515
Merge pull request #374 from feathericons/update-sprite
Refactor buildSpriteString and update sprite docs
2018-04-01 17:27:55 -07:00