Releases: cschroeter/park-ui
Releases · cschroeter/park-ui
@park-ui/[email protected]
Changed
- Replaced
heading
recipe in favor oftext
recipe. Please update your code snippets accordingly.
@park-ui/[email protected]
This release marks an important milestone for Park UI as we have upgraded to the new major version 2.0 of Ark UI. Please
update your dependencies accordingly.
Added
- Added new
Skeleton
component. - Added new
enclosed
variant to theTabs
component.
Changed
- Updated all code snippets to match the new Ark UI 2.0.0 API.
- Updated the
TagsInput
recipe to use the newItemPreview
part.
Fixed
- Fixed a problem where the
enclosed
variant of theTabs
component was rendered slightly too big - Resolved an issue with the
Card
component where the content would overflow the card. - Resolved an issue with
SegmentControl
that theindicator
was sometimes not rendered correctly. - Fixed an issue that the initials in
Avatar
were not centered correctly.
@park-ui/[email protected]
This release marks an important milestone for Park UI as we have upgraded to the new major version 2.0 of Ark UI. Please
update your dependencies accordingly.
Changed
- Updated all code snippets to match the new Ark UI 2.0.0 API.
- Updated the
TagsInput
recipe to use the newItemPreview
part.
Fixed
- Fixed an issue that the initials in
Avatar
were not centered correctly.
@park-ui/[email protected]
Added
- Added new
Skeleton
component.
Fixed
- Resolved an issue with
SegmentControl
that theindicator
was sometimes not rendered correctly.
@park-ui/[email protected]
Fixed
- Fixed a problem where the
enclosed
variant of theTabs
component was rendered slightly too big
@park-ui/[email protected]
Added
- Added new
enclosed
variant to theTabs
component.
Fixed
- Resolved an issue with the
Card
component where the content would overflow the card.
@park-ui/[email protected]
We are excited to announce that in this release, we have revised several components to feature a closed Component API:
Avatar
Checkbox
Number Input
Pagination
Pin Input
Rating Group
Slider
Switch
For more information on the reasoning behind this change, please refer to the
GitHub Issue.
Added
- Introduced styles for the
Progress
component (Preview). - Implemented support to render the
RatingGroup
in various colors. - Added a hover color to the items in
SegmentControl
. - Launched Storybooks for all components across each
framework.
Changed
- Enhanced typings for all components, aiming for an improved TypeScript experience.
Fixed
- Fixed an issue in the
PinInput
component where the input width was incorrect. - Addressed a bug in the
Select
component where a disabled item incorrectly displayed a hover color.
@park-ui/[email protected]
We are excited to announce that in this release, we have revised several components to feature a closed Component API:
Avatar
Checkbox
Number Input
Pagination
Pin Input
Rating Group
Slider
Switch
For more information on the reasoning behind this change, please refer to the GitHub Issue.
Added
- Introduced styles for the
Progress
component (Preview). - Implemented support to render the
RatingGroup
in various colors. - Added a hover color to the items in
SegmentControl
. - Launched Storybooks for all components across each framework.
Changed
- Enhanced typings for all components, aiming for an improved TypeScript experience.
Fixed
- Fixed an issue in the
PinInput
component where the input width was incorrect. - Addressed a bug in the
Select
component where a disabled item incorrectly displayed a hover color.
@park-ui/[email protected]
Changed
- Renamed
placement
prop tovariant
inDrawer
component for better consistency with other CSS frameworks. - Renamed
Label
toFormLabel
- Revised
Avatar
component. Check out the docs for more details.
Fixed
- Resolved an issue that
Avatar
did not render correctly when no image was provided.
@park-ui/[email protected]
Added
- Added new
Button
variantsubtle
.
Fixed
- Fixed an issue with
RatingGroup
where the rating icons were not resized correctly.