Changelog
2023
2023-07-06 Updates

1. Support for multiple selection in Table component

An item called [Row Selection] has been added to the Table component. When [Allow multiple row selection] is selected, checkboxes will be displayed in the table, allowing for multiple selections.

You can reference it as follows, which can be useful when performing bulk operations on multiple records.

{
 {
   table1.selectedRows;
 }
}

2. Style change for File component

The style of the File component has been adjusted.

3. Addition of icons to Modal component buttons

Icons have been added to the buttons of the Modal component, fixing the issue where it was difficult to distinguish between buttons and modals.

4. Fix for incorrect detection of circular references

There were instances where certain patterns of circular references in the state were incorrectly detected. This has been fixed.