-
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.0.0 #1996
Merged
Merged
Release v15.0.0 #1996
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
* also update sub-component docs and React type usages
Co-authored-by: Renovate Bot <[email protected]>
* chore: update default background color * fix: adjust token values and usage for temp a11y fix * feat(tokens): update token values from design for red
- completely rebuild component to match updated design and API - add new tests and snapshots - preserve v1 for now, for comparisons and avoiding snapshot churn - fix v2 type issues - add v2 stories for disabled
Co-authored-by: Renovate Bot <[email protected]>
- add stories and styles to match new design - update snapshots - also add in the nested V2 folder in storybook, and export
- also add export and nesting for V2 storybook
- add stories and styles for new component theme - add in nested group in storybook
- add stories - also update constituent sub-components - nest stories in storybook - export from index
- also export V2 to index and nest stories - update token names
- this updates the separate sub-components as well as ancillary components (FieldNote, Input) - updates to variant types and mixins - export updates and added stories
- remove publishing for old reference-based config output - internally use the new output with value literals in the JSON
- add new 2.0 component - add new stories - add new api options - align styling for popover sub-components
Co-authored-by: Renovate Bot <[email protected]>
- add stories - remove deprecated functionality - update examples as needed
- add in 2.0 component with style/token changes - add in updated design API properties
- add in stories - add in new component, nested under v2 folder
- add in new styles - preserve existing API, tests, etc.
- unmark as deprecated - add tests and 2.0 version - update documentation for related components
- add in style changes for both Modal and dependent `ButtonGroup` - simplify interface and update with new semantics - update test snapshots for chromatic
- add tests and stories - add new component styles
- support variants (default and inverse) - add tests and snapshots - also add background color treatments thru storybook config - add more chromatic delay to avoid some test jittering
- stop using radio icons which can now be removed - replace with styling using in-DOM elements (future proof for transitions) - better application of color tokens - add tests - update snapshots
- updated the snapshots - update treatments of disabled across components - update aria-disabled in snapshots
- add item alignment to large and medium buttons - update snapshots for affected components in chromatic
- add colors to match zeroheight documentation styles
- update snapshots and tests
- also mark of the non-sized token as deprecated
- remove lingering TODO items - clean up background color tokens from 1.0 - mark tokens as deprecated - clean up type extension doc.s for Link/Button - add in usages of size tokens in components - update token documentation pages - remove v1 components and link remaining components to new versions - update remaining v1 components to work with v2 components - HorizontalStepper - Table - SearchBar - clean up stories in documentation - adjustments to table using sortable icon
- also clean up getIconNameFromStatus for use in buttons, etc.
Co-authored-by: Renovate Bot <[email protected]>
See commit history for more details
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1996 +/- ##
==========================================
+ Coverage 96.87% 97.40% +0.52%
==========================================
Files 106 109 +3
Lines 2113 2581 +468
Branches 546 648 +102
==========================================
+ Hits 2047 2514 +467
- Misses 64 65 +1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
ahuth
approved these changes
Jun 20, 2024
@ahuth 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.
15.0.0 (2024-06-20)
⚠ BREAKING CHANGES
Features
eds-migrate
script for running codemods on major version upgrades (#1951) (109a0e5)Bug Fixes