Skip to content

Releases: reactive/data-client

@data-client/react@0.12.8

04 Jun 11:37
1de46b0
Compare
Choose a tag to compare

Patch Changes

  • #3071 7fba440 Thanks @ntucker! - React 19 JSX runtime compatibility.

    BREAKING CHANGE: Min React version 16.8.4 -> 16.14

    16.14 is the first version of React to include JSX runtime.

  • Updated dependencies [7fba440]:

    • @data-client/use-enhanced-reducer@0.1.8

@data-client/img@0.12.8

04 Jun 11:37
1de46b0
Compare
Choose a tag to compare

Patch Changes

  • #3071 7fba440 Thanks @ntucker! - React 19 JSX runtime compatibility.

    BREAKING CHANGE: Min React version 16.8.4 -> 16.14

    16.14 is the first version of React to include JSX runtime.

@data-client/hooks@0.1.11

04 Jun 11:37
1de46b0
Compare
Choose a tag to compare

Patch Changes

  • #3071 7fba440 Thanks @ntucker! - React 19 JSX runtime compatibility.

    BREAKING CHANGE: Min React version 16.8.4 -> 16.14

    16.14 is the first version of React to include JSX runtime.

@data-client/rest@0.12.7

16 May 21:56
b21f388
Compare
Choose a tag to compare

Patch Changes

  • 4bc9145 Thanks @ntucker! - Improve readability of Collection generics by naming DefaultArgs

  • #3063 2080c87 Thanks @ntucker! - Polymorphic (Union) types should still denormalize when handling passthrough (non-normalized) data

    When denormalizing non-normalized (like return of ctrl.fetch), it is still expected to handle
    all steps like constructing class instances if possible. However, to do this for Polymorphic
    types we need to fallback to using part of the normalize process to find out which schema
    to use for the remainder of denormalization.

  • 4bc9145 Thanks @ntucker! - Add docstrings to schema constructors

  • bf1f9bb Thanks @ntucker! - Add docstrings to RestGenerics, ResourceGenerics, and RestEndpointOptions members

  • Updated dependencies [4bc9145, 2080c87, 4bc9145]:

    • @data-client/endpoint@0.12.7

@data-client/graphql@0.12.7

16 May 21:56
b21f388
Compare
Choose a tag to compare

Patch Changes

  • #3063 2080c87 Thanks @ntucker! - Polymorphic (Union) types should still denormalize when handling passthrough (non-normalized) data

    When denormalizing non-normalized (like return of ctrl.fetch), it is still expected to handle
    all steps like constructing class instances if possible. However, to do this for Polymorphic
    types we need to fallback to using part of the normalize process to find out which schema
    to use for the remainder of denormalization.

  • Updated dependencies [4bc9145, 2080c87, 4bc9145]:

    • @data-client/endpoint@0.12.7

@data-client/endpoint@0.12.7

16 May 21:56
b21f388
Compare
Choose a tag to compare

Patch Changes

  • 4bc9145 Thanks @ntucker! - Improve readability of Collection generics by naming DefaultArgs

  • #3063 2080c87 Thanks @ntucker! - Polymorphic (Union) types should still denormalize when handling passthrough (non-normalized) data

    When denormalizing non-normalized (like return of ctrl.fetch), it is still expected to handle
    all steps like constructing class instances if possible. However, to do this for Polymorphic
    types we need to fallback to using part of the normalize process to find out which schema
    to use for the remainder of denormalization.

  • 4bc9145 Thanks @ntucker! - Add docstrings to schema constructors

@data-client/rest@0.12.6

13 May 03:20
1ea5c3b
Compare
Choose a tag to compare

Patch Changes

  • 9551e9a Thanks @ntucker! - Export RestEndpoint interface type to remove TS warnings about portability

  • 19832bc Thanks @ntucker! - Add docstrings to Collection methods

  • Updated dependencies [19832bc]:

    • @data-client/endpoint@0.12.6

@data-client/graphql@0.12.6

13 May 03:20
1ea5c3b
Compare
Choose a tag to compare

Patch Changes

  • 19832bc Thanks @ntucker! - Add docstrings to Collection methods

  • Updated dependencies [19832bc]:

    • @data-client/endpoint@0.12.6

@data-client/endpoint@0.12.6

13 May 03:20
1ea5c3b
Compare
Choose a tag to compare

Patch Changes

@data-client/rest@0.12.5

08 May 22:13
2b0f7ae
Compare
Choose a tag to compare

Patch Changes

  • 019e1bc Thanks @ntucker! - Improve readability of RestEndpoint instance types

    Now new RestEndpoint() will show a RestEndpoint type with the relevant
    options.