@primer/view-components
Advanced tools
Changelog
0.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
Changelog
0.0.22
Add view helpers to easily render Primer components.
Manuel Puyol
Add TabContainer
and TabNav
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
Changelog
0.0.1
Add initial gem configuration.
Manuel Puyol, Joel Hawksley
Add demo app and storybook to test
Manuel Puyol
Add Classify, FetchOrFallback and ClassName helpers
Manuel Puyol
Add components:
BorderBox
Box
Breadcrumb
Button
Counter
Details
Dropdown
Flex
FlexItem
Heading
Label
Layout
Link
ProgressBar
State
Subhead
Text
TimelineItem
UnderlineNav
Manuel Puyol