.. include:: /Includes.rst.txt .. _feature-104223-1719417803: ================================================== Feature: #104223 - Update Fluid Standalone to 2.12 ================================================== See :issue:`104223` Description =========== Fluid Standalone has been updated to version 2.12. This version adds new capabilities for tab based ViewHelpers and adds the new ViewHelper :html:`f:constant`. Also see this :ref:`deprecation document` for information on deprecated functionality. Impact ====== Arbitrary tags with tag based view helpers ------------------------------------------ Tag based view helpers (such as :html:`` or :html:``) can now receive arbitrary tag attributes which will be appended to the resulting HTML tag, without dedicated registration. .. code-block:: html