1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

Mark docs as v5.3.0

This commit is contained in:
jeremy@jermolene.com 2022-06-03 09:22:19 +01:00
parent c42df2233a
commit b57a6da548
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki
! Introduction
<<.from-version "5.2.3">> The genesis widget allows the dynamic construction of widgets, where the name and attributes of the widget can be dynamically determined, and do not need to be known in advance.
<<.from-version "5.3.0">> The genesis widget allows the dynamic construction of widgets, where the name and attributes of the widget can be dynamically determined, and do not need to be known in advance.
! Content and Attributes

View File

@ -15,7 +15,7 @@ The content of the <<.wid let>> widget is the scope for the value assigned to th
|!Attribute |!Description |
|//{any attributes}// |Each attribute name specifies a variable name. The attribute value is assigned to the variable |
<<.from-version "5.2.3">> Previously, variable names were restricted to not start with a dollar sign. That restriction is no longer applied.
<<.from-version "5.3.0">> Previously, variable names were restricted to not start with a dollar sign. That restriction is no longer applied.
Attributes are evaluated in the order they are written. Attributes with the same name are allowed. Each time a duplicate attribute is encountered, it will replace the existing value set by the earlier duplicate.