Skip to content

Commit

Permalink
add section for docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDanLu committed Nov 20, 2024
1 parent 7c611c7 commit f72d1d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook-s2/docs/Release Notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f72d1d2

Please sign in to comment.