This document lists the changes made between the different API versions.
- To render the block element wrapper for the block's
edit
implementation, the block author must use theuseBlockProps()
hook. - The generated class names and styles are no longer added automatically to the saved markup for static blocks when
save
is processed. To include them, the block author must explicitly useuseBlockProps.save()
and add to their block wrapper.
Initial version.