feather/CHANGELOG.md

46 lines
1.2 KiB
Markdown
Raw Normal View History

2017-03-02 08:42:38 +03:00
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- Add # new icons:
2017-03-02 10:12:53 +03:00
- `at-sign`
2017-03-02 10:02:23 +03:00
- `camera-off`
- `eye-off`
2017-03-02 08:49:11 +03:00
- `feather`
2017-03-02 10:21:10 +03:00
- `hash`
2017-03-02 11:19:30 +03:00
- `home`
2017-03-02 10:02:23 +03:00
- `map-pin`
2017-03-02 09:06:06 +03:00
- `scissors`
2017-03-02 08:42:38 +03:00
### Changed
- Redesign project website
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
- Change # icons:
2017-03-02 09:33:44 +03:00
- `camera`
2017-03-02 10:02:23 +03:00
- `folder`
- `mail`
2017-03-02 09:49:05 +03:00
- `search`
2017-03-02 08:42:38 +03:00
### Removed
- Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons:
- [Inline SVG vs Icon Fonts [CAGEMATCH]](https://css-tricks.com/icon-fonts-vs-svg/)
- [Seriously, Dont Use Icon Fonts](https://cloudfour.com/thinks/seriously-dont-use-icon-fonts/)
- [Ten reasons we switched from icon font to SVG](http://ianfeather.co.uk/ten-reasons-we-switched-from-an-icon-font-to-svg/)
## v1.1.0 (2014-04-27)
### Added
- Add 30 new icons
- Add CSH, SVG and Webfont formats
### Changed
- Change all PSD icon layers to vector shapes
## v1.0.0 (2013-11-27)
- Initial release