Releases: marathontvapp/carnation
Releases · marathontvapp/carnation
v1.0.0-alpha.9
What's Changed
- Add
Tabs
accessibility primitive by @joshpensky in #2
Full Changelog: 1.0.0-alpha.7...1.0.0-alpha.9
1.0.0-alpha.7
What's New
- Added new config option for setting the Image component
- Added exports for new types in
carnation-ds
, including:TextElementProps
LayoutElementProps
LinkElementProps
ButtonElementProps
ImageElementProps
SvgElementProps
CircleElementProps
LineElementProps
PathElementProps
RectElementProps
1.0.0-alpha.5
What's New
- Added new
<CarnationProvider>
component for defining link configs - Added new
CarnationConfig
interface export
Changes
- The
<AccessibilityProvider>
component has been merged with<CarnationProvider>
1.0.0-alpha.4
Introducing our early alpha version of Carnation! Check out our blog post for more information.
What's New
- Added initial component primitives (e.g.,
<c.div>
,<c.p>
,<c.a>
, etc.) - Added initial motion primitives (e.g.,
<m.div>
,animate
,useMotionValue
, etc.) - Added styles documentation