Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr "M.O.Z.G" Dikov committed Feb 24, 2020
1 parent a79a460 commit 75b97a6
Show file tree
Hide file tree
Showing 192 changed files with 3,182 additions and 10,694 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ typings/

# End of https://www.gitignore.io/api/node
*.afdesign
yarn.lock
/yarn.lock
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
# Changelog

## Unreleased
## 1.6.0 - 2020-02-24

### Added

- `finance-liberapay` and `finance-liberapay-square`.
- `social-pawoo` and `social-pawoo-square`.
- `social-deviantart-square`
- `social-flickr-square`
- `social-mastodon-square`
- `social-medium-square`
- `social-steemit` and `steemit-square`.
- `gem-asscher`
- `gem-cushion`
- `gem-emerald`
- `gem-heart`
- `gem-marquise`
- `gem-princess`
- `gem-radiant`
- `doc-afpub`
- `logo-gitlab-square`
- `weight`

### Changed

- Redesign `doc-afdeign` and `doc-afphoto` icons, unreadable on small size. And not actual, since Serif changed the design.
- Removed loose parts from `gem-oval` and `gem-round`
- `logo-github`
- `logo-gumroad-square`
- `doc-afphoto`
- `doc-afdesign`
- Extra `title` and `defs` tags removed from SVGs.
- Code has been rewritten with ECMAScript 6 to match the requirements of Gulp 4.x and Node.JS 12.
- Icons selectors now are sorted by category and iconname.

## 1.5.0 - 2019-11-04

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ But if you're planning to make some changes:
4. Clone this repository to local.
5. Run terminal, set current dir to the path of your local repository.
6. Run `yarn install` and wait for finished of instllation all dependencies.
7. Run `gulp clean-names` to remove unicode prefixes from filenames.
7. Run `gulp cleanNames` to remove unicode prefixes from filenames.
8. Run `gulp organize` to move all svg files from `src\icons` to related sub-deirectories, based on their prefixes.
9. Run `gulp unicodify` to add unicode prefixes to filenames, base of `icRanges` array from `gulpfile.js`.
10. Run `gulp generation` to rewrite all templates, generate fonts and css files.
Expand All @@ -39,4 +39,4 @@ If you want, you also could use `gulp layout`, this task will create HTML files

## What's next?

No any code changes are planned in this repository, but new svg, updated font files and regenerated CSS for new additions/changes.
No any code changes are planned in this repository, but new svg, updated font files and regenerated CSS for new additions/changes.
Loading

0 comments on commit 75b97a6

Please sign in to comment.