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.12.0 (February 21, 2025)

  • We've changed how subreport repetition and parameter passing work. Previously, when defining a repeat alias, you could enter any value. Now, it follows the same approach as component repeats. The repeat alias must always start with $it, followed by a customizable second part. If left empty, it defaults to record. You can then reference $it.record when configuring parameters for the subreport. This change does not apply automatically to existing reports, so you'll need to update the repeat alias manually.

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.