wp-graphql / wpgraphql-acf

Re-architecture of WPGraphQL for ACF
GNU General Public License v3.0
91 stars 13 forks source link

release: v2.3.0 #200

Closed jasonbahl closed 7 months ago

jasonbahl commented 7 months ago

Release Notes

Update Notice

This release refactored some internals regarding how Clone fields and Group fields behave. There was no intentional breaking changes to the Schema, but if you are using Clone and Group fields there is a chance that if you were benefiting from a "bug as a feature" there might be some changes that could impact your Schema and/or resolvers, we recommend testing this update on a staging site to ensure things are still working for you as expected. Should you run into any problems, please open a new issue and provide as much detail as possible to help us reproduce the scenario. Thanks! 🙏

New Features

Chores / Bugfixes

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 698d23b2c0ff95af3156a042736942d0edda00d7-PR-200

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/FieldType/FlexibleContent.php 0 1 0.0%
src/FieldConfig.php 2 4 50.0%
src/FieldType/CloneField.php 2 6 33.33%
src/Registry.php 20 24 83.33%
src/Admin/Settings.php 0 11 0.0%
src/FieldType/Repeater.php 3 14 21.43%
src/FieldType/Group.php 3 26 11.54%
<!-- Total: 30 86 34.88% -->
Files with Coverage Reduction New Missed Lines %
src/Admin/Settings.php 1 0.0%
src/ThirdParty/AcfExtended/AcfExtended.php 1 89.1%
src/FieldType/CloneField.php 21 26.67%
<!-- Total: 23 -->
Totals Coverage Status
Change from base Build 153761c13facee4bfb5e7c2c7d59a7b58ca2117b: -1.0%
Covered Lines: 2091
Relevant Lines: 3336

💛 - Coveralls