Love this addon and have been working to allow an array of changesets to be passed-in via positional params. This differs from the current format of passing in an Object, which will then be wrapped in a Changeset internally.
Is there any interest to allow passing Changeset Objects into the addon? If so I think we could implement this enhancement without introducing breaking changes. Thanks 👋
Hey Frontside,
Love this addon and have been working to allow an array of changesets to be passed-in via positional params. This differs from the current format of passing in an Object, which will then be wrapped in a Changeset internally.
Usage:
The primary difference would be tracking form properties. In the example below, we map over changesets.
Is there any interest to allow passing Changeset Objects into the addon? If so I think we could implement this enhancement without introducing breaking changes. Thanks 👋