@tinacms/datalayer 0.1.1 → 0.2.2

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 DELETED
@@ -1,828 +0,0 @@
1
- # tina-graphql
2
-
3
- ## 0.1.1
4
-
5
- ### Patch Changes
6
-
7
- - a2906d6fe: Fix datetime filtering to handle both indexed and non-indexed queries
8
- - 3e2d9e43a: Adds new GraphQL `deleteDocument` mutation and logic
9
-
10
- ## 0.1.0
11
-
12
- ### Minor Changes
13
-
14
- - a87e1e6fa: Enable query filtering, pagination, sorting
15
-
16
- ### Patch Changes
17
-
18
- - 8b3be903f: Escape index field separator in input strings
19
- - b01f2e382: Fixed an issue where `0` as a numerical operand was being evaluated as falsy.
20
-
21
- ## 0.0.2
22
-
23
- ### Patch Changes
24
-
25
- - b399c734c: Fixes support for collection.templates in graphql
26
-
27
- ## 0.0.1
28
-
29
- ### Patch Changes
30
-
31
- - 80732bd97: Create a @tinacms/datalayer package which houses the logic for data management for the GraphQL API. This simplifies the @tinacms/graphql package and allows for a clearer separation.
32
-
33
- ## 0.59.1
34
-
35
- ### Patch Changes
36
-
37
- - f46c6f987: Fix type definitions for schema metadata so they're optional
38
-
39
- ## 0.59.0
40
-
41
- ### Minor Changes
42
-
43
- - 62bea7019: #2323: fix saving bold and italic text in rich-text editor
44
-
45
- ### Patch Changes
46
-
47
- - bd4e1f802: Pin version number from @tinacms/graphql during schema compilation. This can be used to ensure the proper version is provided when working with Tina Cloud
48
-
49
- ## 0.58.2
50
-
51
- ### Patch Changes
52
-
53
- - fffce3af8: Don't cache graphql schema during resolution, this was causing the schema to go stale, while updating the schema.gql, so GraphQL tooling thought the value was updated, but the server was still holding on to the cached version
54
-
55
- ## 0.58.1
56
-
57
- ### Patch Changes
58
-
59
- - 4700d7ae4: Patch fix to ensure builds include latest dependencies
60
-
61
- ## 0.58.0
62
-
63
- ### Minor Changes
64
-
65
- - fa7a0419f: Adds experimental support for a data layer between file-based content and the GraphQL API. This allows documents to be indexed so the CMS can behave more like a traditional CMS, with the ability enforce foreign reference constraints and filtering/pagination capabilities.
66
-
67
- ### Patch Changes
68
-
69
- - eb5fbfac7: Ensure GraphQL resolve doesn't access "bridge" documents
70
- - 47d126029: Fix support of objects in a list for MDX templates
71
-
72
- ## 0.57.2
73
-
74
- ### Patch Changes
75
-
76
- - edb2f4011: Trim path property on collections during compilation
77
-
78
- ## 0.57.1
79
-
80
- ### Patch Changes
81
-
82
- - 60729f60c: Adds a `reference` field
83
-
84
- ## 0.57.0
85
-
86
- ### Minor Changes
87
-
88
- - ed277e3bd: Remove aws dependency and cache logic from GithubBridge
89
- - d1ed404ba: Add support for auto-generated SDK for type-safe data fetching
90
-
91
- ### Patch Changes
92
-
93
- - 138ceb8c4: Clean up dependencies
94
- - 577d6a5ad: Adds collection arg back for generic queries as optional
95
-
96
- ## 0.56.1
97
-
98
- ### Patch Changes
99
-
100
- - 4b7795612: Adds support for collection.templates to TinaAdmin
101
-
102
- ## 0.56.0
103
-
104
- ### Minor Changes
105
-
106
- - b99baebf1: Add rich-text editor based on mdx, bump React dependency requirement to 16.14
107
-
108
- ### Patch Changes
109
-
110
- - 891623c7c: Adds support for List and Update to TinaAdmin
111
-
112
- ## 0.55.2
113
-
114
- ### Patch Changes
115
-
116
- - 9ecb392ca: Fix bug which would set markdown body to undefined when the payload was emptry"
117
-
118
- ## 0.55.1
119
-
120
- ### Patch Changes
121
-
122
- - ff4446c8e: Adds `getDocumentFields()` query for use with Tina Admin
123
- - 667c33e2a: Add support for rich-text field, update build script to work with unified packages, which are ESM-only
124
-
125
- ## 0.55.0
126
-
127
- ### Minor Changes
128
-
129
- - f3bddeb4a: Added new warning messages for list UI that we do not support by default
130
-
131
- ### Patch Changes
132
-
133
- - 2908f8176: Fixes an issue where nested reference fields weren't updated properly when their values changed.
134
- - 5d83643b2: Adds create document mutations
135
-
136
- ## 0.54.3
137
-
138
- ### Patch Changes
139
-
140
- - 9b27192fe: Build packages with new scripting, which includes preliminary support for ES modules.
141
-
142
- ## 0.54.2
143
-
144
- ### Patch Changes
145
-
146
- - d94fec611: Improve exported types for defineSchema
147
-
148
- ## 0.54.1
149
-
150
- ### Patch Changes
151
-
152
- - 4de977f63: Makes `DateFieldPlugin` timezone-friendly
153
-
154
- ## 0.54.0
155
-
156
- ### Minor Changes
157
-
158
- - 7663e0f7f: Fixed windows issue where you could not save a file
159
-
160
- ## 0.53.0
161
-
162
- ### Minor Changes
163
-
164
- - b4f5e973f: Update datetime field to expect and receive ISO string
165
-
166
- ## 0.52.2
167
-
168
- ### Patch Changes
169
-
170
- - b4bbdda86: Better error messaging when no tina schema files are found
171
-
172
- ## 0.52.1
173
-
174
- ### Patch Changes
175
-
176
- - b05c91c6: Remove console.log
177
-
178
- ## 0.52.0
179
-
180
- ### Minor Changes
181
-
182
- - aa4507697: When working with a new document that queries for a reference, we were not properly building the path information required to update that reference, resulting in an error until the page was refreshed.
183
-
184
- ## 0.51.1
185
-
186
- ### Patch Changes
187
-
188
- - 589c7806: Fix issue where the `isBody` field wasn't properly removing that value from frontmatter. Ensure that the field is not treating any differently for JSON format
189
-
190
- ## 0.51.0
191
-
192
- ### Minor Changes
193
-
194
- - 5a934f6b: Fixed windows path issues
195
-
196
- ### Patch Changes
197
-
198
- - 271a72d7: Use collection label (defined in schema.ts) as form label
199
-
200
- ## 0.50.2
201
-
202
- ### Patch Changes
203
-
204
- - 0970961f: addPendingDocument was expecting params, which are not supported for new doc creation at this time
205
-
206
- ## 0.50.1
207
-
208
- ### Patch Changes
209
-
210
- - 65b3e3a3: Uses checkbox-group field
211
-
212
- ## 0.50.0
213
-
214
- ### Minor Changes
215
-
216
- - 7f3c8c1a: # 🔧 Changes coming to TinaCMS ⚙️
217
-
218
- 👋 You may have noticed we've been hard at-work lately building out a more opinionated approach to TinaCMS. To that end, we've settled around a few key points we'd like to announce. To see the work in progress, check out the [main](https://github.com/tinacms/tinacms/tree/main) branch, which will become the primary branch soon.
219
-
220
- ## Consolidating @tinacms packages in to @tinacms/toolkit
221
-
222
- By nature, Tina relies heavily on React context, and the dependency mismatches from over-modularizing our toolkit has led to many bugs related to missing context. To fix this, we'll be consolidating nearly every package in the @tinacms scope to a single package called `@tinacms/toolkit`
223
-
224
- We'll also be rolling out esm support as it's now much easier to address build improvements
225
-
226
- ## A more focused tinacms package
227
-
228
- The `tinacms` package now comes baked-in with APIs for working with the TinaCMS GraphQL API. Because `@tinacms/toolkit` now encompasses everything you'd need to build your own CMS integration, we're repurposing the `tinacms` package to more accurately reflect the "batteries-included" approach.
229
-
230
- If you haven't been introduced, the GraphQL API is a Git-backed CMS which we'll be leaning into more in the future. With a generous free tier and direct syncing with Github its something we're really excited to push forward. Sign up for free here
231
- Note: tinacms still exports the same APIs, but we'll gradually start moving the backend-agnostic tools to @tinacms/toolkit.
232
-
233
- ## Consolidating the tina-graphql-gateway repo
234
-
235
- The tina-graphql-gateway repo will be absorbed into this one. If you've been working with our GraphQL APIs you'll need to follow our migration guide.
236
-
237
- ## Moving from Lerna to Yarn PNP
238
-
239
- We've had success with Yarn 2 and PNP in other monorepos, if you're a contributor you'll notice some updates to the DX, which should hopefully result in a smoother experience.
240
-
241
- ## FAQ
242
-
243
- ### What about other backends?
244
-
245
- The `@tinacms/toolkit` isn't going anywhere. And if you're using packages like `react-tinacms-strapi` or r`eact-tinacms-github` with success, that won't change much, they'll just be powered by `@tinacms/toolkit` under the hood.
246
-
247
- ### Do I need to do anything?
248
-
249
- We'll be bumping all packages to `0.50.0` to reflect the changes. If you're using @tincams scoped packages those won't receive the upgrade. Unscoped packages like `react-tinacms-editor` will be upgraded, and should be bumped to 0.50.0 as well.
250
- When we move to `1.0.0` we'll be pushing internal APIs to `@tinacms/toolkit`, so that's the long-term location of
251
-
252
- ### Will you continue to patch older versions?
253
-
254
- We'll continue to make security patches, however major bug fixes will likely not see any updates. Keep in mind that `@tinacms/toolkit` will continue to be developed.
255
-
256
- ## 0.2.0
257
-
258
- ### Minor Changes
259
-
260
- - 7351d92f: # Define schema changes
261
-
262
- We're going to be leaning on a more _primitive_ concept of how types are defined with Tina, and in doing so will be introducing some breaking changes to the way schemas are defined. Read the detailed [RFC discussion](https://github.com/tinacms/rfcs/pull/18) for more on this topic, specifically the [latter portions](https://github.com/tinacms/rfcs/pull/18#issuecomment-805400313) of the discussion.
263
-
264
- ## Collections now accept a `fields` _or_ `templates` property
265
-
266
- You can now provide `fields` instead of `templates` for your collection, doing so will result in a more straightforward schema definition:
267
-
268
- ```js
269
- {
270
- collections: [
271
- {
272
- name: 'post',
273
- label: 'Post',
274
- path: 'content/posts',
275
- fields: [
276
- {
277
- name: 'title',
278
- label: 'Title',
279
- type: 'string', // read on below to learn more about _type_ changes
280
- },
281
- ],
282
- // defining `fields` and `templates` would result in a compilation error
283
- },
284
- ]
285
- }
286
- ```
287
-
288
- **Why?**
289
-
290
- Previously, a collection could define multiple templates, the ambiguity introduced with this feature meant that your documents needed a `_template` field on them so we'd know which one they belonged to. It also mean having to disambiguate your queries in graphql:
291
-
292
- ```graphql
293
- getPostDocument(relativePage: $relativePath) {
294
- data {
295
- ...on Article_Doc_Data {
296
- title
297
- }
298
- }
299
- }
300
- ```
301
-
302
- Going forward, if you use `fields` on a collection, you can omit the `_template` key and simplify your query:
303
-
304
- ```graphql
305
- getPostDocument(relativePage: $relativePath) {
306
- data {
307
- title
308
- }
309
- }
310
- ```
311
-
312
- ## `type` changes
313
-
314
- Types will look a little bit different, and are meant to reflect the lowest form of the shape they can represent. Moving forward, the `ui` field will represent the UI portion of what you might expect. For a blog post "description" field, you'd define it like this:
315
-
316
- ```js
317
- {
318
- type: "string",
319
- label: "Description",
320
- name: "description",
321
- }
322
- ```
323
-
324
- By default `string` will use the `text` field, but you can change that by specifying the `component`:
325
-
326
- ```js
327
- {
328
- type: "string",
329
- label: "Description",
330
- name: "description",
331
- ui: {
332
- component: "textarea"
333
- }
334
- }
335
- ```
336
-
337
- For the most part, the UI properties are added to the field and adhere to the existing capabilities of Tina's core [field plugins](https://tina.io/docs/fields/). But there's nothing stopping you from providing your own components -- just be sure to register those with the CMS object on the frontend:
338
-
339
- ```js
340
- {
341
- type: "string",
342
- label: "Description",
343
- name: "description",
344
- ui: {
345
- component: "myMapField"
346
- someAdditionalMapConfig: 'some-value'
347
- }
348
- }
349
- ```
350
-
351
- [Register](https://tina.io/docs/fields/custom-fields/#registering-the-plugin) your `myMapField` with Tina:
352
-
353
- ```js
354
- cms.fields.add({
355
- name: 'myMapField',
356
- Component: MapPicker,
357
- })
358
- ```
359
-
360
- ### One important gotcha
361
-
362
- Every property in the `defineSchema` API must be serlializable. Meaning functions will not work. For example, there's no way to define a `validate` or `parse` function at this level. However, you can either use the [formify](https://tina.io/docs/tina-cloud/client/#formify) API to get access to the Tina form, or provide your own logic by specifying a plugin of your choice:
363
-
364
- ```js
365
- {
366
- type: "string",
367
- label: "Description",
368
- name: "description",
369
- ui: {
370
- component: "myText"
371
- }
372
- }
373
- ```
374
-
375
- And then when you register the plugin, provide your custom logic here:
376
-
377
- ```js
378
- import { TextFieldPlugin } from 'tinacms'
379
-
380
- // ...
381
-
382
- cms.fields.add({
383
- ...TextFieldPlugin, // spread existing text plugin
384
- name: 'myText',
385
- validate: value => {
386
- someValidationLogic(value)
387
- },
388
- })
389
- ```
390
-
391
- **Why?**
392
-
393
- The reality is that under the hood this has made no difference to the backend, so we're removing it as a point of friction. Instead, `type` is the true definition of the field's _shape_, while `ui` can be used for customizing the look and behavior of the field's UI.
394
-
395
- ## Defensive coding in Tina
396
-
397
- When working with GraphQL, there are 2 reasons a property may not be present.
398
-
399
- 1. The data is not a required property. That is to say, if I have a blog post document, and "category" is an optional field, we'll need to make sure we factor that into how we render our page:
400
-
401
- ```tsx
402
- const MyPage = props => {
403
- return (
404
- <>
405
- <h2>{props.getPostDocument.data.title}</h2>
406
- <MyCategoryComponent>
407
- {props.getPostDocument.data?.category}
408
- </MyCategoryComponent>
409
- </>
410
- )
411
- }
412
- ```
413
-
414
- 2. The query did not ask for that field:
415
-
416
- ```graphql
417
- {
418
- getPostDocument {
419
- data {
420
- title
421
- }
422
- }
423
- }
424
- ```
425
-
426
- But with Tina, there's a 3rd scenario: the document may be in an invalid state. Meaning, we could mark the field as `required` _and_ query for the appropriate field, and _still_ not have the expected shape of data. Due to the contextual nature of Tina, it's very common to be in an intermediate state, where your data is incomplete simply because you're still working on it. Most APIs would throw an error when a document is in an invalid state. Or, more likely, you couldn't even request it.
427
-
428
- ## Undefined list fields will return `null`
429
-
430
- Previously an listable field which wasn't defined in the document was treated as an emptry array. So for example:
431
-
432
- ```md
433
- ---
434
- title: 'Hello, World'
435
- categories:
436
- - sports
437
- - movies
438
- ---
439
- ```
440
-
441
- The responsee would be `categories: ['sports', 'movies']`. If you omit the items, but kept the empty array:
442
-
443
- ```md
444
- ---
445
- title: 'Hello, World'
446
- categories: []
447
- ---
448
- ```
449
-
450
- The responsee would be `categories: []`. If you omit the field entirely:
451
-
452
- ```md
453
- ---
454
- title: 'Hello, World'
455
- ---
456
- ```
457
-
458
- The response will be `categories: null`. Previously this would have been `[]`, which was incorrect.
459
-
460
- ## For a listable item which is `required: true` you _must_ provide a `ui.defaultItem` property
461
-
462
- ### Why?
463
-
464
- It's possible for Tina's editing capabilities to introduce an invalid state during edits to list items. Imagine the scenario where you are iterating through an array of objects, and each object has a categories array on it we'd like to render:
465
-
466
- ```tsx
467
- const MyPage = props => {
468
- return props.blocks.map(block => {
469
- return (
470
- <>
471
- <h2>{block.categories.split(',')}</h2>
472
- </>
473
- )
474
- })
475
- }
476
- ```
477
-
478
- For a new item, `categories` will be null, so we'll get an error. This only happens when you're editing your page with Tina, so it's not a production-facing issue.
479
-
480
- ## Every `type` can be a list
481
-
482
- Previously, we had a `list` field, which allowed you to supply a `field` property. Instead, _every_ primitive type can be represented as a list:
483
-
484
- ```js
485
- {
486
- type: "string",
487
- label: "Categories",
488
- name: "categories",
489
- list: true
490
- }
491
- ```
492
-
493
- Additionally, enumerable lists and selects are inferred from the `options` property. The following example is represented by a `select` field:
494
-
495
- ```js
496
- {
497
- type: "string",
498
- label: "Categories",
499
- name: "categories",
500
- options: ["fitness", "movies", "music"]
501
- }
502
- ```
503
-
504
- While this, is a `checkbox` field
505
-
506
- ```js
507
- {
508
- type: "string",
509
- label: "Categories",
510
- name: "categories"
511
- list: true,
512
- options: ["fitness", "movies", "music"]
513
- }
514
- ```
515
-
516
- > Note we may introduce an `enum` type, but haven't discussed it thoroughly
517
-
518
- ## Introducing the `object` type
519
-
520
- Tina currently represents the concept of an _object_ in two ways: a `group` (and `group-list`), which is a uniform collection of fields; and `blocks`, which is a polymporphic collection. Moving forward, we'll be introducing a more comporehensive type, which envelopes the behavior of both `group` and `blocks`, and since _every_ field can be a `list`, this also makes `group-list` redundant.
521
-
522
- > Note: we've previously assumed that `blocks` usage would _always_ be as an array. We'll be keeping that assumption with the `blocks` type for compatibility, but `object` will allow for non-array polymorphic objects.
523
-
524
- ### Defining an `object` type
525
-
526
- An `object` type takes either a `fields` _or_ `templates` property (just like the `collections` definition). If you supply `fields`, you'll end up with what is essentially a `group` item. And if you say `list: true`, you'll have what used to be a `group-list` definition.
527
-
528
- Likewise, if you supply a `templates` field and `list: true`, you'll get the same API as `blocks`. However you can also say `list: false` (or omit it entirely), and you'll have a polymorphic object which is _not_ an array.
529
-
530
- This is identical to the current `blocks` definition:
531
-
532
- ```js
533
- {
534
- type: "object",
535
- label: "Page Sections",
536
- name: "pageSections",
537
- list: true,
538
- templates: [{
539
- label: "Hero",
540
- name: "hero",
541
- fields: [{
542
- label: "Title",
543
- name: "title",
544
- type: "string"
545
- }]
546
- }]
547
- }
548
- ```
549
-
550
- And here is one for `group`:
551
-
552
- ```js
553
- {
554
- type: "object",
555
- label: "Hero",
556
- name: "hero",
557
- fields: [{
558
- label: "Title",
559
- name: "title",
560
- type: "string"
561
- }]
562
- }
563
- ```
564
-
565
- ## `dataJSON` field
566
-
567
- You can now request `dataJSON` for the entire data object as a single query key. This is great for more tedius queries like theme files where including each item in the result is cumbersome.
568
-
569
- > Note there is no typescript help for this feature for now
570
-
571
- ```graphql
572
- getThemeDocument(relativePath: $relativePath) {
573
- dataJSON
574
- }
575
- ```
576
-
577
- ```json
578
- {
579
- "getThemeDocument": {
580
- "dataJSON": {
581
- "every": "field",
582
- "in": {
583
- "the": "document"
584
- },
585
- "is": "returned"
586
- }
587
- }
588
- }
589
- ```
590
-
591
- ## Lists queries will now adhere to the GraphQL connection spec
592
-
593
- [Read the spec](https://relay.dev/graphql/connections.htm)
594
-
595
- Previously, lists would return a simple array of items:
596
-
597
- ```graphql
598
- {
599
- getPostsList {
600
- id
601
- }
602
- }
603
- ```
604
-
605
- Which would result in:
606
-
607
- ```json
608
- {
609
- "data": {
610
- "getPostsList": [
611
- {
612
- "id": "content/posts/voteForPedro.md"
613
- }
614
- ]
615
- }
616
- }
617
- ```
618
-
619
- In the new API, you'll need to step through `edges` & `nodes`:
620
-
621
- ```graphql
622
- {
623
- getPostsList {
624
- edges {
625
- node {
626
- id
627
- }
628
- }
629
- }
630
- }
631
- ```
632
-
633
- ```json
634
- {
635
- "data": {
636
- "getPostsList": {
637
- "edges": [
638
- {
639
- "node": {
640
- "id": "content/posts/voteForPedro.md"
641
- }
642
- }
643
- ]
644
- }
645
- }
646
- }
647
- ```
648
-
649
- **Why?**
650
-
651
- The GraphQL connection spec opens up a more future-proof structure, allowing us to put more information in to the _connection_ itself like how many results have been returned, and how to request the next page of data.
652
-
653
- Read [a detailed explanation](https://graphql.org/learn/pagination/) of how the connection spec provides a richer set of capabilities.
654
-
655
- > Note: sorting and filtering is still not supported for list queries.
656
-
657
- ## `_body` is no longer included by default
658
-
659
- There is instead an `isBody` boolean which can be added to any `string` field
660
-
661
- **Why?**
662
-
663
- Since markdown files sort of have an implicit "body" to them, we were automatically populating a field which represented the body of your markdown file. This wasn't that useful, and kind of annoying. Instead, just attach `isBody` to the field which you want to represent your markdown "body":
664
-
665
- ```js
666
- {
667
- collections: [{
668
- name: "post",
669
- label: "Post",
670
- path: "content/posts",
671
- fields: [
672
- {
673
- name: "title",
674
- label: "Title",
675
- type: "string"
676
- }
677
- {
678
- name: "myBody",
679
- label: "My Body",
680
- type: "string",
681
- component: 'textarea',
682
- isBody: true
683
- }
684
- ]
685
- }]
686
- }
687
- ```
688
-
689
- This would result in a form field called `My Body` getting saved to the body of your markdown file (if you're using markdown):
690
-
691
- ```md
692
- ---
693
- title: Hello, World!
694
- ---
695
-
696
- This is the body of the file, it's edited through the "My Body" field in your form.
697
- ```
698
-
699
- ## References now point to more than one collection.
700
-
701
- Instead of a `collection` property, you must now define a `collections` field, which is an array:
702
-
703
- ```js
704
- {
705
- type: "reference",
706
- label: "Author",
707
- name: "author",
708
- collections: ["author"]
709
- }
710
- ```
711
-
712
- ```graphql
713
- {
714
- getPostDocument(relativePath: "hello.md") {
715
- data {
716
- title
717
- author {
718
- ...on Author_Document {
719
- name
720
- }
721
- ...on Post_Document {
722
- title
723
- }
724
- }
725
- }
726
- }
727
- ```
728
-
729
- ## Other breaking changes
730
-
731
- ### The `template` field on polymorphic objects (formerly _blocks_) is now `_template`
732
-
733
- **Old API:**
734
-
735
- ```md
736
- ---
737
- ---
738
- myBlocks:
739
- - template: hero
740
- title: Hello
741
- ---
742
- ```
743
-
744
- **New API:**
745
-
746
- ```md
747
- ---
748
- ---
749
- myBlocks:
750
- - \_template: hero
751
- title: Hello
752
- ---
753
- ```
754
-
755
- ### `data` `__typename` values have changed
756
-
757
- They now include the proper namespace to prevent naming collisions and no longer require `_Doc_Data` suffix. All generated `__typename` properties are going to be slightly different. We weren't fully namespacing fields so it wasn't possible to guarantee that no collisions would occur. The pain felt here will likely be most seen when querying and filtering through blocks. This ensures the stability of this type in the future
758
-
759
- ```graphql
760
- {
761
- getPageDocument(relativePath: "home.md") {
762
- data {
763
- title
764
- myBlocks {
765
- ...on Page_Hero_Data { # previously this would have been Hero_Data
766
- # ...
767
- }
768
- }
769
- }
770
- }
771
- ```
772
-
773
- ### Patch Changes
774
-
775
- - fdb7724b: Fix stringify for json extensions
776
- - d42e2bcf: Adds number, datetime, and boolean fields back into primitive field generators
777
- - 5cd5ce76: - Improve types for ui field
778
- - Marks system fields as required so the user has a guarantee that they'll be there
779
- - Return null for listable fields which are null or undefined
780
- - Handle null values for reference fields better
781
- - 8c425440: Remmove accidental additional of dataJSON in schema
782
- - Updated dependencies [7351d92f]
783
- - tina-graphql-helpers@0.1.2
784
-
785
- ## 0.1.25
786
-
787
- ### Patch Changes
788
-
789
- - 348ef1e5: Testing version bumps go into a PR
790
-
791
- ## 0.1.24
792
-
793
- ### Patch Changes
794
-
795
- - b36de960: lruClearCache should just be clearCache for now
796
-
797
- ## 0.1.23
798
-
799
- ### Patch Changes
800
-
801
- - Bump packages to reflect new changest capabilities
802
- - Updated dependencies [undefined]
803
- - tina-graphql-helpers@0.1.1
804
-
805
- ## 0.1.22
806
-
807
- ### Patch Changes
808
-
809
- - Updated dependencies [undefined]
810
- - tina-graphql-helpers@0.1.0
811
-
812
- ## 0.1.21
813
-
814
- ### Patch Changes
815
-
816
- - Testin
817
-
818
- ## 0.1.20
819
-
820
- ### Patch Changes
821
-
822
- - Testing
823
-
824
- ## 0.1.13
825
-
826
- ### Patch Changes
827
-
828
- - Testing out changesets