-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ the same time of the release of [email protected]. | |
|
||
The new version is [email protected]. | ||
|
||
All users of docxtemplater that use `angular-expressions` should upgrade as soon as possible. | ||
All users of docxtemplater that use `angular-expressions` should upgrade to `[email protected]` as soon as possible.. | ||
|
||
With version [email protected] and version<=3.55.4 of docxtemplater, the | ||
following template using `this` with a computation would not return the correct value | ||
|
@@ -27,7 +27,9 @@ Similarly, the following templates would also produce a non correct value : | |
{. + .} | ||
``` | ||
|
||
With version 3.55.5, the correct behavior is restored. | ||
Most expressions (Probably 99.5%) are not affected and continued to work without an upgrade in docxtemplater, such as {users | filter}, {age > 18}, {company.address}, ... | ||
|
||
With version 3.55.5, the correct behavior is restored for the 0.5% cases using this with computations. | ||
|
||
### 3.55.4 | ||
|
||
|