Bug Fixes
- bind array item to correct field when using multiple arrays (934cfae)
- don't artificially constrain array items to container (648a235)
- don't render array item until dropped (94f5e23)
- don't reset old values when modifying fields in other array items (73c17b3)
- don't track dragged headings in heading-outline-analyzer (3c16391)
- ensure file inputs work inside array fields (746033f)
- ensure nested array fields are draggable (0bdd243)
- expose transformProps in server bundle (d234345)
- prevent ActionBar clipping if it exceeds top bounds (e8355f0)
- remove erroneous React 17 from supported peer dependencies (98ad734)
- reorder array items more predictably (659f2d8)
- show top border on array button when array empty (7442118)
New Contributors
- @christian-tchaikovsky made their first contribution in #956