Skip to content

v26.0.0

Compare
Choose a tag to compare
@tuentisre tuentisre released this 31 Aug 11:23
· 128 commits to main since this release

26.0.0 (2023-08-31)

Bug Fixes

Features

BREAKING CHANGES

  • Action type has been renamed as ActionList. To use the previous actions(items: [ActionItem]) rename the case in your project as actionList(items: [ActionListItem]). Also ActionItem has been renamed as ActionListItem.