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

Octicons 13.0.0 #577

Merged
merged 54 commits into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
a8082fa
Fix megaphone-16
colebemis Feb 26, 2021
643f25e
Optimize SVGs
actions-user Feb 26, 2021
b3fa573
Save table-24.svg, table-16.svg
ashygee Mar 23, 2021
cb88ada
Optimize SVGs
actions-user Mar 23, 2021
b655273
outline strokes and flatten
ashygee Mar 23, 2021
9849618
Optimize SVGs
actions-user Mar 23, 2021
2d32eff
Use more explicit dependencies for Rails helper
dbussink Mar 24, 2021
37adedd
@colebemis adjustments
ashygee Mar 24, 2021
a9baf10
Optimize SVGs
actions-user Mar 24, 2021
a355301
Add sidebar expand and collapse icons
colebemis Mar 31, 2021
237907a
Optimize SVGs
actions-user Mar 31, 2021
b0dd47c
Save add-user-16.svg, add-user-24.svg
edokoa Apr 1, 2021
e7c2baf
Optimize SVGs
actions-user Apr 1, 2021
b56e7d7
Save add-user-24.svg
edokoa Apr 1, 2021
56bb6c0
Optimize SVGs
actions-user Apr 1, 2021
0ffe100
remove insights-24
ashygee Apr 1, 2021
511ee20
Save browser-24.svg, browser-16.svg
edokoa Apr 1, 2021
ad44ea8
Optimize SVGs
actions-user Apr 1, 2021
11176f3
Save blocked-16.svg, duplicate-16.svg
Juliusschaeper Apr 1, 2021
bdfe053
Optimize SVGs
actions-user Apr 1, 2021
bc904cf
Save blocked-24.svg, duplicate-24.svg
Juliusschaeper Apr 1, 2021
b31eba3
Optimize SVGs
actions-user Apr 1, 2021
d59c39e
Save blocked-16.svg, blocked-24.svg, duplicate-24.svg, duplicate-16.svg
ashygee Apr 1, 2021
23bf23d
Optimize SVGs
actions-user Apr 1, 2021
551d17f
Update CHANGELOG for 13.0.0 release
ashygee Apr 1, 2021
75435f5
Merge pull request #565 from dbussink/dbussink/reduce-dependencies
colebemis Apr 1, 2021
dcb4c1b
Merge pull request #569 from primer/sidebar-icons
colebemis Apr 2, 2021
29df4e0
Merge pull request #576 from primer/Add-duplicate-and-blocked
colebemis Apr 2, 2021
d7f8cd7
Merge pull request #574 from primer/remove-old-insights
colebemis Apr 2, 2021
9074eeb
Merge pull request #554 from primer/fix-megaphone
colebemis Apr 2, 2021
9afd651
Rename add-user to person-add
colebemis Apr 2, 2021
a1df7be
Merge pull request #575 from primer/add-browser-icon
colebemis Apr 2, 2021
9bba8e2
Merge pull request #573 from primer/add-user-icon
ashygee Apr 2, 2021
a4f31b5
Merge pull request #564 from primer/add-table
ashygee Apr 2, 2021
e30c07c
Save circle-16.svg
colebemis Apr 5, 2021
beaf2e1
Optimize SVGs
actions-user Apr 5, 2021
edfbf19
Merge branch 'master' into release-13.0.0
colebemis Apr 5, 2021
f764296
Merge pull request #584 from primer/fix-circle
colebemis Apr 6, 2021
b1246c0
Remove 24px copy icon
colebemis Apr 6, 2021
5353fb0
Save dependabot-24.svg, dependabot-16.svg
edokoa Apr 6, 2021
234ba2c
Optimize SVGs
actions-user Apr 6, 2021
610c05b
upload new codespaces icon
ashygee Apr 6, 2021
aa31e37
Optimize SVGs
actions-user Apr 6, 2021
a490c77
Save codescan-16.svg, codescan-24.svg, codescan-checkmark-24.svg, cod…
edokoa Apr 6, 2021
2ad7ace
Optimize SVGs
actions-user Apr 6, 2021
e5d6c3c
Save codescan-checkmark-16.svg
edokoa Apr 6, 2021
6a8ebfe
Optimize SVGs
actions-user Apr 6, 2021
a9daf7e
Delete codescan-checkmark-15.svg
edokoa Apr 6, 2021
be685f8
Merge pull request #587 from primer/codespaces-icon
ashygee Apr 6, 2021
27074d6
Merge pull request #586 from primer/remove-copy
ashygee Apr 6, 2021
30ed134
Merge pull request #588 from primer/codescan-icons
ashygee Apr 6, 2021
ae361a7
Merge pull request #585 from primer/dependabot-icon
ashygee Apr 6, 2021
99d3ab7
Bump version to 13.0.0
colebemis Apr 6, 2021
b72e3a8
Update changelog
colebemis Apr 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 41 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,80 @@
# Changelog

## 13.0.0

### 🚀 New Features

