Deprecation
Version 6.0.0
Replaced ViewHelper
The binary handling is replaced in the Partials/Map.html
Before
<f:if condition="{sf:format.binaryAnd(base: 1, content: settings.showBeforeSearch)} == 1">
Copied!
After
<sf:bitwiseIf a="{comparisonValue}" b="1">
Copied!
Removed ViewHelper
The <sf:
ViewHelper is not used any more and will get removed