Releases: primer/view_components
v0.0.37
-
Update NPM package to include subdirectory JS files.
Manuel Puyol
v0.0.36
-
Add
block
flag toButtonComponent
.Manuel Puyol
-
Add
link
andinvisible
schemes toButtonComponent
.Manuel Puyol
-
Create
CloseButton
andHiddenTextExpander
component.Manuel Puyol
-
Breaking change: Rename
AutoCompleteComponent
toAutoComplete
andAutoCompleteItemComponent
toAutoComplete::Item
.Manuel Puyol
-
Breaking change: Rename
TruncateComponent
toTruncate
and promote it to beta.Manuel Puyol
v0.0.35
-
Promote
AutoCompleteComponent
,AutoCompleteItemComponent
,AvatarStackComponent
andButtonComponent
to beta.Manuel Puyol
-
Allow
UnderlineNav
tabs to be rendered as a<ul><li>
list.Manuel Puyol
-
Accessibility: Don't add tab roles when
UnderlineNav
orTabNav
use link redirects.Manuel Puyol
-
Breaking change: Make
label
required forUnderlineNav
andTabNav
.Manuel Puyol
v0.0.34
-
Add
p: :responsive
andm: :auto
system arguments.Manuel Puyol
-
Remove
my: :auto
and negativem:
system arguments.Manuel Puyol
-
Breaking change: Rename
FlashComponent
variant
argument toscheme
.Manuel Puyol
-
Breaking change: Rename
LinkComponent
variant
argument toscheme
.Manuel Puyol
-
Breaking change: Rename
ButtonComponent
button_type
argument toscheme
.Manuel Puyol
-
Breaking change: Rename
ButtonMarketingComponent
button_type
argument toscheme
.Manuel Puyol
-
Breaking change: Rename
StateComponent
color
argument toscheme
.Manuel Puyol
v0.0.33
-
Remove
TabbedComponent
validation requiring a tab to be selected.Manuel Puyol
v0.0.32
-
Allow passing the icon name as a positional argument to
OcticonComponent
.Manuel Puyol
-
Promote
TimeAgoComponent
to beta.Manuel Puyol
-
Breaking change: Update
TabNav#tab
API to accept the tab content as a block and panel content as a slot.Manuel Puyol
-
Breaking change: Update
UnderlineNavComponent
API be more strict and supportTabContainer
.Manuel Puyol
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