Skip to content

Commit 4027075

Browse files
committed
Add changelog entry for 2.2.2.
1 parent 0aa3bdf commit 4027075

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.2.2
2+
## Feature
3+
- Add `allowFunctionEvaluation` prop to mitigate a security vulnerability
4+
5+
## Fix
6+
- Use [`Function`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function) instead of [`eval`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval) for function evaluation
17

28
# 2.2.0
39
## Feature

0 commit comments

Comments
 (0)