@tinacms/app 0.0.0-71fbfa7-20250315003438 → 0.0.0-7346dc9-20250523033238
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -4
- package/package.json +8 -6
- package/src/Playground.tsx +3 -3
- package/src/lib/graphql-reducer.ts +25 -19
- package/src/lib/types.ts +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,47 @@
|
|
|
1
1
|
# @tinacms/app
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-7346dc9-20250523033238
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [[`
|
|
8
|
-
- tinacms@0.0.0-
|
|
7
|
+
- Updated dependencies [[`5e36123`](https://github.com/tinacms/tinacms/commit/5e361239a372e21dda624d17b4ff274bab23ce90), [`7346dc9`](https://github.com/tinacms/tinacms/commit/7346dc996fd81ecb395b62f373976512e8224c21)]:
|
|
8
|
+
- tinacms@0.0.0-7346dc9-20250523033238
|
|
9
|
+
- @tinacms/mdx@1.6.2
|
|
10
|
+
|
|
11
|
+
## 2.2.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#5607](https://github.com/tinacms/tinacms/pull/5607) [`1965236`](https://github.com/tinacms/tinacms/commit/19652363784e48b065ec1924a9cd9611c8e79cae) Thanks [@jeffsee55](https://github.com/jeffsee55)! - Specify react and react-dom as peer deps
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`1965236`](https://github.com/tinacms/tinacms/commit/19652363784e48b065ec1924a9cd9611c8e79cae)]:
|
|
18
|
+
- tinacms@2.7.7
|
|
19
|
+
|
|
20
|
+
## 2.2.6
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`65cee5d`](https://github.com/tinacms/tinacms/commit/65cee5d6ae16c7320a4a14f0d9a82dc5f9103e34)]:
|
|
25
|
+
- tinacms@2.7.6
|
|
26
|
+
|
|
27
|
+
## 2.2.5
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- [#5602](https://github.com/tinacms/tinacms/pull/5602) [`ab43169`](https://github.com/tinacms/tinacms/commit/ab43169af5a95f31fa27bb0236623a031883a1fd) Thanks [@wicksipedia](https://github.com/wicksipedia)! - fix naming of TinaCloud
|
|
32
|
+
|
|
33
|
+
- [#5588](https://github.com/tinacms/tinacms/pull/5588) [`fd664d8`](https://github.com/tinacms/tinacms/commit/fd664d8f4e83941ed1b1f234668ab6341a6178f8) Thanks [@JackDevAU](https://github.com/JackDevAU)! - - Fix server-side branch queries by storing the active branch in a cookie and passing it via the x-branch header.
|
|
34
|
+
- Ensure GraphQL playground correctly updates when switching branches.
|
|
35
|
+
- Updated dependencies [[`921f235`](https://github.com/tinacms/tinacms/commit/921f2356e4615d532d02eefa7103fdb70f83b97a), [`ab43169`](https://github.com/tinacms/tinacms/commit/ab43169af5a95f31fa27bb0236623a031883a1fd), [`b551232`](https://github.com/tinacms/tinacms/commit/b5512326ad0ad9855bc75e2073a3ab2a8ec4c064), [`ea204c9`](https://github.com/tinacms/tinacms/commit/ea204c9045451f3ebea04f503e6158d2016613e4), [`fd664d8`](https://github.com/tinacms/tinacms/commit/fd664d8f4e83941ed1b1f234668ab6341a6178f8)]:
|
|
36
|
+
- tinacms@2.7.5
|
|
37
|
+
- @tinacms/mdx@1.6.2
|
|
38
|
+
|
|
39
|
+
## 2.2.3
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [[`991db1f`](https://github.com/tinacms/tinacms/commit/991db1f10c1f9cf9211d7e82bd56658cdcce24c7)]:
|
|
44
|
+
- tinacms@2.7.3
|
|
9
45
|
|
|
10
46
|
## 2.2.2
|
|
11
47
|
|
|
@@ -461,7 +497,7 @@
|
|
|
461
497
|
|
|
462
498
|
fix: Use clean page-sizes on media manager (to make pagination more obvious)
|
|
463
499
|
|
|
464
|
-
Fix issue with uploading media in a folder with
|
|
500
|
+
Fix issue with uploading media in a folder with TinaCloud
|
|
465
501
|
|
|
466
502
|
- Updated dependencies [9c27087fb]
|
|
467
503
|
- Updated dependencies [65d0a701f]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/app",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-7346dc9-20250523033238",
|
|
4
4
|
"main": "src/main.tsx",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
@@ -8,21 +8,23 @@
|
|
|
8
8
|
"@types/react-dom": "^18.3.5",
|
|
9
9
|
"typescript": "^5.7.3"
|
|
10
10
|
},
|
|
11
|
+
"peerDependencies": {
|
|
12
|
+
"react": ">=18.3.1 <20.0.0",
|
|
13
|
+
"react-dom": ">=18.3.1 <20.0.0"
|
|
14
|
+
},
|
|
11
15
|
"dependencies": {
|
|
12
16
|
"@graphiql/toolkit": "0.8.4",
|
|
13
17
|
"@headlessui/react": "2.1.8",
|
|
14
18
|
"@heroicons/react": "^1.0.6",
|
|
15
|
-
"@monaco-editor/react": "4.
|
|
19
|
+
"@monaco-editor/react": "4.7.0-rc.0",
|
|
16
20
|
"final-form": "4.20.10",
|
|
17
21
|
"graphiql": "3.0.0-alpha.1",
|
|
18
22
|
"graphql": "15.8.0",
|
|
19
23
|
"monaco-editor": "0.31.0",
|
|
20
|
-
"react": "^18.3.1",
|
|
21
|
-
"react-dom": "^18.3.1",
|
|
22
24
|
"react-router-dom": "6.3.0",
|
|
23
25
|
"typescript": "^5.7.3",
|
|
24
26
|
"zod": "^3.24.2",
|
|
25
|
-
"@tinacms/mdx": "1.6.
|
|
26
|
-
"tinacms": "0.0.0-
|
|
27
|
+
"@tinacms/mdx": "1.6.2",
|
|
28
|
+
"tinacms": "0.0.0-7346dc9-20250523033238"
|
|
27
29
|
}
|
|
28
30
|
}
|
package/src/Playground.tsx
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { createGraphiQLFetcher } from '@graphiql/toolkit';
|
|
2
|
+
import { FolderIcon } from '@heroicons/react/outline';
|
|
3
|
+
import { queries } from 'CLIENT_IMPORT';
|
|
2
4
|
import { GraphiQL } from 'graphiql';
|
|
3
5
|
import { parse, print } from 'graphql';
|
|
4
6
|
import React from 'react';
|
|
5
7
|
import { useCMS } from 'tinacms';
|
|
6
|
-
import { FolderIcon } from '@heroicons/react/outline';
|
|
7
|
-
import { queries } from 'CLIENT_IMPORT';
|
|
8
8
|
|
|
9
9
|
import 'graphiql/graphiql.min.css';
|
|
10
10
|
|
|
@@ -134,7 +134,7 @@ const Playground = () => {
|
|
|
134
134
|
<GraphiQL
|
|
135
135
|
fetcher={async (params, options) => {
|
|
136
136
|
const fetcher = createGraphiQLFetcher({
|
|
137
|
-
url: __API_URL__,
|
|
137
|
+
url: cms.api.tina.contentApiUrl || __API_URL__,
|
|
138
138
|
headers: { Authorization: `Bearer ${getToken()}` },
|
|
139
139
|
});
|
|
140
140
|
return fetcher(params, options);
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import * as G from 'graphql';
|
|
3
|
-
import { getIn } from 'final-form';
|
|
4
|
-
import { z } from 'zod';
|
|
5
1
|
// @ts-expect-error
|
|
6
2
|
import schemaJson from 'SCHEMA_IMPORT';
|
|
7
|
-
import {
|
|
3
|
+
import { getIn } from 'final-form';
|
|
4
|
+
import * as G from 'graphql';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
import { useSearchParams } from 'react-router-dom';
|
|
8
7
|
import {
|
|
8
|
+
Client,
|
|
9
|
+
Collection,
|
|
10
|
+
ErrorDialog,
|
|
9
11
|
Form,
|
|
10
|
-
|
|
12
|
+
FormOptions,
|
|
13
|
+
GlobalFormPlugin,
|
|
11
14
|
NAMER,
|
|
12
|
-
TinaSchema,
|
|
13
|
-
useCMS,
|
|
14
|
-
resolveField,
|
|
15
|
-
Collection,
|
|
16
15
|
Template,
|
|
16
|
+
TinaCMS,
|
|
17
17
|
TinaField,
|
|
18
|
-
|
|
19
|
-
FormOptions,
|
|
20
|
-
GlobalFormPlugin,
|
|
18
|
+
TinaSchema,
|
|
21
19
|
TinaState,
|
|
22
|
-
|
|
20
|
+
resolveField,
|
|
21
|
+
useCMS,
|
|
23
22
|
} from 'tinacms';
|
|
24
|
-
import {
|
|
23
|
+
import { z } from 'zod';
|
|
24
|
+
import { FormifyCallback, createForm, createGlobalForm } from './build-form';
|
|
25
|
+
import { showErrorModal } from './errors';
|
|
26
|
+
import { expandQuery, isConnectionType, isNodeType } from './expand-query';
|
|
25
27
|
import type {
|
|
26
|
-
PostMessage,
|
|
27
28
|
Payload,
|
|
28
|
-
|
|
29
|
+
PostMessage,
|
|
29
30
|
ResolvedDocument,
|
|
31
|
+
SystemInfo,
|
|
30
32
|
} from './types';
|
|
31
33
|
import { getFormAndFieldNameFromMetadata } from './util';
|
|
32
|
-
import { useSearchParams } from 'react-router-dom';
|
|
33
|
-
import { showErrorModal } from './errors';
|
|
34
34
|
|
|
35
35
|
const sysSchema = z.object({
|
|
36
36
|
breadcrumbs: z.array(z.string()),
|
|
@@ -559,6 +559,12 @@ export const useGraphQLReducer = (
|
|
|
559
559
|
payload,
|
|
560
560
|
]);
|
|
561
561
|
}
|
|
562
|
+
if (event.data.type === 'url-changed') {
|
|
563
|
+
cms.dispatch({
|
|
564
|
+
type: 'sidebar:set-loading-state',
|
|
565
|
+
value: true,
|
|
566
|
+
});
|
|
567
|
+
}
|
|
562
568
|
},
|
|
563
569
|
[cms, JSON.stringify(results)]
|
|
564
570
|
);
|
package/src/lib/types.ts
CHANGED
|
@@ -6,7 +6,8 @@ export type PostMessage =
|
|
|
6
6
|
}
|
|
7
7
|
| { type: 'field:selected'; fieldName: string }
|
|
8
8
|
| { type: 'quick-edit'; value: boolean }
|
|
9
|
-
| { type: 'user-select-form'; formId: string }
|
|
9
|
+
| { type: 'user-select-form'; formId: string }
|
|
10
|
+
| { type: 'url-changed' };
|
|
10
11
|
|
|
11
12
|
export type Payload = {
|
|
12
13
|
id: string;
|