Bug Fixes
- add missing types for root render method (0f52caf)
- address ownerDocument permission error in Firefox (c22b3a9)
- address prop name collision regression (3a69ad4)
- correctly infer types when using Render with RSC (ad7fbf4)
- don't jump to end of textarea fields during change (36c27a9)
- don't trigger clicks when dropping array items (29a7f1d)
- don't trigger drag when interacting with array fields (c7cd341)
- ensure ctrl+i interactive toggle hotkey works on Windows (5db6f4d)
- ensure renderDropZone provided correctly to root render (b9ce5b7)
- fix RTL drag-and-drop behaviour (28f518a)
- improve behaviour of array drag-and-drop (565fabd)
- provide empty readOnly object instead of undefined to root resolveFields (8992a94)
- provide updated props to resolveFields (b7ff689)
- reinstate padding for external field filters (28ccfda)
- tidy up stale items on drag cancellation (de48691)
- update styles for RTL (23c8dda)
- use correct type for onChange args when overriding fieldTypes (daff71e)
New Contributors
- @FedericoBonel made their first contribution in #842
- @rv-bparise made their first contribution in #834
Full Changelog: v0.18.0...v0.18.2