Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Dec 23, 2024
1 parent 8bef039 commit e84d021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 5.0.0 (IN PROGRESS)

### Breaking changes

- Dashboard variables in Show If, Disabled and Options replace automatically. Function `replaceVariables` is not required and removed.

### Features / Enhancements

- Updated change value behavior for custom option (#562)
Expand Down
2 changes: 1 addition & 1 deletion src/components/NewElement/NewElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface Props {
onSave: (element: LocalFormElement) => void;

/**
* On Save
* Template variables interpolation function
*/
replaceVariables?: InterpolateFunction;
}
Expand Down

0 comments on commit e84d021

Please sign in to comment.