-
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 v15.1.0 #2018
Merged
Merged
Release v15.1.0 #2018
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
- toggle button label and icon based on current state - implement show/hide button to appear after any inputWithin elements - add tests and snapshots
Co-authored-by: Renovate Bot <[email protected]>
- add utility function for doing the logging - use in various components (Link, Button, util.s) - fix violations in EDS identified by these checks - add additional tests * chore: address PR comments
- allow fixed (default), auto, and max - add stories with doc.s - change export for ModalContent to fix storybook - update snapshots - add EDS assert for prop misuse
- document ability with stories - add snapshots for the UI icons generated by the browsers
- also update the copyright year
- Grid and Section are only used within the design system - move them out of the regular components directory to avoid analytics scans - make sure no other usages change as a result
- fix handling of size so it isn't applied where it can't be used - add assert for using size with context=inline - update tests and snapshots
* chore(deps): update all non-major dependencies * fix: update types and theme import --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Andrew Holloway <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2018 +/- ##
==========================================
- Coverage 97.52% 97.40% -0.13%
==========================================
Files 108 109 +1
Lines 2545 2579 +34
Branches 635 647 +12
==========================================
+ Hits 2482 2512 +30
- Misses 61 65 +4
Partials 2 2 ☔ View full report in Codecov by Sentry. |
size-limit report 📦
|
jeremiah-clothier
approved these changes
Jul 15, 2024
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.
15.1.0 (2024-07-15)
Storybook
Features
Bug Fixes