Releases: primer/view_components
v0.0.20
-
Fix bug when empty string was passed to Classify.
Manuel Puyol
v0.0.19
-
Add support for functional colors to
color
system argument.Jake Shorty
-
Add
AvatarStack
,Dropdown
,Markdown
andMenu
components.Manuel Puyol
-
Deprecate
DropdownMenuComponent
.Manuel Puyol
-
Fix
Avatar
bug when used with links.Manuel Puyol
-
Add cache for common Primer values.
Blake Williams
-
Add support for
octicons_helper
v12.Cole Bemis
-
Add support for
border: true
to apply theborder
class.Simon Taranto
-
Promote
Avatar
,Link
, andCounter
components to beta.Simon Taranto
-
Breaking change: Drop support for Ruby 2.4.
Simon Taranto
v0.0.18
-
Add
border_radius
system argument.Ash Guillaume
-
Add
animation
system argument.Manuel Puyol
-
Add
Truncate
,ButtonGroup
andButtonMarketing
components.Manuel Puyol
-
Add
Tooltip
component.Simon Taranto
v0.0.17
-
Ensure all components support inline styles.
Joel Hawksley
v0.0.16
v0.0.15
-
Add ability to disable
limit
on Counter.Christian Giordano
-
Rename
v
system argument tovisibility
.Joel Hawksley
v0.0.14
-
Add functional colors to Label.
Joel Hawksley
v0.0.13
-
Add support for
xl
breakpoint.Joel Hawksley
v0.0.12
-
Adds support for disabling inline box-sizing style for
SpinnerComponent
via style parameterPrimer::SpinnerComponent.new(style: nil)
.Chris Wilson