oui
oui copied to clipboard
Deprecate `panelled` prop of `OuiPageBody`
@KrooshalUX would prefer to simplify layout guidance and variability by removing this as an option. We can also do a global code search to check for existing usage.
See also https://github.com/opensearch-project/oui/issues/840
Adding useDeprecatedProps will create log messages where it's used. That can help find some high impact areas
This work consists of 3 parts:
- Insert the
useDeprecatedPropshook to generate aconsole.logmessage when the prop is used: https://github.com/opensearch-project/oui/blob/1fe770cc662888be2d497da7352d6bf6f4f26cc4/src/utils/deprecated/deprecated.tsx#L56 You can say it will be removed in2.0.0(specify the propversion: '2.0.0') - Add a deprecation comment to the prop that says this prop is deprecated and will be removed in version 2.0
If you need any more info or get stuck, feel free to ping me.
Edit: It looks like there isn't any docsite section that discusses this, so only these two are needed
@BSFishy can you please assign me this issue