Releases: primer/view_components
v0.0.31
-
Fix
Popover
bug where body was only returning the last line of the HTML.Manuel Puyol, Blake Williams
v0.0.30
-
Make
color:
,bg:
andborder_color:
accept string values.Manuel Puyol
v0.0.29
-
Add
primer_time_ago
helper.Simon Taranto
-
Add
silence_deprecations
config to supress deprecation warnings.Manuel Puyol
v0.0.28
-
Update
CounterComponent
to accept functional schemesprimary
andsecondary
. Deprecategray
andlight_gray
schemes.Manuel Puyol
-
Add
force_functional_colors
option to convert colors to functional. This change includes a deprecation warning in non-production environments that warns about non functional color usage.Manuel Puyol
-
Promote
DetailsComponent
,HeadingComponent
,TextComponent
,TimelineItemComponent
, and
PopoverComponent
to beta status.Simon Taranto
-
Update
LinkComponent
:-
use
Link--muted
instead ofmuted-link
. -
accept
variant
andunderline
options. -
accept
:span
as a tag.Manuel Puyol
-
-
Add
AutoComplete
andAutoCompleteItem
components.Manuel Puyol
-
Publish types with npm package.
Keith Cirkel & Clay Miller
-
Fix
AvatarComponent
to apply classes to the link wrapper if present.Steve Richert
-
Fix
AvatarComponent
to apply theavatar-small
class rather thanavatar--small
.Steve Richert
-
Breaking change: Updates
PopoverComponent
to use Slots V2.Manuel Puyol
v0.0.27
-
Promote
BreadcrumbComponent
andProgressBarComponent
to beta status.Simon Taranto
-
Fix
OcticonComponent
not renderingdata-test-selector
correctly.Manuel Puyol
-
Add
TimeAgo
component.Keith Cirkel
-
Breaking change: Updates
UnderlineNavComponent
to use Slots V2.Simon Taranto
-
Breaking change: Upgrade
LayoutComponent
to use Slots V2.Simon Taranto
v0.0.26
-
Fix
DetailsComponent
summary always being rendered as abtn
.Manuel Puyol
-
Promote
BlankslateComponent
andBaseComponent
to beta status.Simon Taranto
v0.0.25
-
Promote
SubheadComponent
to beta.Simon Taranto
-
Add deprecated
orange
andpurple
schemes toLabelComponent
.Manuel Puyol
v0.0.24
-
Fix zeitwerk autoload integration.
Manuel Puyol
-
Breaking change: Upgrade
ProgressBarComponent
to use Slots V2.Simon Taranto
-
Breaking change: Upgrade
BreadcrumbComponent
to use Slots V2.Manuel Puyol
v0.0.23
-
Remove node and yarn version requirements from
@primer/view-components
.Manuel Puyol
-
Breaking change: Upgrade
SubheadComponent
to use Slots V2.Simon Taranto
-
Breaking change: Update
LabelComponent
to use only functional color
supportive scheme keys. The component no longer accepts colors (:gray
, for
example) but only functional schemes (primary
, for example).
LabelComponent
is promoted to beta status.Simon Taranto
v0.0.22
-
Add view helpers to easily render Primer components.
Manuel Puyol
-
Add
TabContainer
andTabNav
components.Manuel Puyol
-
Promote
StateComponent
to beta.Simon Taranto
-
Breaking change: Upgrade
BorderBoxComponent
to use Slots V2.Manuel Puyol
-
Breaking change: Upgrade
StateComponent
to support functional colors. This change requires using @primer/css-next. The required changes will be upstreamed to @primer/css at a later date.Simon Taranto
-
Breaking change: Upgrade
DetailsComponent
to use Slots V2.Simon Taranto