Skip to content

22.10

Compare
Choose a tag to compare
@dkonecny-oracle dkonecny-oracle released this 17 Aug 21:19
· 21 commits to master since this release

Release 7.1.1 of the ApplicationsCloudUITheme for compatibility with Oracle Visual Builder 22.10

Known Issue

The theme source code violates Oracle JET "oj-css-style-override" audit rule and produces many audit report errors. It is recommended to exclude the theme sources from being audited in short term, and convert your application to use the Redwood Stable theme going forward.

To disable auditing of the theme sources, switch to Source view of your Visual Builder application, locate your settings/audit.json file (in the root, not one under webApps folder) and make sure it contains:

{
  "paths": {
    "exclude": ["webApps/<your-VB-web-app-name-here>/resources/css/ApplicationsCloudUI/**"
    ]
  }
}

Warning

The ApplicationsCloudUITheme is deprecated as a sample and will no longer be available for versions of Visual Builder after the 22.nn series
You should convert your application to use the Redwood Stable theme as a basis with appropriate customization via CSS variables or to your own custom theme created in JET based on the stable theme