ℹ️ Note that this version does not contain any changes from the 4.3.0-beta.3
release. Development of that branch is on hold and is to be released under a different version.
ADD
- Auto-fetch
- The auto-fetch feature allows you to globally define how Web Components shall behave when added to the DOM.
They may do nothing or immediately render relevant data from the last request.
- The auto-fetch feature allows you to globally define how Web Components shall behave when added to the DOM.
core
- Introduced
globalCommunicationParameter.autoFetch
enum property with 3 possible values:SsrOnly
(default),AlwaysOn
andAlwaysOff
.- Available under
factfinder.enums.AutoFetch
.
- Available under
- Introduced
ResultDispatcher.dispatchSSR(response, topics)
function that provides reliable SSR rendering on both regular pages and pages with modular rendering.
- Introduced
FIX
ff-slider-control
- Hitting the ENTER key in an input element now reads both min and max values to build the request.
DEPRECATION
Usage of these features is no longer recommended. They are going to be removed in a future version.
ResultDispatcher.dispatchRaw(response, topics)
, use the newResultDispatcher.dispatchSSR(response, topics)
instead.