Files
payload/packages/plugin-form-builder
Alessio Gravili c45fbb9149 feat!: 700% faster deepCopyObject, refactor deep merging and deep copying, type improvements (#7272)
**BREAKING:**
- The `deepMerge` exported from payload now handles more complex data and
is slower. The old, simple deepMerge is now exported as `deepMergeSimple`
- `combineMerge` is no longer exported. You can use
`deepMergeWithCombinedArrays` instead
- The behavior of the exported `deepCopyObject` and `isPlainObject` may
be different and more reliable, as the underlying algorithm has changed
2024-07-22 13:01:52 -04:00
..
2022-11-16 14:05:19 -05:00
2024-07-09 09:50:37 -04:00

Payload Form Builder Plugin

A plugin for Payload to easily allow admin editors to build and manage forms within the admin panel.