-
Notifications
You must be signed in to change notification settings - Fork 41
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 3.6.0 #1238
Merged
Merged
Release 3.6.0 #1238
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
Changelog-templater
Remove individual lodash functions add patch workflow
…ayer-rule (HDS-2108) remove useless @layer style
…pdate reference images
…abel-layout-fix (HDS-2142) fix checkbox layout issue
Gatsby uses latest (1.4.5-lts.1) but for some vulnerability reason it has been forced to be 1.4.4. Could not find open vulnerability for 1.4.4. or 1.4.5 so changed to newer
Splitted the resolutions to two versions instead forcing all to v2.
Also had to update plugins and prettier. Also removed some plugins/rules that have been merged into prettier/eslint-config-prettier: prettier/@typescript-eslint prettier/react Changed some rules which caused hundreds of errors in the /src.
Autofixed what could, and the manually. Fix warnings for missing labels The warning was: "A control must be associated with a text label"
Stepper had invalid props for file input and a copy-paste error.
tsconfig had extra comma Add build:code to scripts No need to build site everytime core+React is needed Removed ununsed code Lines 190 - 201 was deleted. Other changes are due autoformat.
Yarn start did not work anymore and changing eslintrc.json did not work Error: facebook/create-react-app#11864 Fixed by updating some eslint related packages by removing them from yarn.lock and running yarn. Added react as plugin to eslintrc.
postcss and @testing-library/dom added to actual (dev)/dependencies. PostCss is a devDep and peerDep Used postCss version jumped from 7 to 8. Reason is in migration guide https://evilmartians.com/chronicles/postcss-8-plugin-migration
There was a warning about 2 mocks with same name. Merged and moved to utils.
site needed some babel deps.
… icon, add to changelog, rename & partially rewrite icon library build workflow, fix wrong icon kit version number
…rning-fixes HDS-1514: dependency warning fixes
… by manually running the workflow
…mples (HDS-2149) fix Notification Toast Core example
…button-variant-examples (HDS-2167) fix Button label
…te-icons-list (HDS-2137) Update new icons to icons list in site
…or release. (HDS-2157) Add @deprecated to props that will completely change or be removed
(HDS-2109) Add links to Storybooks to site.
Fix rounded links buttons on iOS 15.5
…-old-properties (HDS-2157) Tag mark deprecated and changed properties
HDS-2155 table class fix
NikoHelle
approved these changes
Mar 6, 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.
Description
Release 3.6.0