Changes since last 8.x-1.0-rc1 release:
#3206625: ID attribute is missing from blocks rendered by BlockFieldFormatter
#3187782: Error with PHP8: Uncaught ArgumentCountError: array_merge() does not accept unknown named parameters
#2978883: Add proper alter hooks for field rendering
#2855069: Add pre_render to BlockFieldFormatter
#3114053: Access metadata is not propagated properly
#3178427: Drupal\Core\Cache\CacheableMetadata::createFromRenderArray() arguments error
#3068281: BlockFieldLabelFormatter CacheableMetadata::createFromRenderArray points to incorrect array
#3178455: $this->block_manager should be $this->blockManager
#3173665: drupalPostForm in functional tests is deprecated
#3177172: Fix Drupal Best Practice
Comments
Comment #2
paulocsComment #3
imclean commentedAdding an ID to the block is a big one for me. I didn't realise it was in dev until I went to contribute my own solution.
What else is required for rc2? Is this issue a blocker? #2861670: Config schema is wrong and changing the available blocks for a "Block (plugin)" field produces a Recoverable fatal error
Comment #4
weseze commentedI'm upping the prio on this since the current release is broken for D9. See: https://www.drupal.org/project/block_field/issues/3210007
Comment #5
paulocsNew release was created.
See: https://www.drupal.org/project/block_field/releases/8.x-1.0-rc2
Cheers, Paulo.