Releases: danielmilner/wp-block-components
Releases · danielmilner/wp-block-components
v0.2.0
- Added the
CoreBlock
component for rendering any supported block. - Added the
CoreImageBlock
component for Image blocks. - Added the
CoreListBlock
component for List blocks. - All blocks now have a class name added to them for targeting styles.
v0.1.1
Fixed an issue with incorrect PropTypes.
v0.1.0
This initial version contains the following components:
- CoreCodeBlock
- CoreHeadingBlock
- CoreParagraphBlock