-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v11.1.0 #1574
Merged
Merged
Release v11.1.0 #1574
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Renovate Bot <[email protected]>
- replace the inline icon (loading) with our <LoadingIndicator /> - update snapshots to account for this - don't use the visible prop, as this breaks ARIA for buttons - marking prop as deprecated since it can be handled thru composition (like arrow)
- instead of throwing an error, use TypeScript to check for missing props - add utility types to support this check in a generic way - note: this also means that if the prop is missing, it will hint what to add - note: this allows the page to load, but also generates appropriate build errors
- per team discussion, do this once a component has been used in a product - this only affects documentation. fixes are applied as raised
Co-authored-by: Renovate Bot <[email protected]>
- add new variant for "dragging" elevation - define defaults for props - improve documentation for props - add recipe demonstrating hookup of props to state - update story snapshots - remove custom re-exports of recipe components
- icons and other items within .PlainButton should be centered - add recipe showing use of menu with Avatar component - update snapshots - add interactive snapshot to show focus state
* chore: upgrade Tailwind from 3.2.7 to 3.3.0 * chore: use TS for Tailwind config * chore: update Tailwind class ordering for 3.3
- small tweaks to the sytling of marker text - several recipes to support examples in ZeroHeight - integrate examples with some interactivity and animation
- includes update to existing component class name order
* feat(slider): add tooltip * fix(lint): fix tw class order * docs(slider): clarify comment * refactor(slider): add slider specific t3 tokens * refactor(slider): compute css var instead of building ts token * refactor(slider): set style to initial over none
- move card example from skeleton state docs - create separate recipe with example controls
* fix(InputField): apply bottom margin only with fieldNote - add a class which selectively applies a bottom margin * feat(InputField): add story without fieldnote * fix(InputField): update snapshots * refactor(Slider): adjust input labeling/position in story
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #1574 +/- ##
==========================================
- Coverage 91.87% 91.63% -0.25%
==========================================
Files 285 279 -6
Lines 4295 4267 -28
Branches 790 776 -14
==========================================
- Hits 3946 3910 -36
- Misses 324 331 +7
- Partials 25 26 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
More with less |
jinlee93
approved these changes
Mar 31, 2023
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
11.1.0 (2023-03-31)
Features
Bug Fixes