- `table` https://github.com/primer/octicons/pull/564
- `person-add` https://github.com/primer/octicons/pull/573
- `blocked` https://github.com/primer/octicons/pull/576
- `duplicate` https://github.com/primer/octicons/pull/576
- `dependabot`https://github.com/primer/octicons/pull/585
- `codescan` https://github.com/primer/octicons/pull/588
- `browser` https://github.com/primer/octicons/pull/575
- `sidebar` icons https://github.com/primer/octicons/pull/569
- `codespaces` https://github.com/primer/octicons/pull/587

### 💥 Breaking changes

- Remove 24px `insights` icon https://github.com/primer/octicons/pull/574
- Remove 24px `copy` icon https://github.com/primer/octicons/pull/586

### 💅 Enhancements

- Use more explicit dependencies for Rails helper https://github.com/primer/octicons/pull/565

### 🐛 Fixes

- Fix `megaphone-16` https://github.com/primer/octicons/pull/554
- Fix `circle` icon https://github.com/primer/octicons/pull/584

## 12.1.0

### React

### 💅 Enhancements

- Add icon-specific class names to each icon component https://github.com/primer/octicons/pull/453 @FloEdelmann
- Add `fill` prop to each icon component https://github.com/primer/octicons/pull/551 @macno
- Add `fill` prop to each icon component https://github.com/primer/octicons/pull/551 @macno

## 12.0.0

### 🚀 New Features

- `bug` (https://github.com/primer/octicons/pull/543)
- `multi-select` (https://github.com/primer/octicons/pull/534)

### 💅 Enhancements

- Make octicon helper slightly faster (@jhawthorn & @seejohnrun) (#536)

### 💥 Breaking changes
### 💥 Breaking changes

- Rename 16px `trashcan` icon to `trash` (@fermion 🙇) (https://github.com/primer/octicons/pull/538)

### 🧽Chores

- Dependency updates (#525, #524, #523, #522, #520)

## 11.3.0

### 🚀 New Features

- `number` (https://github.com/primer/octicons/pull/541)
- `video` (https://github.com/primer/octicons/pull/540)

### 🐛 Fixes
- Fix rendering of arrows in Safari (@aaronshekey https://github.com/primer/octicons/pull/527)

- Fix rendering of arrows in Safari (@aaronshekey https://github.com/primer/octicons/pull/527)

## 11.2.0

### 🚀 New Features

- `strikethrough` (https://github.com/primer/octicons/pull/518)

### 🐛 Fixes

- Align `plus` and `dash` icon (https://github.com/primer/octicons/pull/447)
- Small edits in JS documentation (https://github.com/primer/octicons/pull/499)

Expand All @@ -49,12 +85,13 @@
## 11.1.0

### 🚀 New Features

- `container` (https://github.com/primer/octicons/pull/507)
- `squirrel` 24px icon (https://github.com/primer/octicons/pull/508)

### 🐛 Fixes
- Corrected stroke for 24px `smiley` (https://github.com/primer/octicons/pull/509)

- Corrected stroke for 24px `smiley` (https://github.com/primer/octicons/pull/509)

## 11.0.0

Expand Down
1 change: 1 addition & 0 deletions icons/blocked-16.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/blocked-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/browser-16.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/browser-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/circle-16.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/codescan-16.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/codescan-24.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/codescan-checkmark-16.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/codescan-checkmark-24.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/codespaces-16.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/codespaces-24.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: 0 additions & 1 deletion icons/copy-24.svg

This file was deleted.

1 change: 1 addition & 0 deletions icons/dependabot-16.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/dependabot-24.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/duplicate-16.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/duplicate-24.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: 0 additions & 1 deletion icons/insights-24.svg

This file was deleted.

2 changes: 1 addition & 1 deletion icons/megaphone-16.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/person-add-16.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/person-add-24.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/sidebar-collapse-16.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/sidebar-collapse-24.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/sidebar-expand-16.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/sidebar-expand-24.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/table-16.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/table-24.svg
2 changes: 1 addition & 1 deletion lib/octicons_gem/lib/octicons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Octicons
VERSION = "12.1.0".freeze
VERSION = "13.0.0".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "octicons", "12.1.0"
gem "octicons", "13.0.0"
gem "rails"

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_helper/lib/octicons_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OcticonsHelper
VERSION = "12.1.0".freeze
VERSION = "13.0.0".freeze
end
5 changes: 3 additions & 2 deletions lib/octicons_helper/octicons_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "octicons", "12.1.0"
s.add_dependency "rails"
s.add_dependency "octicons", "13.0.0"
s.add_dependency "railties"
s.add_dependency "actionview"
end
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "octicons", "12.1.0"
gem "octicons", "13.0.0"

group :development, :test do
gem "minitest"
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/jekyll-octicons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "jekyll", ">= 3.6", "< 5.0"
s.add_dependency "octicons", "12.1.0"
s.add_dependency "octicons", "13.0.0"
end
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/lib/jekyll-octicons/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end

module Jekyll
class Octicons < Liquid::Tag
VERSION = "12.1.0".freeze
VERSION = "13.0.0".freeze
end
end
Loading