Compare commits
3 Commits
b0c5e4c20f
...
193b357d9c
| Author | SHA1 | Date | |
|---|---|---|---|
| 193b357d9c | |||
| 470857305b | |||
| 431433a3a0 |
@@ -1,5 +1,23 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.1.14
|
||||||
|
|
||||||
|
[compare changes](https://gitea.websimple.com/wp-sites/wp-headless/compare/v0.1.13...v0.1.14)
|
||||||
|
|
||||||
|
### 🚀 Enhancements
|
||||||
|
|
||||||
|
- Replace eslint => oxlint + oxfmt (9bb09b8)
|
||||||
|
- VSCode launch configurations (fdf32bb)
|
||||||
|
- Project.code-workspace (71a48de)
|
||||||
|
- UseLayoutWrapper (3ec98fd)
|
||||||
|
- Auth middleware (fc6168e)
|
||||||
|
- UiLoadMore (e9d6ca2)
|
||||||
|
|
||||||
|
### 🩹 Fixes
|
||||||
|
|
||||||
|
- Wrangler config (db83170)
|
||||||
|
- Abstract social profiles should not be non-null (b0c5e4c)
|
||||||
|
|
||||||
## v0.1.13
|
## v0.1.13
|
||||||
|
|
||||||
[compare changes](https://gitea.websimple.com/wp-sites/wp-headless/compare/v0.1.12...v0.1.13)
|
[compare changes](https://gitea.websimple.com/wp-sites/wp-headless/compare/v0.1.12...v0.1.13)
|
||||||
|
|||||||
@@ -72,9 +72,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"show_in_rest": 0,
|
"show_in_rest": 0,
|
||||||
"display_title": "",
|
"display_title": "",
|
||||||
"acfe_autosync": [
|
"acfe_autosync": ["json"],
|
||||||
"json"
|
|
||||||
],
|
|
||||||
"acfe_form": 0,
|
"acfe_form": 0,
|
||||||
"show_in_graphql": 1,
|
"show_in_graphql": 1,
|
||||||
"graphql_field_name": "GroupAbstractSocial",
|
"graphql_field_name": "GroupAbstractSocial",
|
||||||
|
|||||||
@@ -63,9 +63,7 @@
|
|||||||
"id": ""
|
"id": ""
|
||||||
},
|
},
|
||||||
"graphql_field_name": "social",
|
"graphql_field_name": "social",
|
||||||
"clone": [
|
"clone": ["group_abstract_social"],
|
||||||
"group_abstract_social"
|
|
||||||
],
|
|
||||||
"display": "seamless",
|
"display": "seamless",
|
||||||
"layout": "block",
|
"layout": "block",
|
||||||
"prefix_label": 0,
|
"prefix_label": 0,
|
||||||
@@ -144,9 +142,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"show_in_rest": 0,
|
"show_in_rest": 0,
|
||||||
"display_title": "",
|
"display_title": "",
|
||||||
"acfe_autosync": [
|
"acfe_autosync": ["json"],
|
||||||
"json"
|
|
||||||
],
|
|
||||||
"acfe_form": 0,
|
"acfe_form": 0,
|
||||||
"show_in_graphql": 1,
|
"show_in_graphql": 1,
|
||||||
"graphql_field_name": "GroupSiteOptions",
|
"graphql_field_name": "GroupSiteOptions",
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ export const useGeneralSettings = () =>
|
|||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
transform: ({ generalSettings }) => generalSettings,
|
transform: ({ generalSettings }) => generalSettings,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ export const useSiteOptions = () =>
|
|||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
transform: ({ siteOptions }) => siteOptions?.groupSiteOptions,
|
transform: ({ siteOptions }) => siteOptions?.groupSiteOptions,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lewebsimple/moonshine",
|
"name": "@lewebsimple/moonshine",
|
||||||
"version": "0.1.13",
|
"version": "0.1.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Headless WordPress theme based on Nuxt.",
|
"description": "Headless WordPress theme based on Nuxt.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user