-
Notifications
You must be signed in to change notification settings - Fork 53
feat(components): tags #3164
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
feat(components): tags #3164
Conversation
1 similar comment
packages/components/package.json
Outdated
| "url": "https://github.com/Talend/ui.git" | ||
| }, | ||
| "dependencies": { | ||
| "@talend/design-system": "^1.0.0-beta.12", |
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.
beta do not work with CDN, you should do a first stable release first
yarn.lock
Outdated
| dependencies: | ||
| "@types/node" ">= 8" | ||
|
|
||
| "@popperjs/core@^2.5.4": |
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.
what about react-popper migration first ?
So it means we have to finish and merge #3157 first right ?
packages/components/package.json
Outdated
| "@storybook/addons": "^5.3.1", | ||
| "@storybook/react": "^5.3.1", | ||
| "@talend/bootstrap-theme": "^6.9.0", | ||
| "@talend/design-system": "^1.0.2", |
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.
it s already a dep
# Conflicts: # packages/components/package.json # yarn.lock
|
Size Change: +1.3 kB (0%) Total Size: 2.3 MB
ℹ️ View Unchanged
|
1 similar comment
1 similar comment
2 similar comments
| version "2.7.0" | ||
| resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.7.0.tgz#5f7760965170f7f1e2910d2498c5be88b47a2a8c" | ||
| integrity sha512-V3WyEc8ZyAuOQ2fpFuTuYYOd2tV4NePeSdxaHYgYAOs7ERLxlcFi2XsmgI5LJFdAUmJKXsg8jaIiVTkTHQygQw== | ||
|
|
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.
please take care to remove this lib.
I think a simple npx yarn-dedup should do the job but I am afraid it increase a lot the changes in the yarn lock :D
1 similar comment
* feat: tags * feat: tags * feat: tags * feat: tags * feat: tags * chore(ci): prettier * feat: tags * feat: tags * chore(components): migrate react-popper to v2 * Update package.json * feat: tags * feat: tags * upgrade yarn.lock after merge * ds 1.0.7 * Extract Tag as new component * chore(ci): update code style outputs * chore(ci): prettier * revert * revert * proptypes * chore(ci): update code style outputs * unit tests * chore(ci): update code style outputs * chore(ci): prettier * unit tests * chore(ci): update code style outputs * yarn dedupe * chore: dedup Co-authored-by: travis <travis> Co-authored-by: jmfrancois <[email protected]>
What is the problem this PR is trying to solve?
Tags come from Bootstrap and it's time to get rid of Bootstrap
What is the chosen solution to this problem?
Tags come from the Design System
Please check if the PR fulfills these requirements
[ ] This PR introduces a breaking change