Skip to content

Releases: reactive/data-client

@data-client/react@0.12.1

01 May 21:23
000051e
Compare
Choose a tag to compare

Patch Changes

@data-client/img@0.12.2

01 May 22:33
0021ba6
Compare
Choose a tag to compare

Patch Changes

@data-client/img@0.12.1

01 May 21:23
000051e
Compare
Choose a tag to compare

Patch Changes

@data-client/core@0.12.1

01 May 21:23
000051e
Compare
Choose a tag to compare

Patch Changes

@data-client/test@0.12.0

30 Apr 16:27
630ab52
Compare
Choose a tag to compare

Minor Changes

  • #3038 7a22440 Thanks @ntucker! - Rely on ErrorBoundary from '@data-client/react' rather than error-boundary package.

    BREAKING CHANGE: This means only 0.11 and higher of '@data-client/react' is supported

Patch Changes

@data-client/test@0.11.5

28 Apr 21:11
9fa1f33
Compare
Choose a tag to compare

Patch Changes

  • #3030 068ae03 Thanks @renovate! - Use @testing-library/react-hooks act as it is fully compatible with 17,18,19 of React

  • 95524f8 Thanks @ntucker! - Prefer using act from 'react' (v19)

@data-client/rest@0.11.5

28 Apr 21:11
9fa1f33
Compare
Choose a tag to compare

Patch Changes

  • #3028 b173c52 Thanks @ntucker! - Warn for capitalization mistakes when calling createResource()

    Endpoint and Collection are both capitalized because they
    are classes. However, this may not be intuitive since other arguments are lower-first. Let's add a console.warn() to help
    guide, since this may be intentional?

    export const UserResource = createResource({
      urlPrefix: CONFIG.API_ROOT,
      path: "/users/:id",
      schema: User,
      // this should be 'Endpoint:'
      endpoint: AuthedEndpoint,
    });

@data-client/react@0.11.5

28 Apr 21:11
9fa1f33
Compare
Choose a tag to compare

Patch Changes

  • #3033 2152b41 Thanks @ntucker! - Environments without RequestIdleCallback will call immediately

  • Updated dependencies [2152b41]:

    • @data-client/core@0.11.5

@data-client/core@0.11.5

28 Apr 21:11
9fa1f33
Compare
Choose a tag to compare

Patch Changes

@data-client/use-enhanced-reducer@0.1.6

26 Apr 16:15
b1bbe6c
Compare
Choose a tag to compare

Patch Changes