Skip to content

Commit 3937a37

Browse files
committed
[dev] update whats-new.md
1 parent 6aad3d3 commit 3937a37

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/whats-new.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ This update brings some changes in the behavior of framework wrappers. Make sure
2121
### New Functionality
2222

2323
- [React Gantt](integrations/react.md), [Vue Gantt](integrations/vue.md), and [Angular Gantt](integrations/angular.md) wrappers now **HTML-escape string values returned from template functions** by default to prevent XSS attacks. This applies to `templates`, `config.columns[].template`, and `config.scales[].format` functions
24+
- [React Gantt](integrations/react.md) now passes the **gantt instance** to the [customLightbox](integrations/react/overview.md#by-providing-a-custom-component-via-the-customlightbox-prop) component, allowing direct access to the Gantt API from the custom editor
25+
26+
### Updates
27+
28+
- Updated TypeScript typings: added `SerializedTask`, `SerializedLink`, `SerializedBaseline`, `SerializedResourceAssignment`, and `GanttData` types. See the [Data Model](guides/data-model.md) overview for details
2429

2530
## 9.1.3
2631

0 commit comments

Comments
 (0)