ebiwd / EBI-Framework

The EMBL-EBI Visual Framework for websites and services.
https://www.ebi.ac.uk/style-lab/websites/
19 stars 16 forks source link

color-adjust to print-color-adjust #191

Open gustavo-salazar opened 2 years ago

gustavo-salazar commented 2 years ago

Hey there,

We are getting some warning when building InterPro related to the css attribute color-adjust. Because this has been deprecated and the recommended attribute to use is print-color-adjust. Is there a way for this to get updated?

The stack trace of the warning FYI:

WARNING in ./node_modules/ebi-framework/css/ebi-global.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/ebi-framework/css/ebi-global.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(1299:5) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.

WARNING in ./node_modules/foundation-sites/dist/css/foundation-float.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].use[2]!./node_modules/foundation-sites/dist/css/foundation-float.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(792:13) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.

Probably a more general question is if there are going to be patches releases with this sort of fixes, or we are in a situation where all the dev effort is focused in the visual framework?

sandykadam commented 2 years ago

@gustavo-salazar this repository of legacy framework is not going to be maintained anymore, as communicated before to all teams, everyone should start integrating VF v2 https://stable.visual-framework.dev/ in your respective websites.

cc: @nikiforosk

gustavo-salazar commented 2 years ago

OK, thanks for the reply.

I guess I miss the announcement. The last one I remember was that v2.0 should be used for new websites and v1.4 was for existing websites.