Skip to content

Breaking Changes

We understand that breaking changes can be a pain, but we try to keep them to a minimum. Here is a list of breaking changes that we have made in the past.

Release: 1.6.0 (July 29, 2024)

  • Changed the way component repeat alias is configured. Before, you could configure repeat alias to be any string, without any prefix. In this release, that is adjusted. Now, repeat alias must start with the $it prefix. By default it is configured to be $it.record, but the second part of the alias can be changed. For example, you can configure it to be $it.item or $it.row. This will not apply automatically to existing reports, therefore you will need to adjust the repeat alias manually.