-
Notifications
You must be signed in to change notification settings - Fork 3
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
UHF-9156: Update HDS to v3 #861
Conversation
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.
This one worked but there was one quite significant issue with most (not all 🤔) of the focus rings on filter elements having changed into something barely noticeable. The border of the element changes to black from gray but the change is really small so its really hard to see where your focus is. This needs to be checked before this can be merged. Otherwise everything worked perfectly!
After thorough inspection ended up with solution which patches the missing variable name issue. Looked around pages to see if headings look strange but seems to be OK. |
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.
This works well now! Great stuff 🦖
UHF-9156
What was done
As fas as I know HDS package changes should only affect our React searches. HDS styles we use are manually copied to HDBT and locked to certain version because of that.
npm audit fix
fixesHow to install
git pull origin dev
make fresh
composer require drupal/hdbt:dev-UHF-9156-update-hds-to-v3
make shell
drush sapi-rt; drush sapi-c; drush sapi-i; drush cr
How to test
Check also running the NPM commands with some Drupal instance.
composer reinstall drupal/helfi_platform_config --prefer-source
nvm use; npm i;