Skip to content

Web Components v0.96.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@DianaLease DianaLease released this 01 Oct 21:40

Support for:

Concerto UI

💥 Breaking Change

  • The passed in onValueChange prop should NOT be used to update the json prop passed to ConcertoForm! ConcertoForm updates its own value state internally and should only use the value passed as json for its initial render.

🧹 Refactor

🚀 New Feature

  • #200 - Adds an new optional parameter to allow relationships to populate a drop-down (@dselman )