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
Cole Bemis
94531bbe7c
docs: Update sprite docs
2018-04-01 17:04:44 -07:00
Cole Bemis
a3527829b8
chore: Add comments to build script
2018-04-01 16:26:54 -07:00
Cole Bemis
e697b3a927
refactor: Refactor build-sprite-string.js
2018-04-01 16:25:21 -07:00
Cole Bemis
920bd45776
docs: Rename Client-side Javascript section
2018-03-21 14:49:14 -07:00
Cole Bemis
cbd3c6184b
docs: Clarify dot vs bracket notation
2018-03-21 14:46:33 -07:00
Cole Bemis
93dd65f8c5
feat: Add archive
icon
2018-03-01 23:05:04 -08:00
Cole Bemis
031f305c83
feat: Add icon
2018-03-01 23:05:04 -08:00
Cole Bemis
1180d2d8b4
feat: Add gift
icon
2018-03-01 23:05:04 -08:00
Ivan Quirino
3422f0aaf7
feat: Add SVG sprite support ( #319 )
2018-02-20 16:30:59 -08:00
Cole Bemis
b3655c438f
fix: Fix semantic-release deploys
...
Updated .travis.yml to match the example provided in the documentation
https://semantic-release.gitbooks.io/semantic-release/content/docs/recipes/travis.html
2018-02-20 12:48:09 -08:00
Dan Bovey
5a8a8b7d93
fix: Reorder help-circle
elements ( #308 )
2018-02-07 08:20:57 -08:00
Cole Bemis
ba33c8312e
Merge pull request #278 from feathericons/dependabot/npm_and_yarn/eslint-plugin-prettier-2.5.0
...
chore(dependencies): Bump eslint-plugin-prettier from 2.4.0 to 2.5.0
2018-01-19 09:32:05 -08:00
Cole Bemis
b157434645
Merge pull request #277 from feathericons/dependabot/npm_and_yarn/semantic-release-12.2.2
...
chore(dependencies): Bump semantic-release from 8.2.0 to 12.2.2
2018-01-19 06:43:27 -08:00
dependabot[bot]
6adadf4319
chore(dependencies): Bump eslint-plugin-prettier from 2.4.0 to 2.5.0
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 2.4.0 to 2.5.0.
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v2.4.0...v2.5.0 )
2018-01-19 05:50:26 +00:00
dependabot[bot]
7ea765f04f
chore(dependencies): Bump semantic-release from 8.2.0 to 12.2.2
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 8.2.0 to 12.2.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v8.2.0...v12.2.2 )
2018-01-19 05:49:42 +00:00
Cole Bemis
2dbe78fc02
Merge pull request #260 from feathericons/dependabot/npm_and_yarn/html-minifier-3.5.8
...
chore(dependencies): Bump html-minifier from 3.5.7 to 3.5.8
2018-01-18 21:48:59 -08:00
Cole Bemis
0dce8a8fb9
Merge pull request #265 from feathericons/dependabot/npm_and_yarn/eslint-4.15.0
...
chore(dependencies): Bump eslint from 4.13.1 to 4.15.0
2018-01-18 21:48:25 -08:00
dependabot[bot]
ed0e08a451
chore(dependencies): Bump eslint from 4.13.1 to 4.15.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 4.13.1 to 4.15.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v4.13.1...v4.15.0 )
2018-01-08 08:03:01 +00:00
Cole Bemis
b5331a253d
docs: Updated README.md
2017-12-29 15:16:43 -08:00
dependabot[bot]
ada2681ad4
chore(dependencies): Bump html-minifier from 3.5.7 to 3.5.8
...
Bumps [html-minifier](https://github.com/kangax/html-minifier ) from 3.5.7 to 3.5.8.
- [Release notes](https://github.com/kangax/html-minifier/releases/tag/v3.5.8 )
- [Commits](https://github.com/kangax/html-minifier/compare/v3.5.7...v3.5.8 )
2017-12-25 07:37:07 +00:00
Cole Bemis
c7d417e19b
feat: Add tags to tags.json
2017-12-21 22:45:53 -08:00
Afnizar Nur Ghifari
6999eeba10
Fix typo on icon tags
2017-12-22 13:41:11 +07:00