Skip to content

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:40
a948d8a

Patch Changes

  • #166 28793b5 Thanks @lorisleiva! - Support @codama/nodes@1.10, whose node array attributes are now optional (Array<T> | undefined). Array reads are guarded with ?? [] throughout the renderer, and the new injectedValueNode and accountFieldValueNode instruction-input default kinds now throw an explicit unsupported-node error rather than being silently mishandled.