Skip to content

1.3.0

Compare
Choose a tag to compare
@alecgeatches alecgeatches released this 07 Aug 17:00
· 50 commits to trunk since this release
1.3.0
23f508a

What's Changed

  • #66: Fixes several data type representations in GraphQL output, including boolean and number values. Note that this only applies to the new blocksDataV2 property and does not change existing behavior in blocksData queries.
  • #72: Adds a blocksDataV2 property to posts in GraphQL. Contains the above data type fixes, and also alters the block flattening format to be simpler. Check out the updated GraphQL and Block hierarchy reconstruction sections in the README.
  • #71: Fix * selectors used in anchor and ariaLabel attributes. Also see this filter to register client-side attributes from block supports.
  • #70: Minor test addition to clarify how we represent missing attributes without defaults.

Thank you to @Zamfi99 for contributing code and discussion!