Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 400 Bytes

UpdateNotes.md

File metadata and controls

10 lines (7 loc) · 400 Bytes

Fluid Components: Updating from 1.x

There is only one breaking change: It isn't possible anymore to use Fluid variables in default values for component parameters. This will NOT WORK ANYMORE:

<fc:param name="firstName" type="string" optional="1" default="{settings.defaultFirstName}" />

As this was a pretty esoteric feature, you shouldn't have any problems when updating to 2.x!