From f72d1d2df9ff4d94342d316a4e2fd7b0692a4bb8 Mon Sep 17 00:00:00 2001 From: Daniel Lu Date: Wed, 20 Nov 2024 10:48:37 -0800 Subject: [PATCH] add section for docs updates --- .storybook-s2/docs/Release Notes.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.storybook-s2/docs/Release Notes.mdx b/.storybook-s2/docs/Release Notes.mdx index cd36fe7fe80..47fc26294b5 100644 --- a/.storybook-s2/docs/Release Notes.mdx +++ b/.storybook-s2/docs/Release Notes.mdx @@ -20,6 +20,12 @@ In addition, several DialogTrigger props have moved to the above children: * `isDismissable` was renamed to `isDismissible` (fixed spelling), and moved to Dialog and CustomDialog * `hideArrow`, `offset`, `crossOffset`, `containerPadding`, `placement`, and `shouldFlip` moved to Popover +We've also continued to iterate on developer experience based on your feedback. Documentation on style macro usage with regards to +[colors](?path=/docs/style-macro--docs#colors) and [typography](?path=/docs/style-macro--docs#typography) have been added to help clarify +these common use cases. Style macro properties like `width` and `height` now allow for arbitrary pixel size values, please see the [docs](?path=/docs/style-macro--docs#sizing) +for more information. Finally, documentation on [optimizing CSS bundling](?path=/docs/style-macro--docs#css-optimization) has also been +added to help you generate a properly optimized output when using the bundler of your choice. + ### New components * [ActionButtonGroup](?path=/docs/actionbuttongroup--docs)