- Add new icons (
arrow-turn-*
,bold
,calendar-date-range
,divide
,document-currency-*
,equals
,h1
,h2
,h3
,italic
,link-slash
,numbered-list
,percent-badge
,slash
,strikethrough
,underline
) - Drop ruby 2.7 version
- Add micro icons
-
Remove
stroke-width
fromsvg
path if it is present -
Make
stroke-width
customizable<%= heroicon "user", variant: "outline", "stroke-width": 2 %>
-
Cache repeating icons using
mattr_cache
- Fix mini
information-circle
icon alignment - Fix mini
minus
icon alignment
- Add new icons (
bug-ant
,eye-dropper
,pause-circle
,play-circle
,power
,rocket-launch
,square-2-stack-3d
,stop-circle
,trophy
,tv
,viewfinder-circle
,window
)
- Fix argument error
- Update
required_ruby_version
to 2.7
- Add
mini
variant - Update all icons to use v2.0.0 heroicons
- Store compressed icons in a
JSON
file - Bump nokogiri
- Bump rubocop
- Bump rubocop-rspec
- Updated bundler:2.2.33
- Require MFA for publishing the gem
- Add small
arrow
icons - Add correct
plus
icon - You can now render
<title>
tag by passing in thetitle
attribute on the helper method - @efatsi
- Fix icon fill and stroke attribute
- Replace solid
arrows-expand
icon
- Downgrade required
rails
version - Improve docs
- Compress svg icons for performance
- Make lib production ready
- Support ruby >= 2.6.6
- Add
rdoc
documentation - Add documentation for core methods
- Release gem