-
Notifications
You must be signed in to change notification settings - Fork 1
Beta #198
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
Merged
Merged
Beta #198
Conversation
This file contains hidden or 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
Removes all material components Sets up generators Sets up a theme provider Configures jest and storybook Added dummy Button component for testing Fixes #79
Removes husky due to issue with npm7
It's likely we will develop more as we progress but this is the starting set Fixes Design tokens #80
Differs from figma in height settings Adds css only ripple, could be improved to use keyframes or mouse position
with breakpoints form original components
fixes Add Box component #87
Adds additional colors for success, etc. Add plugin to use comments as docs for stories. Fixes #88
tsdx is not maintained anymore and stuck at ts 3. Rollpkg uses tsc, so matches your typscript version.
max width set using breakpoint and defined sizing fixes #90
fixes Add Grid component #91
Added SvgIcon to support it, but this may change later. Fixes #93
They are not adding any value.
Parts still need doing. see #81
Causes conflict with stitches, This is fixed in later emotion but storybook currently still on v10. See emotion-js/emotion#1257
Adds portal option to toolbar Adds tooltips to variants see #81
Was incorrectly ignored
To make ready for early beta See #81
This is for use for inline properties. See #81
uses lnt-staged for pre-commit to lint, fornat and test changed parts. Runs full lint, build, test for pre push. fixes #185
Not clear which update broke the ConfirmDialog tests but adding act fixes. Also remove the invalid dom nesting with produced console warnings.
Changes dialog close to use slot
Add husky to repo
This will be used to manage the releases rather than the manual process. fixes #187
Adds semantic release
Merge error caused two names to be in the file, one removed
fix(ci): fixes release script
Merge error caused two names to be in the file, one removed
fix(ci): fixes release script
Merge error caused two names to be in the file, one removed
fix(ci): fixes release script
Adds the larger examples from earlier components, form, website and inbox. re #194
This is used in the examples and can be used elsewhere to look at the impact of theming changes.
These are no longer needed
This comit completes initil development of the new design system implemented with Stritches and Radix BREAKING CHANGE: Fully redesigned. While many of the old components are still present the API for all components has changed. See documentation. fix #194
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Release of beta to main.
Complete rewrite.
Many components still exist but API has changed for all components.
See docs.