The format is based on Keep a Changelog and this project adheres to Semantic Versioning
March 08 2023
vegan.svg
icon.
August 03 2022
corporate-office-small.svg
icon.
August 02 2022
- bag icon changes reverted.
May 11 2022
payment-visa-transparent-narrow.svg
icon.
April 25 2022
payment-visa.svg
icon updated (latest brand guidelines)
payment-visa-transparent.svg
icon
March 01 2022
star-empty
icon - remove whitespacestar-filled
icon - remove whitespace
February 17 2022
info
icon - (new icon, old name)
- fill from success icon
February 15 2022
- new small Cross icon
February 01 2022
- Clock small icon
- Walking small icon
January 17 2022
- Cash small icon
December 7, 2021
- Jet logo icons.
December 07, 2021
legend
icon - trimmed whitespace
December 06, 2021
offer
icon - trimmed even more whitespace
December 06, 2021
offer
icon - trimmed whitespace
December 06, 2021
offer
icon (new icon, old name).
November 29, 2021
legend
icon (new icon, old name).
November 8, 2021
- Updated icons to make viewbox consistent across all bags.
bag-binoculars-bg
bag-celebrate
bag-celebrate-bg
bag-run-bg
November 4, 2021
- Old
bag-sad-bg
icon has been renamed tobag-sorry-bg
.- If you were using the old
bag-sad-bg
icon, please make sure you're using the updated name.
- If you were using the old
bag-sad-bg
icon (new icon, old name).bag-binoculars-bg
icon.bag-cry-bg
icon.bag-heart-1-bg
icon.bag-heart-2-bg
icon.bag-help-bg
icon.bag-listen-bg
icon.bag-magic-bg
icon.bag-money-bg
icon.bag-surf-bg
icon.bag-xmas-decorate-bg
icon.bag-xmas-santa-bg
icon.bag-xmas-sleigh-bg
icon.
September 20, 2021
- Updated arrow icon.
August 16, 2021
collection
icon for search page
August 12, 2021
bag-run-bg
icon added.bag-sad-bg
icon added.
June 02, 2021
payment-visa.svg
icon updated.
March 25, 2021
note
icon moved to icons directory.close-circle
icon moved to icons directory.
March 24, 2021
note
icon added.close-circle
icon added.
February 4, 2021
more-vertical
icon added.
- Minor package updates
January 29, 2020
- Simplify arrow icon to fix issue when using CSS fill.
January 18, 2020
- Gift and profile icons to match new designs.
January 14, 2020
- Arrow icon to match new designs.
December 10, 2020
- Info outline icon.
December 9, 2020
- Chevron icon markup.
December 8, 2020
- Arrow icon.
- Celebrate bag bg icon.
- Bag icon.
- Bin icon.
- Chevron split icon.
- Moped icon.
- Updated alert icon.
- Updated celebrate bag icon.
- Updated basket icon.
- Updated chevron icon.
- Updated cross icon.
- Updated info icon.
- Updated minus icon.
- Updated offer icon.
- Updated plus icon.
- Updated spicy icon.
- Updated star icons.
- Updated vegetarian icon.
- Updated warning icon.
- Renamed question mark icon.
- Collection icons (use bag icons instead).
- Delivery icon (use moped icon instead).
- Legacy JE logo.
- Plus thick icon.
December 1, 2020
- Geo-outline icon colour to black.
- Geo-fill icon colour to black.
November 25, 2020
- Geo-outline icon.
- Geo-fill icon.
November 13, 2020
- Unused ids.
- Removed superfluous elements which were preventing CSS styles from applying fill colours.
November 13, 2020
- New Caret icon.
November 2, 2020
- Huawei icon to proper svg.
October 30, 2020
- New Huawei icon.
October 29, 2020
- New Search icon.
October 29, 2020
- New rounded flag icons.
October 26, 2020
- Redundant inline style attributes from NZ flag which were causing W3C validation errors.
October 22, 2020
- Ran updated SVGs through SVGOMG again with the clean ids option turned off.
- Renamed plus icons so that the sizes are consistent with the minus icon.
- Manually removing redundant inline style attributes which were causing W3C validation errors.
- Duplicate ids which were tidied up by SVGOMG.
- Local legend icons now showing rays.
October 12, 2020
- Success and danger icons.
- Info, warning and cross icons.
September 28, 2020
- Bag icon
July 8, 2020
- Moved
classname
dependency intodevDependencies
. - Removed watch flag from test npm script.
core-js
dependency and polyfill.
June 25, 2020
- Small fix for the default new JE logo, as baseline of the
U
was incorrect.
June 19, 2020
v2 Release! This converts f-icons
into more of a library and API than what v1 was (see documentation for usage details).
These changes mean that we can build on top of this package to build framework specific iconsets such as f-vue-icons
which use this API to pull in the icons and convert them into SFCs that can be fully tree-shaken as part of a build.
Also there are no more styles that come down as part of the f-icons
package. The idea now is that the majority of icons exported are colour and size agnostic so that when pulled into a platform, they can be set to whatever values you like.
This restructuring has taken massive inspiration from the Feather SVG icon library, including their API and build methods which are run on top of our icon-set.
- Breaking – Updating from
v1
off-icons
may not be trivial in all instances. It's recommended that you only do so if absolutely needed (as you will lose the styling that comes for free inv1
). We recommend upgrading tov2
as part of a migration to usingf-vue-icons
which has ben developed alongside this package. For platforms still usingv1
, that branch will still be supported should additional icons need to be added before upgrading tov2
is practical. - Complete restructuring of how the icons are structured in the repo and exported (as detailed above).
- Logo's updated to new JET branding (and names normalised)
- Normalised star icons down to
star-filled
andstar-empty
(as additional colours can be implemented using SVGfill
).
June 8, 2020
- Menulog logo updated to new JET theme.
February 5, 2020
- Alcohol age and star filled orange icons.
February 12, 2020
- Add prepare command and update tests.
- Fix lint errors.
February 5, 2020
- Gift icon
February 5, 2020
- Alcohol age & star filled yellow icons.
- Merged latest master.
September 11, 2019
- Profile icon
September 4, 2019
- Svgo prefixIds property for icon optimisation
- JE transparent logo and Menulog logo
August 29, 2019
- SVG attributes were being lowercased when some of them are case sensitive. Updated the HTML minifier to respect casing.
August 28, 2019
- Removed
console.log
left in for testing.
August 28, 2019
- Viewbox attribute added so that the standard viewbox size set on the SVG isn't lost in the API calls
August 22, 2019
-
Complete restructuring of how the icons are structured in the repo and exported. This is so that when the module is exported, icons can be included in a variety of different ways for client side or server side includes. The main thing this will give us is that the icons can then be exposed for use in Vue/React projects more effectively via a helper module.
This restructuring has taken massive inspiration from the Feather SVG icon library, including their API and build methods which are run on top of our icon-set.
June 06, 2020
- Review stars for Menulog in Brand Orange
February 21, 2020
- New size variation for map icon
February 10, 2020
- Gift icon for offers v2
November 29, 2019
- Review stars for Menulog
- SVG for alcohol age
November 28, 2019
- Alcohol age icon
Sept 13, 2019
- Update to use v1 branch as master versions
July 17, 2019
- Renamed ids for various icons to not have overrides.
- Updated yarn.lock to fix some vulnerability issues.
June 27, 2019
- Lunch icons.
June 18, 2019
- Alert icon and styles.
- Updated npm dependencies.
June 11, 2019
- Updated local legend icon to remove rogue element
April 11, 2019
c-icon--semiTransparent
class.c-icon--basket--large
class.
April 9, 2019
c-icon--chevron--left
class.
March 20, 2019
- References to
@kickoff/utils.scss
changed to@justeat/f-utils
in SCSS.
March 20, 2019
- Re-ordered card classes into alphabetical order.
- Added height to large minus icon class.
width
andheight
attributes from SVGs.
March 20, 2019
- Switched from
@kickoff/utils.scss
to@justeat/f-utils
. - Updated npm dependencies.
March 12, 2019
- Push left helper class.
- Large class for operator icons.
January 31, 2019
- Updated width of android icon
- Changed SVG images after running SVGOMG
January 31, 2019
- Updated app store icons to match international
January 25, 2019
- DangerJS dependency.
- DangerJS travis config.
- Snyk badge to readme.
- Narrow white rays image colour updated to be white rather than grey.
- Updated dependencies.
- Travis runs build on Node v8 & 10.
- Package requires Node v8 or above.
January 22, 2019
- Added new order detail icons
November 16, 2018
- Renamed white rays
- Coloured rainbow rays
October 30, 2018
- Rename google-plus icon
October 26, 2018
- Add social media icons
October 25, 2018
- Fix existing linting new line error
October 24, 2018
- Stopwatch icon
October 17, 2018
- Fixed linting new line error
October 12, 2018
- White Filled Clock Icon
September 20, 2018
- Review Icon
September 17, 2018
- Local legends Icon
- Local legends condensed Icon
September 11, 2018
- Padlock Icon
- Collection bag Icon
September 7, 2018
- Removed slidersHorizontal SVGs fill color .
August 30, 2018
- Updated star SVGs to match latest designs.
August 30, 2018
- Cash Icon
- Clock Icon
- Remove path fill from sort amount icon
- Updated Map Pin icon
August 29, 2018
- Updated star colour to match global designs.
August 28, 2018
- Decoration images.
- Color modifiers target all child elements rather than only path (some of our SVGs use other elements such as circle).
August 24, 2018
- Delivery icons & styles.
- Collection icon & styles.
- Offer icons & styles.
- Alert icon & styles.
- Basket icon & styles.
- Nut allergy icon & styles.
- Spicy icon & styles.
- Vegetarian icon & styles.
- Removed fill attribute from some SVGs which will set their colour to black by default.
August 21, 2018
- Added info icon and styles.
August 20, 2018
- Added Travis config.
- Added Travis badge to readme.
August 10, 2018
- Adding
c-icon--chevron--light
class which will change the fill colour of the chevron to white - CODEOWNERS file added
August 10, 2018
- Bumped to version 1.0.0 for release version.
August 8, 2018
- Speech bubble icon added.
July 4, 2018
- Update to star--empty.svg. SVG looks like it lost it's fill colour when last compressed.
June 25, 2018
- Addition of map pin to tools.
May 29, 2018
- Update current icon set with new versions.
April 19, 2018
- Added extendable class so image path can be easily reused rather than duplicated.
April 3, 2018
- Fixed missing reference to ratings SCSS file.
March 28, 2018
- Added stars for rating and size modifiers.
March 2, 2018
- Added a green color modifier to the tick icon.
March 2, 2018
- Interac icon added to cards
February 19, 2018
- Added class to rotate chevron icon to face the right.
February 6, 2018
- Added icons used on the search page.
- general
- forkAndSpoon
- tools
- eyeglass
- slidersHorizontal
- sortAmount
- general
December 13, 2017
- Added
flag.au.svg
andflag.nz.svg
.
November 28, 2017
- Added
stylelint
and@justeat/stylelint-config-fozzie
packages.
- Updated
lint
task to call stylelint.
November 21, 2017
- Added card type icons
October 03, 2017
- Imported and modified icon styles from Fozzie module.
- Set up eyeglass export for the new styles.
- Rounded some of the icon width and heights.
September 27, 2017
- Renamed chevron icons to include the direction they point.
- Normalised
viewbox
,fill
.width
, andheight
attributes.
- Added appstore icons for all countries.
- Added width and height attributes to existing appstore icons.
- Removed colour variation icons.
September 26, 2017
- Added initial package files.