-
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 v10.0.0 #1521
Merged
Merged
Release v10.0.0 #1521
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
chore(release): 9.1.0
…1493) - create TextArea base component - for now exporting, but we would want to treat this similar to how we do the input base component - will sync with latest design before merging - create TextareaField component (augmenting with label, a11y changes, etc.) - specify examples for updating height using rows - handle disabled on base component
- add in changes that fix lint complaints
Co-authored-by: Renovate Bot <[email protected]>
- remove little used helper mixin, and apply typography to labels - add overline container to match label structure for textarea and input fields - update snapshots - EDS-841
- add a new story for showing a value selected on component load - update typing in story file for clarity
…ast (#1508) * refactor: lower clickable style specificity * refactor: import css last * refactor(eslint): specify css module for import order
Update some deps
Remove bootstrap override hooks
Co-authored-by: Renovate Bot <[email protected]>
* feat(slider): init * refactor(slider): add semantic html and story * feat(slider): styling wip * refactor(slider): remove datalist and options * feat(slider): finish styling default slider * refactor(slider): temp remove unnecessary disabled state * refactor(slider): support not focus-visible * test(slider): add no label story and snaps * refactor(slider): shift and dry styles * feat(slider): add cursor and disabled styling * test(slider): add disabled and focus stories * fix(slider): increase size and hitbox for axe * feat(slider): add markers * fix(slider): align markers to values * test(slider): update snaps * fix(slider): make marker color high enough contrast * docs(slider): clean comments and strengthen type * feat(slider): generate markers and more style disabled * docs(slider): add helper fn docstring and dry stories * refactor(slider): move util func to util folder * feat(slider): allow fieldnote as aria description
- implement core component - add in variants, sizes, and shapes - add in new avatar icon to spritesheet - specify default aria label - add tests and stories
size-limit report 📦
|
jinlee93
approved these changes
Mar 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
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.
10.0.0 (2023-03-02)
⚠ BREAKING CHANGES
Features
Bug Fixes