You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where named expressions added on engine initialization were not updated on changes (#1521)
* Add unit tests for the issue
* fix(named-expressions): mark named expressions as dirty before re-computation (#1504)
* Add changelog entry
* Add unit tests for named expressions created on initialization
* Change order of operations on engine initialization to make initial named expression array work correctly
---------
Co-authored-by: Esmail Rahmani <60963312+Esmail-Rahmani@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11
11
12
12
- Fixed `Edge does not exist` error when a named expression is used twice in the same formula. [#1102](https://github.com/handsontable/hyperformula/issues/1102)
13
13
- Fixed typos in the built-in functions guide. [#1517](https://github.com/handsontable/hyperformula/issues/1517)
14
+
- Fixed an issue where named expressions added on engine initialization were not updated on changes. [#1501](https://github.com/handsontable/hyperformula/issues/1501)
0 commit comments