Skip to content

Releases: Automattic/vip-block-data-api

1.4.8

Choose a tag to compare

@github-actions github-actions released this 29 May 18:38
ef1e032

What's Changed

New Contributors

Full Changelog: 1.4.7...1.4.8

1.4.7

Choose a tag to compare

@github-actions github-actions released this 07 Jan 21:15
ea2d9e9

What's Changed

Full Changelog: 1.4.6...1.4.7

1.4.6

Choose a tag to compare

@github-actions github-actions released this 31 Dec 17:42
12d7396

What's Changed

Full Changelog: 1.4.5...v1.4.6

1.4.5

Choose a tag to compare

@ingeniumed ingeniumed released this 08 Sep 00:58
1.4.5
b992ce2

What's Changed

  • Raise the minimum PHP version to 8.1
  • Update dependencies across the board to the latest versions

Full Changelog: 1.4.4...1.4.5

1.4.4

Choose a tag to compare

@alecgeatches alecgeatches released this 21 Mar 17:41
1.4.4
e3fd40c

What's Changed

Full Changelog: 1.4.3...1.4.4

1.4.3

Choose a tag to compare

@alecgeatches alecgeatches released this 04 Nov 18:37
1.4.3
be82f1f

What's Changed

Full Changelog: 1.4.2...1.4.3

1.4.2

Choose a tag to compare

@alecgeatches alecgeatches released this 21 Oct 19:09
1.4.2
8c48174

What's Changed

  • Fix raw attribute sources with multiple nodes in #82. Thank you @veerap000 for your report and suggested fix!
  • Fix test failure related to block binding alias changes in WordPress by @chriszarate in #83
  • Add minimum PHP and WordPress version notice by @ingeniumed in #80

Full Changelog: 1.4.1...1.4.2

1.4.1

Choose a tag to compare

@ingeniumed ingeniumed released this 10 Sep 21:19
1.4.1
079599c

What's Changed

  • Fix #77, so that the plugin works again on PHP 8.0 and PHP 8.1

Full Changelog: 1.4.0...1.4.1

1.4.0

Choose a tag to compare

@alecgeatches alecgeatches released this 05 Sep 18:58
1.4.0
1593b60

What's Changed

Both of these additions take advantage of new WordPress content features and ensure data is rendered correctly via the Block Data API. Thank you to @chriszarate for these contributions!

Full Changelog: 1.3.0...1.4.0

1.3.0

Choose a tag to compare

@alecgeatches alecgeatches released this 07 Aug 17:00
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!