You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,21 @@
1
1
# Changelog
2
2
3
-
= 1.26.0 =
3
+
##1.27.0 =
4
4
5
-
## New Features
5
+
### New Features
6
+
7
+
-[#3143](https://github.com/wp-graphql/wp-graphql/pull/3143): feat: Enhance tab state management with query arguments and localStorage fallback
8
+
9
+
### Chores / Bugfixes
10
+
11
+
-[#3139](https://github.com/wp-graphql/wp-graphql/pull/3139): fix: `$settings_fields` param on "graphql_get_setting_section_field_value" filter not passing the correct type
12
+
-[#3137](https://github.com/wp-graphql/wp-graphql/pull/3137): fix: WPGraphQL Settings page fails to load when "graphiql_enabled" setting is "off"
13
+
-[#3133](https://github.com/wp-graphql/wp-graphql/pull/3133): build: clean up dist
14
+
-[#3146](https://github.com/wp-graphql/wp-graphql/pull/3146): test: add e2e test coverage for tabs in the settings page
15
+
16
+
## 1.26.0 =
17
+
18
+
### New Features
6
19
7
20
-[#3125](https://github.com/wp-graphql/wp-graphql/pull/3125): refactor: improve query handling in AbstractConnectionResolver
@@ -270,6 +270,19 @@ Composer dependencies are no longer versioned in Github. Recommended install sou
270
270
271
271
== Changelog ==
272
272
273
+
= 1.27.0 =
274
+
275
+
**New Features**
276
+
277
+
- [#3143](https://github.com/wp-graphql/wp-graphql/pull/3143): feat: Enhance tab state management with query arguments and localStorage fallback
278
+
279
+
**Chores / Bugfixes**
280
+
281
+
- [#3139](https://github.com/wp-graphql/wp-graphql/pull/3139): fix: `$settings_fields` param on "graphql_get_setting_section_field_value" filter not passing the correct type
282
+
- [#3137](https://github.com/wp-graphql/wp-graphql/pull/3137): fix: WPGraphQL Settings page fails to load when "graphiql_enabled" setting is "off"
283
+
- [#3133](https://github.com/wp-graphql/wp-graphql/pull/3133): build: clean up dist
284
+
- [#3146](https://github.com/wp-graphql/wp-graphql/pull/3146): test: add e2e test coverage for tabs in the settings page
0 commit comments