New Features in Oracle Visual Builder
Here’s an overview of new features and enhancements added recently to improve your Oracle Visual Builder experience.
Topics:
- Release 24.10 - August 2024
- Release 24.04 - February 2024
- Release 23.10 - September 2023
- Release 23.04 - February 2023
As soon as new and changed features become available, Oracle Visual Builder instances are upgraded in the data centers where Oracle Cloud services are hosted. You don’t need to request an upgrade to be able to use the new features—they come to you automatically.
Note:
Classic applications created in earlier versions of Visual Builder use a structure that isn't compatible with the visual application structure now used in Visual Builder. No further feature development work is planned for Classic applications, and only critical bug fixes will be addressed. Oracle recommends that you update your Classic applications to use the visual applications approach, which provides a much more robust functionality for creating sophisticated apps.For the moment, you can use your Visual Builder instance to manage Classic applications, but this option will be disabled by default in new instances starting soon. You can use your existing instance to export Classic applications and then import them as visual applications to migrate the business objects, but be aware that there are no migration capabilities for the web or mobile UIs. See About Classic Applications.
Release 24.10 - August 2024
Change | Description |
---|---|
Dark theme for web apps | When you create a new web app using the default template, you can now customize the app's theme to show components against a dark background, instead of the default light background with dark text. You can even let your users choose between a Light and Dark theme. CSS variables to override the default Redwood look and feel are still supported—only now you make those overrides in the CSS files specific to the Light and Dark theme. See Customize a Web App's Appearance. |
Opt-in for Core Pack components |
Core Pack components, available under the Early Access category in the Components palette since 24.04, now require an opt-in if you want to use them in your application's pages. If you use these Core Pack components in your app, take note that Core Pack does not support theming at this time. The only way to theme your app is to roll back Core Pack usages in your app to Legacy components and re-implement your application. If you don't ever plan to theme your app, you can choose to enable Core Pack components in the Components palette for use in your app's pages. See Opt In to JET Core Pack Components. |
Business rules | Business rules, which control the logic that determines what's displayed on the page at runtime, are now available for all extensions as well as visual applications. See Use Business Rules With Your Rule Sets. |
Enhanced variable and type creation | We've optimized the process of creating multiple variables and types, so each variable or type is generated with a default name. You'd then use the Properties pane to update the name and other properties as needed. See Create Variables and Create Types.
With this update, the ability to create a custom type that defines a list of enumeration values is deprecated. See Deprecated Features. |
Enhancements for JavaScript action chains |
Note: The option to toggle between JSON and JavaScript action chains in the Action Chains tab is no longer available. This change does not impact existing JSON action chains, which you can continue to edit—but all new action chains default to JavaScript. Further, you can no longer create new tests for JSON action chains, though existing tests will continue to run. |
New dirtyDataStatus property in vbBeforeExit payload
|
If you track changes in a variable's state to detect unsaved changes, you can now use the vbBeforeExit event listener's dirtyDataStatus payload (instead of the Get Dirty Data Status action) to check whether navigating away from a page will result in the tracked variable losing its data. See Add a Get Dirty Data Status Action.
|
Dependent fragment property for display | When curating fragment properties for display in the Properties pane, you can now use an item's Dependent On field in the Design Time tab to specify other items that this item depends on for its data. This way, when the fragment is used on a page or container, the dependent item won't show in the Properties pane until the other items have their value. See Section Fragment Properties for Display in the Properties Pane. |
Upgrade support for imported resources | Resources that are using an older set of runtime dependencies when your app is imported can now be made compatible with the app's current runtime version. See Upgrade Imported Resources. |
Option to select existing field for M:1 and 1:1 business object relationships | A new and improved editor is now available when you create many-to-one and one-to-one relationships between business objects. Besides other improvements, the editor gives you the option of creating a new field as the referenced key (default), or selecting an existing field of the correct type. See Create a Many-To-One or One-To-One Relationship.
Many-to-many relationships continue to use the existing editor, now without the ability to change cardinality. A new + Many to Many Relationship option is also added to a business object diagram's context menu. |
Usability improvements |
|
24.10 Runtime Version
This release of Visual Builder uses Oracle JET 16.1.x libraries and components. We recommend that you upgrade your Visual Builder applications to this latest JET version, as well as to the 24.10 Visual Builder Runtime, to take advantage of the full spectrum of 24.10 features. JET 16.1.x is primarily a bug fix release, but it does include some visual and behavior changes. To see a list of what's new in JET 16.1.x, go to the JET Release Notes and select v16.1.0.
You can upgrade to the latest JET and Visual Builder Runtime versions from your visual application's Settings editor. See Manage Runtime Dependencies for Visual Applications.
Release 24.04 - February 2024
Change | Description |
---|---|
Dark theme | You can now personalize the Designer's theme to switch from the default light theme to a dark theme more suited for low-light conditions. You can also sync your environment's color palette with your OS settings. See Tour the Designer.
With support for a dark theme, favicons can now be set independently for light and dark themes for each of your applications. You can set the favicon to any image in the image gallery by simply changing the favicon in the application's Settings editor. See Manage App Settings. |
Highlighting of default flow/page in the navigator | The default page and flow within your app are now badged as default in the navigator for easier identification. This way, you can quickly identify the entry points for your app without having to check artifact configuration. See How are Applications Structured? |
Page header fragment | New pages in web applications now include a page-header fragment to hold page-specific boilerplate content that appears above the page's visual stripe. While you won't work with the fragment directly, you can customize the fragment to create a custom page-level header. See Customize Page Headers.
Note: Pages created with previous versions will not be affected. These pages will maintain their original structure even after your app is upgraded to 24.04. |
Fragments |
|
Buffering Data Provider type | Oracle JET's Buffering Data Provider, which temporarily stores data changes in a buffer until they are ready to be committed to the data source, is now available as a type out of the box in Visual Builder. You can create variables based on the Buffering Data Provider type and bind them to tables, list views, or any component that accepts a data provider. See Create Variables to Temporarily Store Data in a Buffer. |
Audit improvements | We've made several improvements, including performance updates, to enhance the auditing experience, key among them being:
|
Build-related logs | You can now troubleshoot build-related issues that prevent your app from being staged or published. Build logs are available in a new Logs tab at the bottom of your browser. See Troubleshoot Build Issues. |
Application resource optimization | You can now optimize an application's resources when your visual application is ready to be shared in order to reduce load times and network traffic. Optimization minifies application images and stylesheets, and creates RequireJS bundles in an embedded build server. See Optimize Your Application. |
Prerendered pages for improved SEO | In an effort to improve search engine optimization (SEO), Visual Builder now prerenders and caches your application's pages, returning a fully rendered page to web crawlers for indexing. To further improve response times, use the vb-prerender-cache-warm Grunt task to warm the cache for URLs listed in your application's sitemap, so web crawlers always get the fastest possible response when requesting those URLs. See Optimize Your App for Search Engines.
|
Page Designer improvements |
|
Option to reopen closed tabs | To reopen recently closed tabs, you can now simply right-click an empty space on the tab bar in the Page Designer and select Reopen Closed Tab—until you get to the tab you want to reopen. See Tour the Designer. |
Automatic endpoint selection in collection quick starts | When using a business object or a service with expected endpoints, Visual Builder now automatically selects the correct endpoint in the Add Create Page, Add Edit Page, and Add Detail Page quick starts. You only need to select the fields you want to display in your pages. See Use the Create Page Quick Start, Use the Add Edit Page Quick Start, and Use the Add Detail Page Quick Start. |
Event enhancements |
|
JavaScript action chain enhancements |
|
Business objects |
|
Support for OCI Process Automation |
Oracle Cloud Infrastructure Process Automation, a service that quickly automates business approval workflows, can now be integrated in Visual Builder. To leverage this functionality in your application, create an OCI Process Automation backend, then create service connections for the REST APIs you want to use. See Connect to Oracle Process Automation APIs. With OCI Process Automation now supported, the following Process-related features are deprecated:
See Deprecated Features. |
24.04 Runtime Version
This release of Visual Builder uses Oracle JET 15.1.x libraries and components. We recommend that you upgrade your Visual Builder applications to this latest JET version, as well as to the 24.04 Visual Builder Runtime, to take advantage of the full spectrum of 24.04 features. To see a list of what's new in JET 15.1.x, go to the JET Release Notes and select v15.1.0.
You can upgrade to the latest JET and Visual Builder Runtime versions from your visual application's Settings editor. See Manage Runtime Dependencies for Visual Applications.
Release 23.10 - September 2023
Change | Description |
---|---|
Changed upgrade policy | Our upgrade policy has been changed to support applications built on the current runtime version as well as the three previous versions. Previously, it was the current runtime version and the two previous versions. See Upgrade Policy. |
JavaScript action chains |
You can now create action chains in JavaScript. JS action chains allow you to debug them using the browser's developer tools; they are also easier to manage through Git actions. A Design view that reflects code structure helps you build functionality by dragging and dropping actions; you can also choose to work entirely in Code view. With this update, all new action chains (including those created by Quick Starts) will default to JavaScript—though you can still create JSON action chains. Existing JSON action chains will continue to work as before. As a part of this update, you'll notice a few usability improvements:
|
Mobile apps deprecated |
Mobile apps have been deprecated in favor of Progressive Web Apps (PWAs)—although mobile functionality won't be entirely removed from the product until July 2024. Starting with 23.10, you can no longer create a new mobile app, but you can import an existing mobile app and deploy it as a PWA for use on mobile devices. See Run Mobile Applications as PWAs. Functionality relating to hybrid mobile applications (deprecated since April 2021) has also been removed from the product. This means that the use of build configurations to build native You can continue to use your existing mobile apps until July 2024 when mobile apps (including PWA-enabled ones) reach End of Life (EOL). To be able to use your mobile PWAs beyond July 2024, we strongly urge you to transition your mobile app as a web app and deploy it as a PWA. |
Improved diagnostics for IDCS client apps | We've made it easier for you to identify and troubleshoot issues with your visual application's client apps created in IDCS. A new IDCS Details tab, available under Application Profiles in the app-level Settings editor, provides details to help you inspect IDCS details and identify any configuration issues. See How Do I View Details of Client App in IDCS? |
Variable enhancements |
|
Enhanced payload for vbBeforeExit event
|
The vbBeforeExit event, which is triggered before navigating away from a page, now provides a new payload format when navigation is triggered by the browser's back or forward button. See Lifecycle (Page and Flow) Events.
|
Fragment enhancements |
|
Service/backend enhancements |
|
Support for pinning columns in dynamic tables | You can now "freeze" table columns in dynamic tables, so that a column will remain visible when horizontally scrolling within a table. See Configure How Columns Render in a Dynamic Table's Layout. |
Other enhancements | We've made several updates (including performance enhancements) to improve your design experience. Here are the key updates:
|
23.10 Runtime Version
This release of Visual Builder uses Oracle JET 14.1.x libraries and components. We recommend that you upgrade your Visual Builder applications to this latest JET version, as well as to the 23.10 Visual Builder Runtime, to take advantage of the full spectrum of 23.10 features. JET 14.1.x includes design updates for Timeline, Gantt, and Gauge components as well as a new Ghost chroming option for buttons. To see a list of what's new in JET 14.1.x, go to the JET Release Notes and select v14.1.0.
You can upgrade to the latest JET and Visual Builder Runtime versions from your visual application's Settings editor. See Manage Runtime Dependencies for Visual Applications.
Release 23.04 - February 2023
Change | Description |
---|---|
Consumption and user metrics | Administrators can now use the Metrics pane in the Oracle Cloud Infrastructure (OCI) Console to view a Generation 2 instance's resource consumption, database usage, as well as the number of logged-in users. This information can help you observe trends, diagnose issues, and plan instance-scaling needs, all from a single location. See View Instance Metrics. |
Accessible UI | The Visual Builder Designer, which provides a declarative user interface through pages, wizards, and other browser-based tools to create and modify web applications, is now fully accessible. The new accessibility features help developers with disabilities leverage the productivity of Visual Builder to create apps. See Accessibility Features and Tips for Oracle Visual Builder. |
Fragment improvements |
|
App lifecycle management | We've made it simpler for you to delete several applications, including versions of the same application, all at once. Where previously this involved several steps, all you need to do now is select the applications/versions on the Home page, click a new Move to trash button, and confirm deletion. See Delete a Visual Application.
Deleted applications are moved to a Soft Deleted status and can be restored within 30 days if they've not been permanently deleted. See Restore a Deleted Application. |
Smart delete | When you delete items such as variables, types, event listeners, and action chains, Visual Builder now provides a "smart delete" functionality that detects if the item is currently used in your app, or if it has related but unused items elsewhere in the app. |
Offline support for PWA-enabled web apps | When you use Grunt build tasks to deploy your applications, offline support for PWA-enabled web apps is now on par with that of mobile PWAs. The Grunt-based vb-pwa task, which runs within the vb-package task, pre-caches application resources such as pages, CSS, and JavaScript files, so they are all available when a user goes offline. See vb-pwa.
|
Pages based on Redwood templates and patterns | You can now create pages based on Redwood templates and patterns to leverage high-fidelity interactions and responsive performance for your app's pages out of the box. While these templates and patterns are useful in creating pages that provide a consistent user experience across your app, it's just as easy to customize them to suit your business requirements. See Create Pages From Page Template Patterns.
It's also possible to change the page's content at the click of a new Select Page Template button. This option allows you to remove everything from the page, including associated files, but keep the same page name. See Change Page Templates. Note: To work with template patterns, the Redwood components associated with your application must be on 2301 or later. Template patterns are not available in version 2210 or earlier. |
Business object enhancements |
|
Service connection enhancements |
|
Other enhancements | We've made several updates (including performance enhancements) to improve your design experience. Here are the key updates:
|
How to abort HTTP calls | We've added documentation to help you cancel long-running HTTP calls using AbortController , a browser-based interface that lets you abort a web request. AbortController was an experimental feature previously, but is now supported by all browsers. See Abort Pending REST Calls.
|
23.04 Runtime Version
This release of Visual Builder uses Oracle JET 13.1.x libraries and components. We recommend that you upgrade your Visual Builder applications to this latest JET version, as well as to the 23.04 Visual Builder Runtime, to take advantage of the full spectrum of 23.04 features. JET 13.1.x is primarily a bug fix release, so you may want to refer to the JET 13.0.0 release notes for the major updates that are still relevant to JET 13.1.x. Among JET 13.0.x's new features are updates made to the oj-list-view
component's treatment of smart suggestion items and the oj-data-grid
component's support for cut, copy, paste, and autofill operations on grid data. To see a list of what's new in JET 13.0.x, go to the JET Release Notes and select v13.0.0. To see a list of what's new in JET 13.1.x, select v13.1.0.
You can upgrade to the latest JET and Visual Builder Runtime versions from your visual application's Settings editor. See Manage Runtime Dependencies for Visual Applications.
New Features in Oracle Visual Builder Add-in for Excel
The version of Oracle Visual Builder Add-in for Excel bundled in Visual Builder 24.10 is 4.0. To see what's new in this release, go to the add-in's documentation page and click 4.0.0.
Supported Browsers
Oracle Visual Builder supports the latest version of the Chrome browser running on Mac OS X and Windows. Other browsers and platforms are not supported.
Applications created using Visual Builder can run on any browser supported by Oracle JET. For details, see What platforms are supported by Oracle JET?
JavaScript must be enabled for all browsers.
Deprecated Features
Take note of features that have been deprecated and are no longer supported in Visual Builder:
Feature | Description | Notice of Deprecation | End of Support/Life |
---|---|---|---|
Alta theme |
Apps created on Visual Builder version 20.07 or earlier were created with Oracle JET's Alta theme as the base theme. The Alta theme was deprecated in JET 10 and will not be supported beyond JET 13. To be able to publish new versions of an Alta-based app beyond January 2024 (when JET 13 reaches End of Life), we strongly urge you to transition your app to use the Redwood theme. Starting with JET 14, only best-effort support will be available for Alta; no bug fixes or new features will be provided for Alta-only issues. To check the theme used by your web or mobile application, navigate to the application's Settings editor and look for the Theme field. If Theme is set to Alta, take time to redesign your app using the Redwood theme before support for the Alta theme ends. |
22.01 - Dec 2021 | Planned for 2024 |
Custom enumeration type | The ability to create a custom type that defines a list of enumeration values is now deprecated. Instead of creating an enumerated list as a type, you can create a variable, then use the Subtype option in the variable's Design Time tab to define your enumerated list. See Create Variables. |
24.10 - July 2024 |
24.10 - July 2024 |
Implicit grant for backends and service connections |
The Enable implicit grant for Service Connections option used for backends and service connections in a web app has been deprecated. The change does not impact existing apps that enable this option—though it won't be available for new web apps starting from June 2024. If your existing web apps use the Enable implicit grant for Service Connections option, we recommend updating them. The Enable implicit grant for Service Connections option was used in conjunction with the Delegate Authentication setting found in a backend or service connection's server configuration. It enabled a direct Implicit OAuth flow with IDCS for Oracle Cloud Application REST APIs when a service connection used by the web app was configured for Delegate Authentication. Implicit OAuth is no longer a recommended option. If your existing apps use this option, take action as follows:
No action is needed if your web apps don't have Enable implicit grant for Service Connections enabled and if none of your backends/service connections are set to Delegate Authentication. |
24.04 - Feb 2024 |
Planned for November 2024 |
transform behavior type for custom events
|
The transform behavior type for custom events is deprecated and replaced by the new tranformPayload behavior type. The change does not impact existing apps with events configured to use the transform type, but the new tranformPayload type addresses issues with invoking event listeners in the correct order. Where possible, users are encouraged to switch to the new behavior type.
|
24.04 - Jan 2024 | 24.04 - Feb 2024 |
Mobile apps | Functionality relating to mobile applications has been deprecated and removed from the product. Starting with 23.10, you will no longer be able to create a new mobile app, but you can import an existing mobile app and deploy it as a PWA. You can continue to use your existing mobile apps until July 2024 when mobile apps, including PWA-enabled ones, reach End of Life (EOL). To use your mobile PWAs beyond July 2024, we strongly urge you to transition your mobile app as a web app and deploy it as a PWA for use on mobile devices. | 23.04 - Feb 2023 | Planned for July 2024 |
Hybrid mobile apps and Apache Cordova custom plugin | Functionality relating to hybrid mobile applications (deprecated since May 2021) has been removed from the product. This means that the use of build configurations to build native .ipa and .apk files for distribution to iOS and Android devices—as well as the Cordova custom plug-in option—are no longer available. You can no longer create new hybrid mobile apps or new build profiles for existing apps; build configurations for existing apps will be ignored. For apps that target mobile devices, enabling PWA support is the recommended approach for distribution.
|
21.07 - May 2021 | 23.10 - August 2023 |
End of Life (EOL) for Oracle Visual Builder Classic |
The Oracle Visual Builder Classic service offering has reached End of Life (EOL) and End of Support Life (EOSL), and is now no longer available. Oracle will migrate all current Oracle Visual Builder Classic instances to the service's replacement: Oracle Visual Builder Generation 2. This does not affect instances already on Oracle Visual Builder Generation 2. Instance administrators will receive email notifications with details about when their instances will be migrated, and how to prepare for the migration. For more details, see Migrate Your Instance to Generation 2 in Administering Oracle Visual Builder. |
Post-22.10 - Sept 2022 | Sept 2022 |
Select One component | The Select One (oj-select-one) component, deprecated since JET 8.1.0, has been removed from the Components palette and is visible only if you select the Show Deprecated option. Switch instead to Select Single (oj-select-single). | 22.04 - Feb 2022 | N/A |
Oracle SaaS R13 Light Theme | The Oracle SaaS R13 Light Theme application template has been deprecated, although we will continue to support it until version 22.01 reaches End of Life (EOL). See Updating an Oracle SaaS application template for more information. | 22.01 - Dec 2021 | N/A |
navigateToPageAction | The navigateToPageAction action is deprecated in 21.07. When you upgrade your app to version 21.10, any existing action chains that use navigateToPageAction are automatically migrated to navigateAction (introduced in 21.07). | 21.07 - May 2021 | N/A |
Internet Explorer 11 | Visual Builder runtime has deprecated the use of Internet Explorer 11 since 19.4.3. Users who try to access a deployed Visual Builder application from Internet Explorer will see a deprecation warning. Starting with 21.04, Oracle Support will no longer address issues pertaining to Internet Explorer 11. | 19.4.3 - Aug 2020 | 21.04 - Feb 2021 |
Processes in Visual Builder | The following Process-related features are deprecated:
You can still use these features in Oracle Integration Generation 2, but as you plan the transition to Oracle Integration 3, you should leverage service connections instead to interact with Process. To leverage OCI Process Automation (Oracle Integration 3) in your application, create an OCI Process Automation backend based on your instance, then create service connections for the REST APIs you want to use in your visual application. See Connect to Oracle Process Automation APIs for more information. |
24.04 - Feb 2024 | Not available in Oracle Integration 3 and beyond |
Upgrade Policy
When you create a new visual app, Visual Builder automatically sets your runtime dependencies to the latest Visual Builder Runtime and JET versions. If you’ve already staged or published an app, however, it’s up to you to decide when to upgrade, as long as you do so within a certain time period. As a general rule, Visual Builder supports applications built on the current Runtime Version, as well as the three previous versions. So for 24.10, for example, Visual Builder supports not only the 24.10 Runtime Version, but also apps built with 24.07, 24.04, and 24.01. Once 25.01 comes out, however, support for the 24.01 Runtime Version will drop off, so we'll ask you to upgrade those apps before you can work on them in the Designer. If you choose not to upgrade at that time, you run the risk that newer browser versions will break your app. You also won’t be able to take advantage of any important security and performance improvements. For all of these reasons, we encourage you to build time into your development cycle to keep abreast of current changes, and to make sure you upgrade your app (you should version it first) before support for your current runtime version expires.
See Manage Runtime Dependencies for Visual Applications for details on how to upgrade.
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Oracle Cloud What's New in Oracle Visual Builder, 24.10.0
F89916-01
August 2024
Primary Author: Oracle Corporation