-
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 v12.2.0 #1662
Merged
Merged
Release v12.2.0 #1662
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
* test: add diffIncludeAntiAliasing and set to false
- remove storybook test which was printing a console statement - instead, add a jest test for the component with content and without - use expect statements to make sure the mock function is called - remove superfluous console statements - stop using storybook RTL exports
- mark as deprecated in code - remove from storybook documentation - add vertical spacers
* refactor: use select over deprecated dropdown in demos * test(select): bump diff threshold up * test(select): bump diff threshold up to 0.72
* refactor(projectcard): use menu component over buttondropdown * refactor(courseplanneredit): address pr comments
fix: accept all input types for the input component's type prop This makes working with conform smoother, because that library can use all valid input types. Without this we get a type error, because our EDS list was incomplete.
Co-authored-by: Renovate Bot <[email protected]>
* refactor(breadcrumbs): use menu over deprecated buttondropdown * refactor(breadcrumbs): remove references to 'dropdown' * docs(breadcrumbs): add todo to capture open menu state * test(breadcrumbs): add spacing to capture menu in chromatic
- add in CLI dependency for later use - update dependencies in lock files
- reset any color set directly on the menu item line - set the state color to our text/neutral-default color
- change component to use a span tag - use text/neutral-subtle - update test snapshots
- use label-md instead of title-md - use text/neutral-subtle (currently inherits)
- mark deprecated things as unioned with non-deprecated things
- feat(Text): add support for caption-md and caption-lg - fix(Tooltip): use caption-lg for tooltip text - doc updates
Co-authored-by: Renovate Bot <[email protected]>
* fix: make createportal ssr friendly * refactor: change conditional to follow docs
Co-authored-by: Renovate Bot <[email protected]>
size-limit report 📦
|
ahuth
approved these changes
Jun 21, 2023
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.
12.2.0 (2023-06-21)
Features
Bug Fixes