Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 11.0.0 #494

Merged
merged 11 commits into from
Sep 8, 2020
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# 11.0.0

### πŸ’… Enhancements

- Cache retrieval of Octicon SVG paths (https://github.com/primer/octicons/pull/491)

### πŸ’₯ Breaking changes

- Fix 24px icon names https://github.com/primer/octicons/pull/465 (@BenJetson πŸ™‡)
- `unverifed-24.svg` β†’ `unverified-24.svg`
- `file-symlink-24.svg` β†’ `file-symlink-file-24.svg`
- `fire-24.svg` β†’ `flame-24.svg`
- `eye-slash-24.svg` β†’ `eye-closed-24.svg`
- Remove 24px `settings` icon. Use `gear` instead https://github.com/primer/octicons/pull/493

# 10.1.0

### πŸš€ New Features

- [`arrow-switch`](https://github.com/primer/octicons/pull/486)
- [`file-badge`](https://github.com/primer/octicons/pull/464)
- [`x-circle`, `x-circle-fill`, `circle`](https://github.com/primer/octicons/pull/455)

### πŸ› Fixes

- Corrected positioning for `triangle-down` [#459](https://github.com/primer/octicons/pull/459)

### 🧽Chores

- Dependency updates

# 10.0.0
Expand Down
Loading