Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update CHANGELOG.md #2588

Merged
merged 2 commits into from
Jun 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions playbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## Responsive Components in Rapid Time: Introducing Global Responsive Spacing Props for React and Rails Components.

![titleboldandresponsivespacing](https://github.com/powerhome/playbook/assets/9158723/9741a86c-5439-4081-b197-0101079c8575)

With all components, you can specify any of our spacing props values at certain screen sizes. For example, let's say I wanted the Badge component to have a small padding on phones, and a medium size padding on medium screens and higher. It's as easy as this: <Badge padding={{ xs: "sm", md: "md" }} />

## [12.24.0](https://github.com/powerhome/playbook/tree/12.24.0) (2023-05-26)

[Full Changelog](https://github.com/powerhome/playbook/compare/12.23.0...12.24.0)
Give it a try and let us know what you think!


[12.24.0](https://github.com/powerhome/playbook/tree/12.24.0) full list of changes:

**Kit Enhancements:**
- Title 2 Defaults to Bold [\#2559](https://github.com/powerhome/playbook/pull/2559) ([jasperfurniss](https://github.com/jasperfurniss))
Expand All @@ -13,7 +18,7 @@
- Responsive Spacing global prop [\#2563](https://github.com/powerhome/playbook/pull/2563) ([nickamantia](https://github.com/nickamantia))
- Creating an example Swift kit doc [\#2550](https://github.com/powerhome/playbook/pull/2550) ([carloslimasd](https://github.com/carloslimasd))


[Full Changelog](https://github.com/powerhome/playbook/compare/12.23.0...12.24.0)

## [12.23.0](https://github.com/powerhome/playbook/tree/12.23.0) (2023-05-23)

Expand Down