nhost

The Open Source Firebase Alternative with GraphQL.

MIT License

Downloads
67.3K
Stars
7.9K
Committers
89

Bot releases are visible (Hide)

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • c2706c7d: Export commonly used types

    BackendUrl, ErrorPayload, NhostSession, Subdomain, and User are now exported in all our SDKs

  • d42c27ae: Add explicit reutrn types to Vue composables

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • Updated dependencies [c2706c7d]
  • Updated dependencies [d42c27ae]
nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • d0f80811: fix(dashboard): don't show error when signing out the user
nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Minor Changes

  • d92891b2: feat(dashboard): add Permission Editor to the Database section

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • Updated dependencies [13876ed5]
  • Updated dependencies [83e0a4d3]
nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Minor Changes

  • 83e0a4d3: Image transformation parameters

    It is now possible to pass on image transformation parameters in nhost.storage.getPublicUrl().
    Available parameters:

    • height
    • width
    • blur
    • quality

    For instance:

    const url = nhost.storage.getPublicUrl({
      fileId: 'cd8eaca3-30a9-460e-b4d7-b4b7afc759c1',
      width: 800,
      blur: 20
    })
    

Patch Changes

  • 13876ed5: Convert non ISO-8859-1 file names

    It is now possible to upload files with names that are not ISO-8859-1 compliant.
    In that case, file names will be converted using encodeURIComponent.

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 7cadd944: fix(dashboard): display Twitter provider settings
nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Minor Changes

  • 9a1aa7bb: add functions to the log dashboard
  • f29abe62: feat(dashboard): Users Management v2

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 85683547: Allow useFileUpload to be reused
    Once a file were uploaded with useFileUpload, it was not possible to reuse it as the returned file id were kept in memory and sent again to hasura-storage, leading to a conflict error.
    File upload now makes sure to clear the metadata information from the first file before uploading the second file.
nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 1be6d324: Only export what is required by the user or @nhost/nextjs
  • 2e8f73df: Improve the error message when the application is not wrapped in <NhostProvider></NhostProvider>
  • 85683547: Allow useFileUpload to be reused
    Once a file were uploaded with useFileUpload, it was not possible to reuse it as the returned file id were kept in memory and sent again to hasura-storage, leading to a conflict error.
    File upload now makes sure to clear the metadata information from the first file before uploading the second file.
nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • Updated dependencies [1be6d324]
  • Updated dependencies [2e8f73df]
  • Updated dependencies [85683547]
nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • Updated dependencies [1be6d324]
  • Updated dependencies [2e8f73df]
  • Updated dependencies [85683547]