Skip to content

Commit

Permalink
Merge branch 'v2.0.0' of https://github.com/justeat/f-icons into v2.0.0
Browse files Browse the repository at this point in the history
* 'v2.0.0' of https://github.com/justeat/f-icons:
  Bumped package version.
  v1.31.0: Added icon for Menulog star rating (#61)
  v1.30.0 - Added alcohol age icon (#59)
  v1.29.1 – Fix to NPM publish
  v2.0.0-beta.6: Profile icon
  v2.0.0-beta.5: - adding svgo prefixIds property for icon optimisation - adding je transparent logo and menulog logo
  • Loading branch information
ashleynolan committed Feb 5, 2020
2 parents 38601c9 + 8b41424 commit 9ef345c
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 5 deletions.
63 changes: 59 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,59 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v2.0.0--beta.4
v2.0.0-beta.7
------------------------------
*February 5, 2020*

### Added
- Alcohol age & star filled yellow icons.

### Changed
- Merged latest master.


v2.0.0-beta.6
------------------------------
*September 11, 2019*

### Added
- Profile icon


v2.0.0-beta.5
------------------------------
*September 4, 2019*

### Added
- Svgo prefixIds property for icon optimisation
- JE transparent logo and Menulog logo


v2.0.0-beta.4
------------------------------
*August 29, 2019*

### Fixed
- SVG attributes were being lowercased when some of them are case sensitive. Updated the HTML minifier to respect casing.


v2.0.0--beta.3
v2.0.0-beta.3
------------------------------
*August 28, 2019*

### Removed
- Removed `console.log` left in for testing


v2.0.0--beta.2
v2.0.0-beta.2
------------------------------
*August 28, 2019*

### Added
- Viewbox attribute added so that the standard viewbox size set on the SVG isn't lost in the API calls


v2.0.0--beta.1
v2.0.0-beta.1
------------------------------
*August 22, 2019*

Expand All @@ -39,6 +67,33 @@ v2.0.0--beta.1
This restructuring has taken massive insipration from the [Feather SVG icon library](https://github.com/feathericons/feather), including their API and build methods which are run on top of our icon-set.


v1.31.0
------------------------------
*November 29, 2019*

### Added
- Review stars for Menulog

### Changed
- SVG for alcohol age


v1.30.0
------------------------------
*November 28, 2019*

### Added
- Alcohol age icon


v1.29.1
------------------------------
*Sept 13, 2019*

### Fixes
- Update to use v1 branch as master versions


v1.29.0
------------------------------
*July 17, 2019*
Expand Down
1 change: 1 addition & 0 deletions bin/process-svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function processSvg (svg) {
function optimize (svg) {
const svgo = new Svgo({
plugins: [
{ prefixIds: true },
{ convertShapeToPath: false },
{ mergePaths: false },
{ removeTitle: true }
Expand Down
1 change: 1 addition & 0 deletions icons/_backup/alcoholAge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/_backup/je-logo-no-colour.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/_backup/ml-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/_backup/profile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/_backup/star--filled--yellow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions icons/je-logo-no-colour.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9ef345c

Please sign in to comment.