v10.0.0
Breaking changes
- Add a context menu to
Form.Table
rows via a new prop calledrowMenu
(#164) - Replace
defaultValue
prop inForm.Table
with a newaddRow
prop that allows for using async actions to add new rows (#164) - Make the form result available for the
summary
prop inForm.Table
(#164)
Fixes
- Use link-style button in editable tables (#164)