github-actions[bot]
60bcd8f949
chore: update versions ( #2793 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@7.1.3
### Patch Changes
- @nhost/nhost-js@3.1.6
## @nhost/react-apollo@12.0.3
### Patch Changes
- @nhost/apollo@7.1.3
- @nhost/react@3.5.3
## @nhost/react-urql@9.0.3
### Patch Changes
- @nhost/react@3.5.3
## @nhost/hasura-auth-js@2.5.3
### Patch Changes
- e28975d : fix: refactor refreshTimer logic to avoid an infinite loop
when refreshToken has expired
## @nhost/nextjs@2.1.17
### Patch Changes
- @nhost/react@3.5.3
## @nhost/nhost-js@3.1.6
### Patch Changes
- Updated dependencies [e28975d ]
- @nhost/hasura-auth-js@2.5.3
## @nhost/react@3.5.3
### Patch Changes
- @nhost/nhost-js@3.1.6
## @nhost/vue@2.6.3
### Patch Changes
- @nhost/nhost-js@3.1.6
## @nhost/dashboard@1.23 .0
### Minor Changes
- 33284d3 : fix: don't show double scrollbar in configuration editor
### Patch Changes
- @nhost/react-apollo@12.0.3
- @nhost/nextjs@2.1.17
## @nhost-examples/cli@0.3.8
### Patch Changes
- @nhost/nhost-js@3.1.6
## @nhost-examples/codegen-react-apollo@0.4.8
### Patch Changes
- @nhost/react@3.5.3
- @nhost/react-apollo@12.0.3
## @nhost-examples/codegen-react-query@0.4.8
### Patch Changes
- @nhost/react@3.5.3
## @nhost-examples/codegen-react-urql@0.3.8
### Patch Changes
- @nhost/react@3.5.3
- @nhost/react-urql@9.0.3
## @nhost-examples/multi-tenant-one-to-many@2.2.8
### Patch Changes
- @nhost/nhost-js@3.1.6
## @nhost-examples/nextjs@0.3.8
### Patch Changes
- @nhost/react@3.5.3
- @nhost/react-apollo@12.0.3
- @nhost/nextjs@2.1.17
## @nhost-examples/node-storage@0.2.8
### Patch Changes
- @nhost/nhost-js@3.1.6
## @nhost-examples/nextjs-server-components@0.4.9
### Patch Changes
- @nhost/nhost-js@3.1.6
## @nhost-examples/react-apollo@0.8.9
### Patch Changes
- @nhost/react@3.5.3
- @nhost/react-apollo@12.0.3
## @nhost-examples/react-gqty@1.2.8
### Patch Changes
- @nhost/react@3.5.3
## @nhost-examples/react-native@0.0.2
### Patch Changes
- @nhost/react@3.5.3
- @nhost/react-apollo@12.0.3
## @nhost-examples/vue-apollo@0.6.8
### Patch Changes
- @nhost/nhost-js@3.1.6
- @nhost/apollo@7.1.3
- @nhost/vue@2.6.3
## @nhost-examples/vue-quickstart@0.2.8
### Patch Changes
- @nhost/apollo@7.1.3
- @nhost/vue@2.6.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-09 10:08:51 +01:00
Hassan Ben Jobrane
e28975d6a5
fix(hasura-auth-js): refactor refreshTimer logic to avoid an infinite loop when refreshToken has expired ( #2790 )
...
### **User description**
fixes https://github.com/nhost/nhost/issues/2763
related https://github.com/nhost/nhost/issues/2635
___
### **PR Type**
Bug fix, Enhancement
___
### **Description**
- Refactored the `refreshTimer` logic in `createAuthMachine` to avoid an
infinite loop when the `refreshToken` has expired.
- Moved the condition checking if `expiresAt` is less than the current
time to ensure proper token refresh handling.
- Added a changeset file to document the patch update.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Bug
fix</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>machine.ts</strong><dd><code>Refactor refreshTimer
logic to prevent infinite loop</code>
</dd></summary>
<hr>
packages/hasura-auth-js/src/machines/authentication/machine.ts
<li>Refactored the <code>refreshTimer</code> logic to avoid an infinite
loop when the <br><code>refreshToken</code> has expired.<br> <li> Moved
the condition checking if <code>expiresAt</code> is less than the
current <br>time.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2790/files#diff-a8fdfee087ad5a72ea0a64667e2a0c7f25baa84eaaf73ebfee3f5a5a1b7584d1 ">+6/-5</a>
</td>
</tr>
</table></td></tr><tr><td><strong>Documentation</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>small-trees-approve.md</strong><dd><code>Add changeset
for refreshTimer logic fix</code>
</dd></summary>
<hr>
.changeset/small-trees-approve.md
- Added a changeset file for the patch update.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2790/files#diff-06ccc6de28f6ef2f9423d71e83294d5b3d6fdf5f6ca6c2a3a34dfeb9e2affffd ">+5/-0</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-07-09 09:56:58 +01:00
Zephyr (David B.M.)
33284d3cf0
fix (dashboard): don't show double scrollbar in configuration editor ( #2792 )
...
Fixes #2789
2024-07-08 19:15:37 +02:00
github-actions[bot]
1dbd65eb0e
chore: update versions ( #2787 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.22 .0
### Minor Changes
- 998c037 : fix: align drop-down list in select component
- 807b8c0 : fix: show city name in region selection for project creation
## @nhost-examples/react-apollo@0.8.8
### Patch Changes
- e3f0732 : fix: add verify email button instead of doing an
auto-redirect
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-08 16:59:45 +01:00
Nuno Pato
6eec78f9c5
feat: dashboard: add support for zendesk ( #2783 )
...
### **PR Type**
Enhancement, Documentation
___
### **Description**
- Updated header to link to new support page.
- Added new `CommunityIcon`, `DiscordIcon`, and `EnvelopeIcon`
components.
- Created a new support page with links to documentation, GitHub issues,
and Discord community.
- Added a ticket creation page with a form for submitting support
tickets, integrated with Zendesk API.
- Added environment variables for Zendesk integration.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>9
files</summary><table>
<tr>
<td>
<details>
<summary><strong>Header.tsx</strong><dd><code>Update header to link to
new support page</code>
</dd></summary>
<hr>
dashboard/src/components/layout/Header/Header.tsx
<li>Removed <code>ContactUs</code> component and <code>Dropdown</code>
component.<br> <li> Added <code>NavLink</code> to <code>/support</code>
page.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-edac1cd4478dc0ad12911ea2e486f40e49f6dc64eaf8e72084225d1f4e8725af ">+13/-21</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>CommunityIcon.tsx</strong><dd><code>Add CommunityIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/CommunityIcon/CommunityIcon.tsx
- Added new `CommunityIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-42970da68e2ef95e0aee273b264e69b21091866a9ba853fb594b08ab7e960ac1 ">+39/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.ts</strong><dd><code>Export CommunityIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/CommunityIcon/index.ts
- Exported `CommunityIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-dacc96e6b6e89c92088ecd3eb9148dcbe5e3b79f1d101e39bba64f7a2a77d853 ">+1/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>DiscordIcon.tsx</strong><dd><code>Add DiscordIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/DiscordIcon/DiscordIcon.tsx
- Added new `DiscordIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-7a9eaf0a3f381aed1ce0342212ac05e4683c5147ed979f442757901e4b8663f4 ">+29/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.ts</strong><dd><code>Export DiscordIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/DiscordIcon/index.ts
- Exported `DiscordIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-effa09b9f28a65e6d4cd908a0858e751f78f24b3f669f2297ed70b286d2660ab ">+1/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>EnvelopeIcon.tsx</strong><dd><code>Add EnvelopeIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/EnvelopeIcon/EnvelopeIcon.tsx
- Added new `EnvelopeIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-bb65fe5e8bf2f121c7bb3cc07aac53ca0acf054b7686d706f5b2988b3d9242a7 ">+37/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.ts</strong><dd><code>Export EnvelopeIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/EnvelopeIcon/index.ts
- Exported `EnvelopeIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-6f30b975852bb0f61ae53e21399c9c46b6237aae43594fd99d8e06c0cf32d17f ">+1/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.tsx</strong><dd><code>Add support page with
various help options</code>
</dd></summary>
<hr>
dashboard/src/pages/support/index.tsx
<li>Added new support page with links to documentation, GitHub issues,
and <br>Discord community.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-64adb32f73092cbba8aedac54225398c237222d9ba03a702bbe9d676edcde49c ">+128/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>ticket.tsx</strong><dd><code>Add ticket creation page
with Zendesk integration</code>
</dd></summary>
<hr>
dashboard/src/pages/support/ticket.tsx
<li>Added new ticket creation page with form for submitting support
<br>tickets.<br> <li> Integrated Zendesk API for ticket submission.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-a66cba186d2014b03f1a0e005147ae7b48e88933700fe065d235cd819a949a97 ">+378/-0</a>
</td>
</tr>
</table></details></td></tr><tr><td><strong>Configuration
changes</strong></td><td><details><summary>1 files</summary><table>
<tr>
<td>
<details>
<summary><strong>.env.example</strong><dd><code>Add Zendesk environment
variables</code>
</dd></summary>
<hr>
dashboard/.env.example
- Added environment variables for Zendesk integration.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2783/files#diff-b47cf46119af2f0298d96e5657e53e57161833e8b02d87526ac5c1ed9393d477 ">+5/-0</a>
</td>
</tr>
</table></details></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
---------
Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com >
2024-07-05 16:20:57 +00:00
Hassan Ben Jobrane
e3f0732108
fix(react-apollo): add verify email button ( #2782 )
...
### **User description**
fixes https://github.com/nhost/nhost/issues/2741
___
### **PR Type**
Bug fix, Enhancement, Tests
___
### **Description**
- Added a `requestType` parameter to the `verifyEmail` function to
handle different types of email verification requests.
- Updated the email change test to include the `requestType` parameter.
- Replaced auto-redirect in the `VerifyPage` component with a
verification button and added error handling with notifications.
- Updated dependencies in `nhost.toml` to newer versions.
- Added a changeset file to document the email verification button
update.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Tests</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>change-email.test.ts</strong><dd><code>Update email
change test with request type parameter</code>
</dd></summary>
<hr>
examples/react-apollo/e2e/authenticated/change-email.test.ts
- Added `requestType` parameter to `verifyEmail` function call.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2782/files#diff-5bf556a7e19bcc9932603bd52dd41929f1cabd65924ea88ad4123efcd9daad13 ">+2/-1</a>
</td>
</tr>
</table></td></tr><tr><td><strong>Enhancement</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>utils.ts</strong><dd><code>Enhance email verification
utility with request type</code>
</dd></summary>
<hr>
examples/react-apollo/e2e/utils.ts
<li>Added <code>requestType</code> parameter to <code>verifyEmail</code>
function.<br> <li> Implemented conditional logic based on
<code>requestType</code>.<br> <li> Added button click for
verification.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2782/files#diff-3bdd9b675af03a22eb7e8077183e8179504a9c3a085980da4938fd0c5e4b8907 ">+13/-7</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Verify.tsx</strong><dd><code>Add verification button
and error handling in VerifyPage</code> </dd></summary>
<hr>
examples/react-apollo/src/Verify.tsx
<li>Replaced auto-redirect with a verification button.<br> <li> Added
error handling with notifications.<br> <li> Updated UI components for
verification.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2782/files#diff-b55b7fe9f71f1b4f1e1364b5ea5079241c87fe57f4a7c39d01039b43de725d7f ">+21/-14</a>
</td>
</tr>
</table></td></tr><tr><td><strong>Documentation</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>gentle-brooms-flash.md</strong><dd><code>Add changeset
for email verification button update</code>
</dd></summary>
<hr>
.changeset/gentle-brooms-flash.md
- Added changeset for email verification button update.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2782/files#diff-6604024b1192b02c32aa85737b31d5d5d517701c1b1de26df95892df36d38893 ">+5/-0</a>
</td>
</tr>
</table></td></tr><tr><td><strong>Dependencies</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>nhost.toml</strong><dd><code>Update dependencies in
nhost.toml</code>
</dd></summary>
<hr>
examples/react-apollo/nhost/nhost.toml
- Updated Hasura, Auth, and Postgres versions.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2782/files#diff-268d6c8dddd6990d60d62c1c923955c4e0e7549a80f0f5856192f889378416a0 ">+3/-3</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-07-05 15:31:15 +01:00
Zephyr (David B.M.)
807b8c049a
fix (dashboard): show city name in region selector for project creation ( #2788 )
...
Fixes #2778
2024-07-05 12:46:38 +02:00
Zephyr (David B.M.)
998c0376bf
fix (dashboard): align dropdown items in select component ( #2786 )
...
Fixes #2779
2024-07-05 12:02:18 +02:00
github-actions[bot]
cf5423dac6
chore: update versions ( #2785 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.21 .0
### Minor Changes
- a2efeed : fix: improve project health error handling, add unknown state
and polling interval for health state
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-04 19:11:02 +01:00
Zephyr (David B.M.)
a2efeed36f
fix (dashboard): improve project health error handling, add poll interval ( #2780 )
...
Fixes #2776
2024-07-04 19:45:31 +02:00
Hassan Ben Jobrane
533b74d82d
chore: update pnpm/action-setup to v4 ( #2784 )
...
### **PR Type**
enhancement, configuration changes
___
### **Description**
- Updated `pnpm/action-setup` to version 4 in GitHub Actions
configuration.
- Updated `packageManager` to `pnpm@8.10 .5` in `package.json`.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Configuration
changes</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>action.yaml</strong><dd><code>Update pnpm/action-setup
to v4 in GitHub Actions</code>
</dd></summary>
<hr>
.github/actions/install-dependencies/action.yaml
<li>Updated <code>pnpm/action-setup</code> version to v4.<br> <li> Set
<code>pnpm</code> version to 8.10.5.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2784/files#diff-342d59190b4737ee45e2062eb625ada477bcea5b4a843b25900ad55d7982f200 ">+1/-1</a>
</td>
</tr>
</table></td></tr><tr><td><strong>Enhancement</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>package.json</strong><dd><code>Update packageManager to
pnpm@8.10 .5 in package.json</code>
</dd></summary>
<hr>
package.json
- Updated `packageManager` to `pnpm@8.10 .5`.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2784/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 ">+1/-1</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-07-04 15:26:23 +01:00
github-actions[bot]
42cf86c8f1
chore: update versions ( #2770 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.20 .0
### Minor Changes
- 8ea4210 : fix: error toasts can be closed individually, instead of
dismissing all toasts at once
- 58919ba : chore: add blink animation when project health service is
updating
## @nhost/docs@2.14 .2
### Patch Changes
- 86f3f8d : chore: fix broken link in react-native reference
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-03 11:31:48 +01:00
Zephyr (David B.M.)
70e74f2f3d
dashboard: chore: error toast message improvements ( #2773 )
...
Closes #2726
2024-07-02 12:13:09 +02:00
Hassan Ben Jobrane
a01985466e
chore(templates/react-native): fix ESLint configuration for react native template ( #2774 )
...
### **PR Type**
enhancement, bug fix
___
### **Description**
- Refactored multiple components and screens to remove semicolons and
adjust formatting for consistency.
- Added ESLint configuration file for the React Native template.
- Cleaned up Babel and React Native configuration files by removing
trailing commas.
- Updated pnpm lockfile to reflect new dependencies and versions.
- Bumped React Native template version to 0.0.14.
- Updated ESLint dependency version to 8.57.0.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>16
files</summary><table>
<tr>
<td>
<details>
<summary><strong>Button.tsx</strong><dd><code>Refactor Button component
for consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/Button.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-8c344335537207c9c9ae7fcc3ea55685d2724028d7e7b7bdf3b621e8cc9cf6bf ">+16/-27</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>ControlledInput.tsx</strong><dd><code>Refactor
ControlledInput component for consistent
formatting</code></dd></summary>
<hr>
templates/react-native/template/src/components/ControlledInput.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-ca8a7c3dafe8a93bb5210a1a96e61f0605249cf0ec4d801763abeb6f187e8972 ">+11/-12</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Drawer.tsx</strong><dd><code>Refactor Drawer component
for consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/Drawer.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-6f93136e2b891b6559a1ddf61fc3c60da972208f5cf0f44e7f0caa2247378626 ">+20/-31</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignInWithAppleButton.tsx</strong><dd><code>Refactor
SignInWithAppleButton component for consistent
formatting</code></dd></summary>
<hr>
templates/react-native/template/src/components/SignInWithAppleButton.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-d72dbc15ee5a2d2b3b66b5288b349bbbef9341ce2a64c30c89577a5782b0ce69 ">+10/-11</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignInWithGoogleButton.tsx</strong><dd><code>Refactor
SignInWithGoogleButton component for consistent
formatting</code></dd></summary>
<hr>
templates/react-native/template/src/components/SignInWithGoogleButton.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-4ab8df68012aadbdb1a22916ee8586e2f914bd0443e80fd4db5b2ed83c2f3cd6 ">+10/-11</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>UploadFile.tsx</strong><dd><code>Refactor UploadFile
component for consistent formatting</code> </dd></summary>
<hr>
templates/react-native/template/src/components/UploadFile.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-613fbf75a899e454b62df367e09d259d2966f196baaded5decf4cc1970eff45a ">+24/-33</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>root.tsx</strong><dd><code>Clean up root component
imports</code>
</dd></summary>
<hr>
templates/react-native/template/src/root.tsx
- Removed unused import statements.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-269180ad03ed042f1ba8b7b6d829cdd6f14f142a4f0c2de8129535431414a20b ">+0/-2</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Main.tsx</strong><dd><code>Refactor Main screen for
consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/Main.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-4f3b8aa2ebed081409e78c3f191963d260190458e79d7e92565ad5ea70c02316 ">+72/-60</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Profile.tsx</strong><dd><code>Refactor Profile screen
for consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/Profile.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-085837f3d86a1d36fb4dae5d15329e6353c7804cf6655270167484c33362e46f ">+13/-20</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignIn.tsx</strong><dd><code>Refactor SignIn screen for
consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/SignIn.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-316ef2753576fb251278ccc28461eaed1f57023f1ae4338c6a00d224d51a5f21 ">+50/-72</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignUp.tsx</strong><dd><code>Refactor SignUp screen for
consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/SignUp.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-a08ab32eea3633f66c839543d7acc88aca48f9af1760d23d1ea517bce00f4a5a ">+37/-58</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Storage.tsx</strong><dd><code>Refactor Storage screen
for consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/Storage.tsx
<li>Removed semicolons and adjusted formatting.<br> <li> Simplified JSX
structure.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-cd1a9776ec339d46b9f2b5446532c03fbff0c5b2e8bec636ad331fcd590bb860 ">+6/-8</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>babel.config.js</strong><dd><code>Clean up Babel
configuration file</code>
</dd></summary>
<hr>
templates/react-native/template/babel.config.js
- Removed trailing commas.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-e042e60c4850d8b36bbb0eb615b8b0d2eba5823b1128e926ba9d85b14b5e2901 ">+7/-7</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.js</strong><dd><code>Refactor index.js for
consistent formatting</code>
</dd></summary>
<hr>
templates/react-native/template/index.js
- Removed semicolons and adjusted formatting.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-4f15a3c115e10f189a2a9a47a9383864e2ebc113db3ca95d785c1faee5e24804 ">+7/-7</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>react-native.config.js</strong><dd><code>Clean up React
Native configuration file</code>
</dd></summary>
<hr>
templates/react-native/template/react-native.config.js
- Removed trailing commas.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-6354847cf389c8910c93cc252657e572168b8dd1da7896f5b8bc91bf62bc5855 ">+5/-5</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>package.json</strong><dd><code>Bump React Native
template version to 0.0.14</code>
</dd></summary>
<hr>
templates/react-native/package.json
- Updated template version to 0.0.14.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-a2693036cf925dde327b60e22d773fa5cf3ab260307cedd8b931262dad2e1821 ">+1/-1</a>
</td>
</tr>
</table></details></td></tr><tr><td><strong>Configuration
changes</strong></td><td><details><summary>1 files</summary><table>
<tr>
<td>
<details>
<summary><strong>.eslintrc.js</strong><dd><code>Add ESLint configuration
for React Native template</code>
</dd></summary>
<hr>
templates/react-native/template/.eslintrc.js
- Added ESLint configuration file.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-5e432c482d9bfd326f79d54b40b076a93a818be488133abaef0212ea376b0bf5 ">+9/-0</a>
</td>
</tr>
</table></details></td></tr><tr><td><strong>Dependencies</strong></td><td><details><summary>2
files</summary><table>
<tr>
<td>
<details>
<summary><strong>pnpm-lock.yaml</strong><dd><code>Update pnpm
lockfile</code>
</dd></summary>
<hr>
pnpm-lock.yaml
- Updated lockfile to reflect new dependencies and versions.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb ">+83/-77</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>package.json</strong><dd><code>Update ESLint dependency
version</code>
</dd></summary>
<hr>
templates/react-native/template/package.json
- Updated ESLint version to 8.57.0.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2774/files#diff-e7f64b1356bbc3320367367ffe24b51239596a562600d715c8e5cfc5192bafb7 ">+1/-1</a>
</td>
</tr>
</table></details></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-07-01 18:31:43 +01:00
Zephyr (David B.M.)
8ea4210582
dashboard: fix: close error toasts individually ( #2772 )
...
Fixes #2656
2024-06-28 13:23:15 +02:00
Zephyr (David B.M.)
58919ba763
dashboard: chore: add blink animation to project health when service is updating ( #2771 )
2024-06-28 11:23:00 +02:00
Hassan Ben Jobrane
86f3f8d505
chore(docs): fix broken link in react-native reference ( #2769 )
...
### **PR Type**
Documentation
___
### **Description**
- Fixed a broken link in the React Native support documentation.
- Added a changeset file to document the fix.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>shy-timers-turn.md</strong><dd><code>Add changeset for
documentation update</code>
</dd></summary>
<hr>
.changeset/shy-timers-turn.md
- Added a changeset file for documenting the fix.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2769/files#diff-aa1aee3c26ad3629dfa2b0d08f8bd549fae09ea5b61c8ff846d3fc38d82bd884 ">+5/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>support.mdx</strong><dd><code>Fix broken link in React
Native support documentation</code>
</dd></summary>
<hr>
docs/reference/react-native/support.mdx
- Fixed a broken link in the React Native support documentation.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2769/files#diff-0ce07c2dac8515f0633509a038821c4bb94f4ab7859d98369d46159774ccc0d0 ">+1/-1</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-06-28 09:53:37 +01:00
github-actions[bot]
201abb89fd
chore: update versions ( #2768 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.19 .0
### Minor Changes
- b519862 : fix: get configuration in configuration editor using local
development environment
## @nhost/docs@2.14 .1
### Patch Changes
- cf6b712 : chore: add pnpm to list of supported packagers for functions
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-28 08:52:00 +02:00
David Barroso
cf6b712b20
chore (docs): add pnpm to list of supported packagers for functions ( #2766 )
2024-06-28 08:41:08 +02:00
Zephyr (David B.M.)
b51986289d
dashboard: fix: get settings in toml editor with local development backend ( #2767 )
2024-06-27 15:31:55 +02:00
github-actions[bot]
c640c50c70
chore: update versions ( #2758 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.18 .0
### Minor Changes
- 502abad : feat: add services health checks indicators to the overview
page
- b3ff6ad : chore: update title text on service status modal
- dbadf59 : feat: add project configuration TOML editor to the settings
page
## @nhost/docs@2.14 .0
### Minor Changes
- 79ce7ca : feat: add react-native quickstart guide
- bedbb82 : feat: functions: added runtime/pkg manager information
## @nhost-examples/nextjs-server-components@0.4.8
### Patch Changes
- 9c9137f : fix: disable autoRefreshToken when running nhost server side
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-27 13:23:39 +02:00
Zephyr (David B.M.)
b3ff6adcc2
dashboard: chore: project health change modal title ( #2765 )
...
Change modal title from 'Service logs' to 'Service State'
2024-06-27 12:05:57 +02:00
Zephyr (David B.M.)
dbadf59092
dashboard: feat: raw TOML editor ( #2752 )
...
### **User description**
Closes #2727
___
### **PR Type**
Enhancement, Bug fix, Documentation
___
### **Description**
- Introduced a new TOML editor component for editing project
configurations.
- Added new GraphQL queries and mutations to handle raw JSON
configurations.
- Updated SettingsSidebar and SettingsLayout components for better
layout and navigation.
- Added new SlidersIcon component and integrated it into the settings
navigation.
- Updated dependencies to support new features.
- Fixed various layout and style issues in the settings components.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement
</strong></td><td><details><summary>10 files</summary><table>
<tr>
<td>
<details>
<summary><strong>SettingsLayout.tsx</strong><dd><code>Adjust overflow
behavior in SettingsLayout component</code>
</dd></summary>
<hr>
dashboard/src/components/layout/SettingsLayout/SettingsLayout.tsx
- Changed overflow behavior for better vertical scrolling.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-5d2869e956e78a19f2c099eb43ed3edca826c599ea327e790ec09f2c07f92026 ">+1/-1</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SettingsSidebar.tsx</strong><dd><code>Update
SettingsSidebar layout and styles</code>
</dd></summary>
<hr>
dashboard/src/components/layout/SettingsSidebar/SettingsSidebar.tsx
<li>Added new <code>SlidersIcon</code> import.<br> <li> Introduced
<code>textClassName</code> prop to <code>SettingsNavLink</code>.<br>
<li> Updated layout and styles for better alignment and spacing.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-228be719ea3624edbfd2af99af3c076cebb3d0732026987306aa1032a795ba00 ">+23/-3</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SlidersIcon.tsx</strong><dd><code>Add SlidersIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/SlidersIcon/SlidersIcon.tsx
- Added new `SlidersIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-c3378838bdb274dff9f2f457ef204d25cd79a692ff7910fce05b3115255b08f1 ">+34/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.ts</strong><dd><code>Export SlidersIcon
component</code>
</dd></summary>
<hr>
dashboard/src/components/ui/v2/icons/SlidersIcon/index.ts
- Exported `SlidersIcon` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-a916b2c759ea7123dff890502bbad2130af14714ae64e449ad6212dcb4dec9df ">+1/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>TOMLEditor.tsx</strong><dd><code>Add TOMLEditor
component for TOML configurations</code>
</dd></summary>
<hr>
dashboard/src/features/projects/common/components/settings/TOMLEditor/TOMLEditor.tsx
<li>Added new <code>TOMLEditor</code> component for editing TOML
configurations.<br> <li> Implemented TOML parsing and error
handling.<br> <li> Added save and revert functionality.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-7b3f59df47aac119b682edd7c7b8a9b90a97429f57a5cbd79be4b98391ed3db5 ">+191/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.ts</strong><dd><code>Export TOMLEditor
component</code>
</dd></summary>
<hr>
dashboard/src/features/projects/common/components/settings/TOMLEditor/index.ts
- Exported `TOMLEditor` component.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-070b3f29341da9497d7e162b55f92c73a69ceab73c8ce0bd800b6e598712b68d ">+1/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.tsx</strong><dd><code>Add TOML editor page under
settings</code>
</dd></summary>
<hr>
dashboard/src/pages/[workspaceSlug]/[appSlug]/settings/editor/index.tsx
- Added new page for TOML editor under settings.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-af2db90f7d8b5450bf0aa0eaca4e6851bb7e17e304818c9cec53b13ec9c65e09 ">+11/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>graphql.ts</strong><dd><code>Add GraphQL queries and
mutations for raw JSON configurations</code></dd></summary>
<hr>
dashboard/src/utils/__generated__/graphql.ts
<li>Added new GraphQL queries and mutations for handling raw JSON
<br>configurations.<br> <li> Updated types and schema for new
features.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-fbd5db84b560b1c91675004448c6c7fa0dcbfb28b9eb05d53b03e6cb7b83ebac ">+144/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>getConfigRawJSON.graphql</strong><dd><code>Add GraphQL
query for fetching raw JSON configuration</code>
</dd></summary>
<hr>
dashboard/src/gql/app/settings/getConfigRawJSON.graphql
- Added GraphQL query for fetching raw JSON configuration.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-2d2a655bbfaedd4c923dea8ef8cacefa6d1043912cd9aff4fd3749cb789592a0 ">+3/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>replaceConfigRawJSON.graphql</strong><dd><code>Add
GraphQL mutation for replacing raw JSON
configuration</code></dd></summary>
<hr>
dashboard/src/gql/app/settings/replaceConfigRawJSON.graphql
- Added GraphQL mutation for replacing raw JSON configuration.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-5d49b4c5e9fa194a02a0a974c245f8c50faf437d6becadf7947ee73083ac8374 ">+3/-0</a>
</td>
</tr>
</table></details></td></tr><tr><td><strong>Documentation
</strong></td><td><details><summary>1 files</summary><table>
<tr>
<td>
<details>
<summary><strong>tidy-shirts-kneel.md</strong><dd><code>Add changeset
for TOML editor feature</code>
</dd></summary>
<hr>
.changeset/tidy-shirts-kneel.md
- Added changeset for TOML editor feature.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-d674c403cb1f877c9fadf977dc49eae7ae45b37fdb02631dc6e284e99dbc9f75 ">+5/-0</a>
</td>
</tr>
</table></details></td></tr><tr><td><strong>Dependencies
</strong></td><td><details><summary>1 files</summary><table>
<tr>
<td>
<details>
<summary><strong>package.json</strong><dd><code>Update dependencies for
TOML editor</code>
</dd></summary>
<hr>
dashboard/package.json
<li>Added new dependencies for TOML parsing and CodeMirror
integration.<br> <li> Updated existing dependencies.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2752/files#diff-2d8d55c799cd71f1b35e831f075f8178ed1734c4820a2ad548b4dd24d6938d7c ">+6/-2</a>
</td>
</tr>
</table></details></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-06-26 19:35:43 +02:00
David Barroso
bedbb82cd7
feat (docs): functions: added runtime/pkg manager information ( #2761 )
2024-06-26 12:06:09 +02:00
Hassan Ben Jobrane
79ce7cae2f
feat: react-native support ( #2675 )
...
### **User description**
resolves https://github.com/nhost/projects/issues/78
___
### **PR Type**
enhancement, documentation, tests
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement
</strong></td><td><details><summary>39 files</summary><table>
<tr>
<td>
<details>
<summary><strong>SignIn.tsx</strong><dd><code>Add SignIn screen with
OAuth and email/password sign-in</code> </dd></summary>
<hr>
templates/react-native/template/src/screens/SignIn.tsx
<li>Added SignIn screen component with form handling and OAuth
<br>integration.<br> <li> Implemented email/password sign-in and OAuth
sign-in with Apple and <br>Google.<br> <li> Added navigation to SignUp
screen.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-316ef2753576fb251278ccc28461eaed1f57023f1ae4338c6a00d224d51a5f21 ">+167/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignIn.tsx</strong><dd><code>Add SignIn screen with
OAuth and email/password sign-in</code> </dd></summary>
<hr>
examples/react_native/src/screens/SignIn.tsx
<li>Added SignIn screen component with form handling and OAuth
<br>integration.<br> <li> Implemented email/password sign-in and OAuth
sign-in with Apple and <br>Google.<br> <li> Added navigation to SignUp
screen.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-7fdd5027d7e5da14d360da85712760c52f7059c20fdfc867be933d1f33f828be ">+167/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignUp.tsx</strong><dd><code>Add SignUp screen with
email/password sign-up</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/SignUp.tsx
<li>Added SignUp screen component with form handling.<br> <li>
Implemented email/password sign-up with email verification.<br> <li>
Added navigation to SignIn screen.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-a08ab32eea3633f66c839543d7acc88aca48f9af1760d23d1ea517bce00f4a5a ">+142/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignUp.tsx</strong><dd><code>Add SignUp screen with
email/password sign-up</code>
</dd></summary>
<hr>
examples/react_native/src/screens/SignUp.tsx
<li>Added SignUp screen component with form handling.<br> <li>
Implemented email/password sign-up with email verification.<br> <li>
Added navigation to SignIn screen.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-18516699ddb4e9d0f5a2a78cd75502a8209fb7a85c5d2db4b65bea895b35a944 ">+142/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Main.tsx</strong><dd><code>Add Main screen with Drawer
and Stack navigators</code>
</dd></summary>
<hr>
examples/react_native/src/screens/Main.tsx
<li>Added Main screen component with Drawer and Stack navigators.<br>
<li> Integrated authentication status check.<br> <li> Added navigation
for Profile, Todos, and Storage screens.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-0d84dee077a53c13a6e61d63f85fddf76fbe043043561fdb866ef9d01a091847 ">+98/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Main.tsx</strong><dd><code>Add Main screen with Drawer
and Stack navigators</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/Main.tsx
<li>Added Main screen component with Drawer and Stack navigators.<br>
<li> Integrated authentication status check.<br> <li> Added navigation
for Profile, Todos, and Storage screens.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-4f3b8aa2ebed081409e78c3f191963d260190458e79d7e92565ad5ea70c02316 ">+77/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>UploadFile.tsx</strong><dd><code>Add UploadFile
component for file uploads</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/UploadFile.tsx
<li>Added UploadFile component for file uploads.<br> <li> Integrated
Nhost storage for file handling.<br> <li> Implemented file picker and
upload status display.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-613fbf75a899e454b62df367e09d259d2966f196baaded5decf4cc1970eff45a ">+82/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>UploadFile.tsx</strong><dd><code>Add UploadFile
component for file uploads</code>
</dd></summary>
<hr>
examples/react_native/src/components/UploadFile.tsx
<li>Added UploadFile component for file uploads.<br> <li> Integrated
Nhost storage for file handling.<br> <li> Implemented file picker and
upload status display.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-412d24720f24a956f358f59dfd48bb86daf1eba2fa017f9dfd7a0f96e8114691 ">+82/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>AddTodoForm.tsx</strong><dd><code>Add AddTodoForm
component for adding new todos</code>
</dd></summary>
<hr>
examples/react_native/src/components/AddTodoForm.tsx
<li>Added AddTodoForm component for adding new todos.<br> <li>
Integrated GraphQL mutation for adding todos.<br> <li> Implemented form
handling and validation.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-46d3c5a1ab5e8cde7e04d78a55fdcf04bbee77795b78038f15e61882bb10b069 ">+64/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Button.tsx</strong><dd><code>Add Button component with
loading state</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/Button.tsx
<li>Added Button component with loading state.<br> <li> Implemented
customizable styles and labels.<br> <li> Integrated with Pressable for
button interactions.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-8c344335537207c9c9ae7fcc3ea55685d2724028d7e7b7bdf3b621e8cc9cf6bf ">+67/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Button.tsx</strong><dd><code>Add Button component with
loading state</code>
</dd></summary>
<hr>
examples/react_native/src/components/Button.tsx
<li>Added Button component with loading state.<br> <li> Implemented
customizable styles and labels.<br> <li> Integrated with Pressable for
button interactions.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-b8fabbcd30bf0cbc349c392e9da5edb1b85236592daedefab7bd7cc02af0939f ">+67/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Todo.tsx</strong><dd><code>Add Todo component for
displaying and deleting todos</code>
</dd></summary>
<hr>
examples/react_native/src/components/Todo.tsx
<li>Added Todo component for displaying individual todos.<br> <li>
Integrated GraphQL mutation for deleting todos.<br> <li> Implemented
delete button with confirmation.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-ec7367e8cf121324048beac1ffd1f1813041ebd442da4c01e957e756e1bc1937 ">+56/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Todos.tsx</strong><dd><code>Add Todos screen for
listing and managing todos</code>
</dd></summary>
<hr>
examples/react_native/src/screens/Todos.tsx
<li>Added Todos screen for listing all todos.<br> <li> Integrated
GraphQL query for fetching todos.<br> <li> Implemented AddTodoForm and
Todo components.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-d786e0fb092e6e93ebd784c07b15a12093a0474969d058259f5a24480987cf13 ">+56/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Drawer.tsx</strong><dd><code>Add Drawer component for
navigation</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/Drawer.tsx
<li>Added Drawer component for navigation.<br> <li> Integrated Nhost
client for sign-out functionality.<br> <li> Implemented custom drawer
content.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-6f93136e2b891b6559a1ddf61fc3c60da972208f5cf0f44e7f0caa2247378626 ">+55/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Drawer.tsx</strong><dd><code>Add Drawer component for
navigation</code>
</dd></summary>
<hr>
examples/react_native/src/components/Drawer.tsx
<li>Added Drawer component for navigation.<br> <li> Integrated Nhost
client for sign-out functionality.<br> <li> Implemented custom drawer
content.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-f4ebd7c3b7945022ad0b5602023a80596dc6fb396645a6b065440315368aafbb ">+55/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Profile.tsx</strong><dd><code>Add Profile screen for
displaying user information</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/Profile.tsx
<li>Added Profile screen for displaying user information.<br> <li>
Integrated Nhost client for fetching user data.<br> <li> Implemented
scrollable view for user details.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-085837f3d86a1d36fb4dae5d15329e6353c7804cf6655270167484c33362e46f ">+47/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Profile.tsx</strong><dd><code>Add Profile screen for
displaying user information</code>
</dd></summary>
<hr>
examples/react_native/src/screens/Profile.tsx
<li>Added Profile screen for displaying user information.<br> <li>
Integrated Nhost client for fetching user data.<br> <li> Implemented
scrollable view for user details.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-af301c3b40df9ab14e34b9f47a9d0898414b0969afc9d11b4f747a550d9e1bb6 ">+47/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>ControlledInput.tsx</strong><dd><code>Add
ControlledInput component for form inputs</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/ControlledInput.tsx
<li>Added ControlledInput component for form inputs.<br> <li> Integrated
react-hook-form for form handling.<br> <li> Implemented customizable
input styles.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-ca8a7c3dafe8a93bb5210a1a96e61f0605249cf0ec4d801763abeb6f187e8972 ">+36/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>ControlledInput.tsx</strong><dd><code>Add
ControlledInput component for form inputs</code>
</dd></summary>
<hr>
examples/react_native/src/components/ControlledInput.tsx
<li>Added ControlledInput component for form inputs.<br> <li> Integrated
react-hook-form for form handling.<br> <li> Implemented customizable
input styles.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-909a89de58e3629f91cf5a942f8065155568a9c222a362f380026f3150588684 ">+36/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignInWithAppleButton.tsx</strong><dd><code>Add
SignInWithAppleButton component for Apple OAuth</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/SignInWithAppleButton.tsx
<li>Added SignInWithAppleButton component for Apple OAuth.<br> <li>
Integrated with Button component for styling.<br> <li> Implemented OAuth
sign-in functionality.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-d72dbc15ee5a2d2b3b66b5288b349bbbef9341ce2a64c30c89577a5782b0ce69 ">+36/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignInWithAppleButton.tsx</strong><dd><code>Add
SignInWithAppleButton component for Apple OAuth</code>
</dd></summary>
<hr>
examples/react_native/src/components/SignInWithAppleButton.tsx
<li>Added SignInWithAppleButton component for Apple OAuth.<br> <li>
Integrated with Button component for styling.<br> <li> Implemented OAuth
sign-in functionality.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-1f7d256c24ddb1a4e0b683fe66984b52e52cfbd58182875282427a30afcca8f1 ">+36/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignInWithGoogleButton.tsx</strong><dd><code>Add
SignInWithGoogleButton component for Google OAuth</code>
</dd></summary>
<hr>
templates/react-native/template/src/components/SignInWithGoogleButton.tsx
<li>Added SignInWithGoogleButton component for Google OAuth.<br> <li>
Integrated with Button component for styling.<br> <li> Implemented OAuth
sign-in functionality.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-4ab8df68012aadbdb1a22916ee8586e2f914bd0443e80fd4db5b2ed83c2f3cd6 ">+36/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>SignInWithGoogleButton.tsx</strong><dd><code>Add
SignInWithGoogleButton component for Google OAuth</code>
</dd></summary>
<hr>
examples/react_native/src/components/SignInWithGoogleButton.tsx
<li>Added SignInWithGoogleButton component for Google OAuth.<br> <li>
Integrated with Button component for styling.<br> <li> Implemented OAuth
sign-in functionality.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-402a88447117f62af1fd0ff8431605f8e3e59f1bac907583cde54257fe259cf3 ">+36/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>root.tsx</strong><dd><code>Add root component for Nhost
integration</code>
</dd></summary>
<hr>
templates/react-native/template/src/root.tsx
<li>Added root component for Nhost integration.<br> <li> Configured
Nhost client with Apollo provider.<br> <li> Implemented Main component
as the entry point.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-269180ad03ed042f1ba8b7b6d829cdd6f14f142a4f0c2de8129535431414a20b ">+25/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>root.tsx</strong><dd><code>Add root component for Nhost
integration</code>
</dd></summary>
<hr>
examples/react_native/src/root.tsx
<li>Added root component for Nhost integration.<br> <li> Configured
Nhost client with Apollo provider.<br> <li> Implemented Main component
as the entry point.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-4de52c4bf45277e125bd8dc2f1a334e760a5d64f195af1e78f9f8c115dc3631a ">+24/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>todos.ts</strong><dd><code>Add GraphQL queries and
mutations for todos</code>
</dd></summary>
<hr>
examples/react_native/src/graphql/todos.ts
<li>Added GraphQL queries and mutations for todos.<br> <li> Implemented
queries for fetching and managing todos.<br> <li> Integrated with Apollo
client.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-2861d3d57db0e3186e85de60ab72862b3a285cea59266912c937cb592fd6d286 ">+27/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Storage.tsx</strong><dd><code>Add Storage screen for
file uploads</code>
</dd></summary>
<hr>
templates/react-native/template/src/screens/Storage.tsx
<li>Added Storage screen for file uploads.<br> <li> Integrated
UploadFile component.<br> <li> Implemented basic layout and styles.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-cd1a9776ec339d46b9f2b5446532c03fbff0c5b2e8bec636ad331fcd590bb860 ">+20/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>Storage.tsx</strong><dd><code>Add Storage screen for
file uploads</code>
</dd></summary>
<hr>
examples/react_native/src/screens/Storage.tsx
<li>Added Storage screen for file uploads.<br> <li> Integrated
UploadFile component.<br> <li> Implemented basic layout and styles.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-613d89d9fcdddbc84d06e3a31ef80ec60ac73f411befd4d2a5f895a9d0435632 ">+20/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.js</strong><dd><code>Add entry point for React
Native application</code>
</dd></summary>
<hr>
templates/react-native/template/index.js
<li>Added entry point for React Native application.<br> <li> Configured
AppRegistry with root component.<br> <li> Implemented base64 decode
polyfill.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-4f15a3c115e10f189a2a9a47a9383864e2ebc113db3ca95d785c1faee5e24804 ">+8/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>index.js</strong><dd><code>Add entry point for React
Native application</code>
</dd></summary>
<hr>
examples/react_native/index.js
<li>Added entry point for React Native application.<br> <li> Configured
AppRegistry with root component.<br> <li> Implemented base64 decode
polyfill.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-45924a6e131cd483dae95ab9b4d63680483383bf1d76d0fcfe03792f7f49b223 ">+8/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
confirming email change in Bulgarian</code></dd></summary>
<hr>
examples/react_native/backend/nhost/emails/bg/email-confirm-change/body.html
<li>Added email template for confirming email change in Bulgarian.<br>
<li> Included link for email confirmation.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-ba21683cfe3cd468b519dc2d3e404e1a33d27d612bd9ac3ae71dd2d8a1f706a5 ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
verifying email in Bulgarian</code>
</dd></summary>
<hr>
examples/react_native/backend/nhost/emails/bg/email-verify/body.html
<li>Added email template for verifying email in Bulgarian.<br> <li>
Included link for email verification.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-9694390532932bf6b3b05aeeaee34fae82e5b5fe8a276053498fed6d299d7a5f ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
passwordless sign-in in Bulgarian</code> </dd></summary>
<hr>
examples/react_native/backend/nhost/emails/bg/signin-passwordless/body.html
<li>Added email template for passwordless sign-in in Bulgarian.<br> <li>
Included magic link for sign-in.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-6bd4165d945d297a5b3e4ece297608430abaf9a2e5b09b2e4b4f8b8186d01b08 ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
verifying email in Czech</code>
</dd></summary>
<hr>
examples/react_native/backend/nhost/emails/cs/email-verify/body.html
<li>Added email template for verifying email in Czech.<br> <li> Included
link for email verification.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-31a20325521b9fd39c524d1a8a5e3aed4def614a49df8eb633a9a40ad28c5d90 ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
password reset in Bulgarian</code>
</dd></summary>
<hr>
examples/react_native/backend/nhost/emails/bg/password-reset/body.html
<li>Added email template for password reset in Bulgarian.<br> <li>
Included link for password reset.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-23d5b1b5d3a7373015a1f68049a0fe0aefd5fe556a5b3278601a5949eea6d993 ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
confirming email change in Czech</code> </dd></summary>
<hr>
examples/react_native/backend/nhost/emails/cs/email-confirm-change/body.html
<li>Added email template for confirming email change in Czech.<br> <li>
Included link for email confirmation.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-a9af2cdb9e71956b8c2198607bdbf518a15698a38297d556444725cfaff8abba ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
passwordless sign-in in Czech</code>
</dd></summary>
<hr>
examples/react_native/backend/nhost/emails/cs/signin-passwordless/body.html
<li>Added email template for passwordless sign-in in Czech.<br> <li>
Included magic link for sign-in.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-7c1c245070b60dead87e29a9aeed511e4a806471a210e568d60bc6f1677b17db ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
password reset in French</code>
</dd></summary>
<hr>
examples/react_native/backend/nhost/emails/fr/password-reset/body.html
<li>Added email template for password reset in French.<br> <li> Included
link for password reset.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-84f58a32f2ac4ef946c541166b7dab37a053ae05e9b0b4ce98d07ba0617072ef ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>body.html</strong><dd><code>Add email template for
passwordless sign-in in French</code>
</dd></summary>
<hr>
examples/react_native/backend/nhost/emails/fr/signin-passwordless/body.html
<li>Added email template for passwordless sign-in in French.<br> <li>
Included magic link for sign-in.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-900e63eb1054e9b18941e7bd2719baf3e0bae8fe57c34423202110e0b8070e06 ">+18/-0</a>
</td>
</tr>
</table></details></td></tr><tr><td><strong>Tests
</strong></td><td><details><summary>3 files</summary><table>
<tr>
<td>
<details>
<summary><strong>App.test.tsx</strong><dd><code>Add test for App
component rendering</code>
</dd></summary>
<hr>
examples/react_native/__tests__/App.test.tsx
<li>Added test for App component rendering.<br> <li> Integrated
MockedProvider for Apollo client.<br> <li> Implemented basic snapshot
test.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-fdeb5285fcbf55cdd5ddec32760427be44bc1dbd2b16461c011b877310c68eb3 ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>BroadcastChannel.js</strong><dd><code>Add mock
implementation for BroadcastChannel</code>
</dd></summary>
<hr>
examples/react_native/__mocks__/BroadcastChannel.js
<li>Added mock implementation for BroadcastChannel.<br> <li> Implemented
basic methods for testing.<br> <li> Integrated with Jest setup.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-f6cac1a6acd1ecf6fba918db7a3a5b6dd013e9f34de3365e87f48936a9f33916 ">+30/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>setup-jest.js</strong><dd><code>Add Jest setup file for
React Native</code>
</dd></summary>
<hr>
examples/react_native/setup-jest.js
<li>Added Jest setup file for React Native.<br> <li> Configured mocks
for AsyncStorage and DocumentPicker.<br> <li> Integrated
MockBroadcastChannel for testing.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-399a7e8ebafa633b7a4bb8ecd305506f3ca408a14b0656119edb2f92c3737058 ">+22/-0</a>
</td>
</tr>
</table></details></td></tr><tr><td><strong>Configuration changes
</strong></td><td><details><summary>10 files</summary><table>
<tr>
<td>
<details>
<summary><strong>metro.config.js</strong><dd><code>Add Metro
configuration for React Native</code>
</dd></summary>
<hr>
examples/react_native/metro.config.js
<li>Added Metro configuration for React Native.<br> <li> Configured
watch folders and resolver paths.<br> <li> Implemented middleware for
asset path correction.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-0321acc90135539c65928164f29f7ce016c888d40bfac454b121af72aee34cec ">+35/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>babel.config.js</strong><dd><code>Add Babel
configuration for React Native</code>
</dd></summary>
<hr>
templates/react-native/template/babel.config.js
<li>Added Babel configuration for React Native.<br> <li> Configured
presets and plugins for module resolution.<br> <li> Integrated React
Native Reanimated plugin.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-e042e60c4850d8b36bbb0eb615b8b0d2eba5823b1128e926ba9d85b14b5e2901 ">+29/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>babel.config.js</strong><dd><code>Add Babel
configuration for React Native</code>
</dd></summary>
<hr>
examples/react_native/babel.config.js
<li>Added Babel configuration for React Native.<br> <li> Configured
presets and plugins for module resolution.<br> <li> Integrated React
Native Reanimated plugin.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-a4fe0bc6ac91fe1f06503a9100373bc1f5a7c5eac68f4e178028401c6d159258 ">+29/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>metro.config.js</strong><dd><code>Add Metro
configuration for React Native</code>
</dd></summary>
<hr>
templates/react-native/template/metro.config.js
<li>Added Metro configuration for React Native.<br> <li> Configured
watch folders and resolver paths.<br> <li> Implemented middleware for
asset path correction.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-c393ddb7c2167f0e90d586a0b3aa88806ae03fcb4f881247c2359b57eec6d9c4 ">+18/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>.prettierrc.js</strong><dd><code>Add Prettier
configuration file</code>
</dd></summary>
<hr>
examples/react_native/.prettierrc.js
<li>Added Prettier configuration file.<br> <li> Configured formatting
rules for the project.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-9514a139d9ddb7311a20d5ab7f88bd534841399a331f00bc9fec42a8d5cd61dc ">+7/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>jest.config.js</strong><dd><code>Add Jest configuration
file for React Native</code>
</dd></summary>
<hr>
examples/react_native/jest.config.js
<li>Added Jest configuration file for React Native.<br> <li> Configured
preset and transform ignore patterns.<br> <li> Integrated setup file for
Jest.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-a25843f5dcdb837a7b20c7d402b75d322307c765d0742234c1b6eb57f73aca4c ">+7/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>react-native.config.js</strong><dd><code>Add React
Native configuration file</code>
</dd></summary>
<hr>
templates/react-native/template/react-native.config.js
<li>Added React Native configuration file.<br> <li> Configured
dependency settings for vector icons.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-6354847cf389c8910c93cc252657e572168b8dd1da7896f5b8bc91bf62bc5855 ">+9/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>react-native.config.js</strong><dd><code>Add React
Native configuration file</code>
</dd></summary>
<hr>
examples/react_native/react-native.config.js
<li>Added React Native configuration file.<br> <li> Configured
dependency settings for vector icons.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-57b3b53068e254bf1fd766ed3976ac63900055185ce6f34a0800cfdfc3e3e0e1 ">+9/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>template.config.js</strong><dd><code>Add template
configuration file for React Native</code>
</dd></summary>
<hr>
templates/react-native/template.config.js
<li>Added template configuration file for React Native.<br> <li>
Configured placeholder name and template directory.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-3562c7bd562eb0371e24568c19fa95e17d1807e0b461af0de913cd6ec501aa1c ">+4/-0</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>.eslintrc.js</strong><dd><code>Add ESLint configuration
file</code>
</dd></summary>
<hr>
examples/react_native/.eslintrc.js
<li>Added ESLint configuration file.<br> <li> Extended React Native
ESLint configuration.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2675/files#diff-edb7b6b05ca6776a5cd26fe3b027f9adbb8f99055b2b6a7707679abdf1df353e ">+4/-0</a>
</td>
</tr>
</table></details></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-06-25 14:12:25 +01:00
Hassan Ben Jobrane
9c9137f813
fix: quickstarts: next-js-server-components: disable autoRefreshToken when running nhost-js server side ( #2760 )
...
### **User description**
fixes https://github.com/nhost/nhost/issues/2742
___
### **PR Type**
Bug fix, Documentation
___
### **Description**
- Disabled `autoRefreshToken` in the server-side configuration of
`NhostClient` to fix an issue.
- Added a changeset to document the fix.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Bug fix
</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>nhost.ts</strong><dd><code>Disable autoRefreshToken in
server-side NhostClient configuration</code></dd></summary>
<hr>
examples/quickstarts/nextjs-server-components/src/utils/nhost.ts
<li>Disabled <code>autoRefreshToken</code> when running server side.<br>
<li> Added <code>autoRefreshToken: false</code> to
<code>NhostClient</code> configuration.<br>
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2760/files#diff-e13ecdf248c9041902e5e8a79555ccefc225eb7df3d717cc1b61ce0d5da092db ">+2/-1</a>
</td>
</tr>
</table></td></tr><tr><td><strong>Documentation
</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>real-pens-fly.md</strong><dd><code>Document changeset
for disabling autoRefreshToken</code>
</dd></summary>
<hr>
.changeset/real-pens-fly.md
- Added changeset documentation for disabling `autoRefreshToken`.
</details>
</td>
<td><a
href="https://github.com/nhost/nhost/pull/2760/files#diff-b16089ed98b473944ccee4a223d8b741963cf8d380d3a725646288e3bbf79263 ">+5/-0</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
2024-06-25 13:51:20 +01:00
Zephyr (David B.M.)
502abadbae
feat(dashboard): project health ( #2731 )
2024-06-20 17:24:19 +02:00
github-actions[bot]
b6b67773d1
chore: update versions ( #2756 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/google-translation@0.2.1
### Patch Changes
- 33ce955 : chore: update @google-cloud/translate dep to v8.3.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-18 15:40:14 +01:00
Hassan Ben Jobrane
33ce95536d
chore: fix vulnerabilities ( #2755 )
2024-06-18 14:41:58 +01:00
github-actions[bot]
11f9ed7507
chore: update versions ( #2739 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.17 .0
### Minor Changes
- 77fba27 : fix: postgres version validation when activating ai in ai
settings page
- ac6d1b6 : feat: use name instead of awsName
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05 11:07:59 +01:00
David Barroso
ac6d1b6e01
feat (dashboard): use name instead of awsName ( #2745 )
2024-06-05 10:55:42 +01:00
Zephyr (David B.M.)
77fba27d12
fix (dashboard): validate postgres version in ai service settings page ( #2735 )
2024-05-31 12:38:36 +02:00
github-actions[bot]
7163854767
chore: update versions ( #2724 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@7.1.2
### Patch Changes
- @nhost/nhost-js@3.1.5
## @nhost/react-apollo@12.0.2
### Patch Changes
- @nhost/apollo@7.1.2
- @nhost/react@3.5.2
## @nhost/react-urql@9.0.2
### Patch Changes
- @nhost/react@3.5.2
## @nhost/hasura-auth-js@2.5.2
### Patch Changes
- a03fb2c : fix: deep clone machine context to prevent mutations in
nested objects during initial session setup
## @nhost/nextjs@2.1.16
### Patch Changes
- @nhost/react@3.5.2
## @nhost/nhost-js@3.1.5
### Patch Changes
- Updated dependencies [a03fb2c ]
- @nhost/hasura-auth-js@2.5.2
## @nhost/react@3.5.2
### Patch Changes
- @nhost/nhost-js@3.1.5
## @nhost/vue@2.6.2
### Patch Changes
- @nhost/nhost-js@3.1.5
## @nhost/docs@2.13 .0
### Minor Changes
- 6fb0cc2 : fix: minor improvements to compute resources' docs
- 66bd450 : chore: various improvements
## @nhost/dashboard@1.16 .3
### Patch Changes
- 87a37cf : fix: remove unnecessary isPlatform check from verify button
disable logic on custom domains
- @nhost/react-apollo@12.0.2
- @nhost/nextjs@2.1.16
## @nhost-examples/cli@0.3.7
### Patch Changes
- @nhost/nhost-js@3.1.5
## @nhost-examples/codegen-react-apollo@0.4.7
### Patch Changes
- @nhost/react@3.5.2
- @nhost/react-apollo@12.0.2
## @nhost-examples/codegen-react-query@0.4.7
### Patch Changes
- @nhost/react@3.5.2
## @nhost-examples/codegen-react-urql@0.3.7
### Patch Changes
- @nhost/react@3.5.2
- @nhost/react-urql@9.0.2
## @nhost-examples/multi-tenant-one-to-many@2.2.7
### Patch Changes
- @nhost/nhost-js@3.1.5
## @nhost-examples/nextjs@0.3.7
### Patch Changes
- @nhost/react@3.5.2
- @nhost/react-apollo@12.0.2
- @nhost/nextjs@2.1.16
## @nhost-examples/node-storage@0.2.7
### Patch Changes
- @nhost/nhost-js@3.1.5
## @nhost-examples/nextjs-server-components@0.4.7
### Patch Changes
- @nhost/nhost-js@3.1.5
## @nhost-examples/react-apollo@0.8.7
### Patch Changes
- @nhost/react@3.5.2
- @nhost/react-apollo@12.0.2
## @nhost-examples/react-gqty@1.2.7
### Patch Changes
- @nhost/react@3.5.2
## @nhost-examples/vue-apollo@0.6.7
### Patch Changes
- @nhost/nhost-js@3.1.5
- @nhost/apollo@7.1.2
- @nhost/vue@2.6.2
## @nhost-examples/vue-quickstart@0.2.7
### Patch Changes
- @nhost/apollo@7.1.2
- @nhost/vue@2.6.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-31 10:25:11 +01:00
David Barroso
66bd4504d7
chore (docs): various improvements ( #2738 )
...
- Adds references to custom domains in social signin methods
- a short note to remind users to update the SDK instantiation when
using custom domains
- added a sample function to generate custom jwts
2024-05-31 11:22:11 +02:00
Hassan Ben Jobrane
a03fb2cf82
fix(hasura-auth-js): deep clone machine context to avoid mutating nested objects ( #2736 )
...
fixes https://github.com/nhost/nhost/issues/2732
2024-05-31 10:20:18 +01:00
Hassan Ben Jobrane
87a37cfc08
fix(dashboard): remove isPlatform check from verify button disable logic ( #2737 )
2024-05-31 09:54:55 +01:00
David Barroso
6fb0cc27aa
fix (docs): improvements to compute resources ( #2723 )
2024-05-23 16:19:36 +02:00
github-actions[bot]
2c33051f83
chore: update versions ( #2719 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@7.1.1
### Patch Changes
- @nhost/nhost-js@3.1.4
## @nhost/react-apollo@12.0.1
### Patch Changes
- @nhost/apollo@7.1.1
- @nhost/react@3.5.1
## @nhost/react-urql@9.0.1
### Patch Changes
- @nhost/react@3.5.1
## @nhost/hasura-auth-js@2.5.1
### Patch Changes
- f4f0353 : fix: improve environment/browser detection to support React
Native
- defffd8 : fix: resolve issue where `/token` endpoint is called with an
empty token during sign-in
## @nhost/nextjs@2.1.15
### Patch Changes
- @nhost/react@3.5.1
## @nhost/nhost-js@3.1.4
### Patch Changes
- Updated dependencies [f4f0353 ]
- Updated dependencies [defffd8 ]
- @nhost/hasura-auth-js@2.5.1
## @nhost/react@3.5.1
### Patch Changes
- @nhost/nhost-js@3.1.4
## @nhost/vue@2.6.1
### Patch Changes
- @nhost/nhost-js@3.1.4
## @nhost/dashboard@1.16 .2
### Patch Changes
- a9413af : fix: update `GetAllWorkspacesAndProjects` query polling to
use exponential backoff
- @nhost/react-apollo@12.0.1
- @nhost/nextjs@2.1.15
## @nhost-examples/cli@0.3.6
### Patch Changes
- @nhost/nhost-js@3.1.4
## @nhost-examples/codegen-react-apollo@0.4.6
### Patch Changes
- @nhost/react@3.5.1
- @nhost/react-apollo@12.0.1
## @nhost-examples/codegen-react-query@0.4.6
### Patch Changes
- @nhost/react@3.5.1
## @nhost-examples/codegen-react-urql@0.3.6
### Patch Changes
- @nhost/react@3.5.1
- @nhost/react-urql@9.0.1
## @nhost-examples/multi-tenant-one-to-many@2.2.6
### Patch Changes
- @nhost/nhost-js@3.1.4
## @nhost-examples/nextjs@0.3.6
### Patch Changes
- @nhost/react@3.5.1
- @nhost/react-apollo@12.0.1
- @nhost/nextjs@2.1.15
## @nhost-examples/node-storage@0.2.6
### Patch Changes
- @nhost/nhost-js@3.1.4
## @nhost-examples/nextjs-server-components@0.4.6
### Patch Changes
- @nhost/nhost-js@3.1.4
## @nhost-examples/react-apollo@0.8.6
### Patch Changes
- @nhost/react@3.5.1
- @nhost/react-apollo@12.0.1
## @nhost-examples/react-gqty@1.2.6
### Patch Changes
- @nhost/react@3.5.1
## @nhost-examples/vue-apollo@0.6.6
### Patch Changes
- @nhost/nhost-js@3.1.4
- @nhost/apollo@7.1.1
- @nhost/vue@2.6.1
## @nhost-examples/vue-quickstart@0.2.6
### Patch Changes
- @nhost/apollo@7.1.1
- @nhost/vue@2.6.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-21 15:23:32 +01:00
Hassan Ben Jobrane
a9413af6e0
fix: update GetAllWorkspacesAndProjects query polling to use exp backoff ( #2718 )
2024-05-21 13:44:38 +01:00
Hassan Ben Jobrane
f4f0353f2e
fix(hasura-auth-js): resolve social sign-in issue in React Native ( #2716 )
...
fix https://github.com/nhost/nhost/issues/2216
2024-05-20 19:13:13 +01:00
Hassan Ben Jobrane
defffd8bc4
fix: update internal-client to use payload.token instead of payload.token.data ( #2717 )
2024-05-20 19:05:21 +01:00
github-actions[bot]
614c20cbbf
chore: update versions ( #2712 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@7.1.0
### Minor Changes
- d0c9f4c : fix: replace `jose` with `jwt-decode` version 4.0.0
### Patch Changes
- @nhost/nhost-js@3.1.3
## @nhost/graphql-js@0.3.0
### Minor Changes
- d0c9f4c : fix: replace `jose` with `jwt-decode` version 4.0.0
## @nhost/hasura-auth-js@2.5.0
### Minor Changes
- d0c9f4c : fix: replace `jose` with `jwt-decode` version 4.0.0
## @nhost/react@3.5.0
### Minor Changes
- d0c9f4c : fix: replace `jose` with `jwt-decode` version 4.0.0
### Patch Changes
- @nhost/nhost-js@3.1.3
## @nhost/vue@2.6.0
### Minor Changes
- d0c9f4c : fix: replace `jose` with `jwt-decode` version 4.0.0
### Patch Changes
- @nhost/nhost-js@3.1.3
## @nhost/react-apollo@12.0.0
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/apollo@7.1.0
- @nhost/react@3.5.0
## @nhost/react-urql@9.0.0
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
## @nhost/nextjs@2.1.14
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
## @nhost/nhost-js@3.1.3
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/hasura-auth-js@2.5.0
- @nhost/graphql-js@0.3.0
## @nhost/dashboard@1.16 .1
### Patch Changes
- @nhost/react-apollo@12.0.0
- @nhost/nextjs@2.1.14
## @nhost-examples/cli@0.3.5
### Patch Changes
- @nhost/nhost-js@3.1.3
## @nhost-examples/codegen-react-apollo@0.4.5
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
- @nhost/react-apollo@12.0.0
## @nhost-examples/codegen-react-query@0.4.5
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
## @nhost-examples/codegen-react-urql@0.3.5
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
- @nhost/react-urql@9.0.0
## @nhost-examples/multi-tenant-one-to-many@2.2.5
### Patch Changes
- @nhost/nhost-js@3.1.3
## @nhost-examples/nextjs@0.3.5
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
- @nhost/react-apollo@12.0.0
- @nhost/nextjs@2.1.14
## @nhost-examples/node-storage@0.2.5
### Patch Changes
- @nhost/nhost-js@3.1.3
## @nhost-examples/nextjs-server-components@0.4.5
### Patch Changes
- @nhost/nhost-js@3.1.3
## @nhost-examples/react-apollo@0.8.5
### Patch Changes
- aef4a0a : fix: resolve e2e test issues
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
- @nhost/react-apollo@12.0.0
## @nhost-examples/react-gqty@1.2.5
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/react@3.5.0
## @nhost-examples/vue-apollo@0.6.5
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/apollo@7.1.0
- @nhost/vue@2.6.0
- @nhost/nhost-js@3.1.3
## @nhost-examples/vue-quickstart@0.2.5
### Patch Changes
- Updated dependencies [d0c9f4c ]
- @nhost/apollo@7.1.0
- @nhost/vue@2.6.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-15 19:24:01 +01:00
Hassan Ben Jobrane
aef4a0a4fc
fix: examples: react-apollo: address e2e test issues ( #2714 )
...
fixes https://github.com/nhost/nhost/issues/2711
2024-05-15 19:07:42 +01:00
Hassan Ben Jobrane
d0c9f4cd17
fix: replace jose with jwt-decode version 4.0.0 ( #2705 )
...
fixes https://github.com/nhost/nhost/issues/2603
2024-05-15 14:35:16 +01:00
github-actions[bot]
e2646cab55
chore: update versions ( #2709 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.16 .0
### Minor Changes
- c6d5c5c : feat: add toggle switch to enable/disable public access in
the database settings
## @nhost/docs@2.12 .0
### Minor Changes
- d5077c7 : feat: added docs about how to connect to postgres
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-15 09:36:54 +01:00
David Barroso
d5077c7ca4
feat (docs): added docs about how to connect to postgres ( #2708 )
2024-05-15 10:15:23 +02:00
Hassan Ben Jobrane
c6d5c5cc8c
feat: dashboard: add toggle switch to enable/disable database public access ( #2707 )
2024-05-15 09:12:06 +01:00
github-actions[bot]
f1d9b472d1
chore: update versions ( #2704 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@7.0.2
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
## @nhost/react-apollo@11.0.4
### Patch Changes
- @nhost/apollo@7.0.2
- @nhost/react@3.4.4
## @nhost/react-urql@8.0.4
### Patch Changes
- @nhost/react@3.4.4
## @nhost/nextjs@2.1.13
### Patch Changes
- @nhost/react@3.4.4
## @nhost/nhost-js@3.1.2
### Patch Changes
- 4c35171 : fix: update docstring to correctly reflect usage of
nhost.unsetRole method
- 3cea460 : chore: update docs links for nhost-js setRole and unsetRole
methods
## @nhost/react@3.4.4
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
## @nhost/vue@2.5.4
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
## @nhost/docs@2.11 .0
### Minor Changes
- c6dc7f4 : chore: docs: add Nhost client reference
## @nhost/dashboard@1.15 .2
### Patch Changes
- @nhost/react-apollo@11.0.4
- @nhost/nextjs@2.1.13
## @nhost-examples/cli@0.3.4
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
## @nhost-examples/codegen-react-apollo@0.4.4
### Patch Changes
- @nhost/react@3.4.4
- @nhost/react-apollo@11.0.4
## @nhost-examples/codegen-react-query@0.4.4
### Patch Changes
- @nhost/react@3.4.4
## @nhost-examples/codegen-react-urql@0.3.4
### Patch Changes
- @nhost/react@3.4.4
- @nhost/react-urql@8.0.4
## @nhost-examples/multi-tenant-one-to-many@2.2.4
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
## @nhost-examples/nextjs@0.3.4
### Patch Changes
- @nhost/react@3.4.4
- @nhost/react-apollo@11.0.4
- @nhost/nextjs@2.1.13
## @nhost-examples/node-storage@0.2.4
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
## @nhost-examples/nextjs-server-components@0.4.4
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
## @nhost-examples/react-apollo@0.8.4
### Patch Changes
- @nhost/react@3.4.4
- @nhost/react-apollo@11.0.4
## @nhost-examples/react-gqty@1.2.4
### Patch Changes
- @nhost/react@3.4.4
## @nhost-examples/vue-apollo@0.6.4
### Patch Changes
- Updated dependencies [4c35171 ]
- Updated dependencies [3cea460 ]
- @nhost/nhost-js@3.1.2
- @nhost/apollo@7.0.2
- @nhost/vue@2.5.4
## @nhost-examples/vue-quickstart@0.2.4
### Patch Changes
- @nhost/apollo@7.0.2
- @nhost/vue@2.5.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-14 13:56:40 +01:00
Nuno Pato
c6dc7f44df
chore: docs: add Nhost client reference ( #2698 )
2024-05-14 13:49:31 +01:00
Hassan Ben Jobrane
3cea460c36
chore: update docs links for nhost-js setRole and unsetRole methods ( #2706 )
2024-05-14 12:52:30 +01:00
Hassan Ben Jobrane
4c351714f5
fix(sdk): update docstring to accurately reflect usage of nhost.unsetRole method ( #2703 )
2024-05-14 10:54:41 +01:00
github-actions[bot]
3143d66a8e
chore: update versions ( #2701 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@7.0.1
### Patch Changes
- @nhost/nhost-js@3.1.1
## @nhost/react-apollo@11.0.3
### Patch Changes
- @nhost/apollo@7.0.1
- @nhost/react@3.4.3
## @nhost/react-urql@8.0.3
### Patch Changes
- @nhost/react@3.4.3
## @nhost/hasura-storage-js@2.5.1
### Patch Changes
- 8512a7f : fix: fix types StorageGetUrlParams and
StorageGetPresignedUrlParams to include missing StorageHeadersParam
## @nhost/nextjs@2.1.12
### Patch Changes
- @nhost/react@3.4.3
## @nhost/nhost-js@3.1.1
### Patch Changes
- Updated dependencies [8512a7f ]
- @nhost/hasura-storage-js@2.5.1
## @nhost/react@3.4.3
### Patch Changes
- @nhost/nhost-js@3.1.1
## @nhost/vue@2.5.3
### Patch Changes
- @nhost/nhost-js@3.1.1
## @nhost/dashboard@1.15 .1
### Patch Changes
- @nhost/react-apollo@11.0.3
- @nhost/nextjs@2.1.12
## @nhost-examples/cli@0.3.3
### Patch Changes
- @nhost/nhost-js@3.1.1
## @nhost-examples/codegen-react-apollo@0.4.3
### Patch Changes
- @nhost/react@3.4.3
- @nhost/react-apollo@11.0.3
## @nhost-examples/codegen-react-query@0.4.3
### Patch Changes
- @nhost/react@3.4.3
## @nhost-examples/codegen-react-urql@0.3.3
### Patch Changes
- @nhost/react@3.4.3
- @nhost/react-urql@8.0.3
## @nhost-examples/multi-tenant-one-to-many@2.2.3
### Patch Changes
- @nhost/nhost-js@3.1.1
## @nhost-examples/nextjs@0.3.3
### Patch Changes
- @nhost/react@3.4.3
- @nhost/react-apollo@11.0.3
- @nhost/nextjs@2.1.12
## @nhost-examples/node-storage@0.2.3
### Patch Changes
- @nhost/nhost-js@3.1.1
## @nhost-examples/nextjs-server-components@0.4.3
### Patch Changes
- @nhost/nhost-js@3.1.1
## @nhost-examples/react-apollo@0.8.3
### Patch Changes
- @nhost/react@3.4.3
- @nhost/react-apollo@11.0.3
## @nhost-examples/react-gqty@1.2.3
### Patch Changes
- @nhost/react@3.4.3
## @nhost-examples/vue-apollo@0.6.3
### Patch Changes
- @nhost/nhost-js@3.1.1
- @nhost/apollo@7.0.1
- @nhost/vue@2.5.3
## @nhost-examples/vue-quickstart@0.2.3
### Patch Changes
- @nhost/apollo@7.0.1
- @nhost/vue@2.5.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-13 21:58:21 +01:00
Hassan Ben Jobrane
8512a7f181
fix:(hasura-storage-js): add missing StorageHeadersParam to StorageGetUrlParams and StorageGetPresignedUrlParams ( #2700 )
2024-05-13 21:39:48 +01:00
github-actions[bot]
e503b8fe8b
chore: update versions ( #2691 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/graphql-js@0.2.0
### Minor Changes
- 304065a : feat: add `setHeaders` method enabling global configuration
of storage, graphql, and functions client headers, alongside added
support for passing specific headers with individual calls
## @nhost/hasura-storage-js@2.5.0
### Minor Changes
- 304065a : feat: add `setHeaders` method enabling global configuration
of storage, graphql, and functions client headers, alongside added
support for passing specific headers with individual calls
## @nhost/nhost-js@3.1.0
### Minor Changes
- 304065a : feat: add `setHeaders` method enabling global configuration
of storage, graphql, and functions client headers, alongside added
support for passing specific headers with individual calls
### Patch Changes
- Updated dependencies [68e0622 ]
- Updated dependencies [304065a ]
- @nhost/hasura-auth-js@2.4.2
- @nhost/hasura-storage-js@2.5.0
- @nhost/graphql-js@0.2.0
## @nhost/apollo@7.0.0
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
## @nhost/react-apollo@11.0.2
### Patch Changes
- @nhost/apollo@7.0.0
- @nhost/react@3.4.2
## @nhost/react-urql@8.0.2
### Patch Changes
- @nhost/react@3.4.2
## @nhost/hasura-auth-js@2.4.2
### Patch Changes
- 68e0622 : fix: resolved infinite loop occurring with requests to /token
when a user logs out in one tab while other tabs are open
## @nhost/nextjs@2.1.11
### Patch Changes
- @nhost/react@3.4.2
## @nhost/react@3.4.2
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
## @nhost/vue@2.5.2
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
## @nhost/dashboard@1.15 .0
### Minor Changes
- a7bde37 : feat: send metadata in the edit form
### Patch Changes
- 1bc615b : feat: improve error message handling in `ErrorToast`
component
- @nhost/react-apollo@11.0.2
- @nhost/nextjs@2.1.11
## @nhost/docs@2.10 .3
### Patch Changes
- a58c5cf : fix: broken link
## @nhost-examples/cli@0.3.2
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
## @nhost-examples/codegen-react-apollo@0.4.2
### Patch Changes
- @nhost/react@3.4.2
- @nhost/react-apollo@11.0.2
## @nhost-examples/codegen-react-query@0.4.2
### Patch Changes
- @nhost/react@3.4.2
## @nhost-examples/codegen-react-urql@0.3.2
### Patch Changes
- @nhost/react@3.4.2
- @nhost/react-urql@8.0.2
## @nhost-examples/multi-tenant-one-to-many@2.2.2
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
## @nhost-examples/nextjs@0.3.2
### Patch Changes
- @nhost/react@3.4.2
- @nhost/react-apollo@11.0.2
- @nhost/nextjs@2.1.11
## @nhost-examples/node-storage@0.2.2
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
## @nhost-examples/nextjs-server-components@0.4.2
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
## @nhost-examples/react-apollo@0.8.2
### Patch Changes
- @nhost/react@3.4.2
- @nhost/react-apollo@11.0.2
## @nhost-examples/react-gqty@1.2.2
### Patch Changes
- @nhost/react@3.4.2
## @nhost-examples/vue-apollo@0.6.2
### Patch Changes
- Updated dependencies [304065a ]
- @nhost/nhost-js@3.1.0
- @nhost/apollo@7.0.0
- @nhost/vue@2.5.2
## @nhost-examples/vue-quickstart@0.2.2
### Patch Changes
- @nhost/apollo@7.0.0
- @nhost/vue@2.5.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-13 13:52:42 +01:00
Hassan Ben Jobrane
304065ae22
feat: sdk: add setHeaders for setting global headers and make sure all client calls have a headers arg ( #2697 )
...
resolves https://github.com/nhost/nhost/issues/2696
2024-05-13 13:38:28 +01:00
Hassan Ben Jobrane
68e0622eb0
fix: broadcast signout event to all tabs ( #2686 )
...
fixes https://github.com/nhost/nhost/issues/2635
2024-05-09 11:20:39 +01:00
Hassan Ben Jobrane
70c6834636
chore: add e2e test project ( #2688 )
2024-05-08 12:52:11 +01:00
Johanna Blom
a7bde37bba
feat (dashboard): send metadata in the edit form ( #2689 )
...
resolves #2684
---------
Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com >
2024-05-08 13:36:03 +02:00
Hassan Ben Jobrane
1bc615beca
fix(dashboard): improve error toast message handling ( #2692 )
2024-05-08 12:35:21 +01:00
David Barroso
a58c5cfc96
fix (docs): broken link ( #2690 )
2024-05-08 12:42:58 +02:00
Daniel Olofsson
c61228e45d
Fixed typo in README.md ( #2687 )
2024-05-07 14:39:31 +02:00
github-actions[bot]
6cec04bd6f
chore: update versions ( #2680 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.14 .0
### Minor Changes
- a448d7d : feat: allow configuring postmark and delete SMTP settings
## @nhost/docs@2.10 .2
### Patch Changes
- 9480489 : fix: update docs performance info
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-25 13:13:32 +01:00
David Barroso
a448d7d182
feat (dashboard): allow configuring postmark and deleting SMTP settings ( #2678 )
...
Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com >
2024-04-25 12:58:47 +01:00
David Barroso
948048940e
fix (docs): update docs performance info ( #2679 )
...
Co-authored-by: Nuno Pato <nunopato@gmail.com >
2024-04-25 13:50:45 +02:00
github-actions[bot]
5e91221d5a
chore: update versions ( #2672 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.13 .3
### Patch Changes
- 5924bc3 : fix: include password in `GetSmtpSettings` query
- c5ad634 : fix: resolved an issue where one-click install links were
broken on Safari
- 7278991 : fix: update graphql auto-embeddings configuration to use
String type for model field
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-18 15:49:01 +01:00
Hassan Ben Jobrane
7278991a59
fix: dashboard: update graphql auto-embeddings configuration to use String type for model field ( #2674 )
2024-04-18 15:22:32 +01:00
Hassan Ben Jobrane
5924bc3248
fix: dashboard: include password in GetSmtpSettings query ( #2673 )
2024-04-18 15:14:02 +01:00
Hassan Ben Jobrane
c5ad634799
fix: dashboard: check for undefined router query on Safari when accessing base64config ( #2671 )
2024-04-18 10:04:18 +01:00
github-actions[bot]
426b93a19f
chore: update versions ( #2670 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.13 .2
### Patch Changes
- 026f84f : fix: use configuration server URL from environment variable
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-17 14:15:04 +01:00
Hassan Ben Jobrane
026f84f466
fix: dashboard: use config server url from env variable ( #2669 )
...
related to https://github.com/nhost/cli/issues/862
2024-04-17 14:02:11 +01:00
github-actions[bot]
384fac00b1
chore: update versions ( #2664 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.13 .1
### Patch Changes
- 7e9a2ce : fix: resolve issue where run services form fails to open
## @nhost/docs@2.10 .1
### Patch Changes
- 9525fd7 : fix: update AI docs for 0.5.0
- 076fd4a : fix: update permissions page to indicate we use jsonpath
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-16 10:53:36 +01:00
Hassan Ben Jobrane
7e9a2ce136
fix: dashboard: fix isPlatform check when opening run services form ( #2666 )
2024-04-16 10:38:28 +01:00
David Barroso
076fd4a7c0
fix (docs): update permissions page to indicate we use jsonpath ( #2663 )
2024-04-15 14:50:21 +02:00
David Barroso
9525fd74b3
fix (docs): update AI docs for 0.5.0 ( #2662 )
2024-04-15 14:33:59 +02:00
github-actions[bot]
8a2bc98214
chore: update versions ( #2648 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.13 .0
### Minor Changes
- dd5d262 : feat: add model field to the auto-embeddings form
- 09962be : feat: enable settings and run services when running the
dashboard locally
- 9cdecb6 : feat: enable users to update their email address from the
account settings page
## @nhost/docs@2.10 .0
### Minor Changes
- 87ae23b : feat: added "advanced graphql" documentation
### Patch Changes
- b2be364 : feat: added postmark native integration
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-15 13:12:24 +01:00
Hassan Ben Jobrane
dd5d262062
feat: dashboard: add model field to auto-embeddings form ( #2661 )
...
fixes https://github.com/nhost/nhost/issues/2660
2024-04-15 12:51:57 +01:00
Hassan Ben Jobrane
09962bef37
feat: dashboard: enable local settings ( #2647 )
...
fixes https://github.com/nhost/projects/issues/66
2024-04-15 12:49:20 +01:00
Hassan Ben Jobrane
9cdecb6b23
feat: dashboard: add email field to account settings ( #2612 )
...
fixes https://github.com/nhost/nhost/issues/2561
2024-04-11 10:47:03 +01:00
David Barroso
e7eb90318e
fix: observability: amend export of graphql dashboard ( #2655 )
2024-04-11 11:44:56 +02:00
Hassan Ben Jobrane
f67f22d321
chore: update @google-cloud/translate to 8.2.0 ( #2654 )
2024-04-11 10:00:13 +01:00
David Barroso
87ae23ba05
feat (docs/observability): added docs and observability dashboard for "advanced graphql" ( #2653 )
...
Co-authored-by: Nuno Pato <nunopato@gmail.com >
2024-04-11 10:22:54 +02:00
David Barroso
b2be3642aa
feat (docs): added postmark native integration ( #2636 )
2024-04-09 09:36:48 +02:00
github-actions[bot]
1230081ce6
chore: update versions ( #2640 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.12 .2
### Patch Changes
- c195c51 : fix: send email upon signin for unverified users
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-05 12:48:55 +01:00
Hassan Ben Jobrane
c195c517de
fix: send email upon signin for unverified users ( #2639 )
2024-04-05 11:48:14 +01:00
github-actions[bot]
6f419be2c1
chore: update versions ( #2634 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@6.2.1
### Patch Changes
- @nhost/nhost-js@3.0.11
## @nhost/react-apollo@11.0.1
### Patch Changes
- @nhost/apollo@6.2.1
- @nhost/react@3.4.1
## @nhost/react-urql@8.0.1
### Patch Changes
- @nhost/react@3.4.1
## @nhost/hasura-auth-js@2.4.1
### Patch Changes
- bcd889b : fix: change expiresAt format to RFC3339 in createPATPromise
## @nhost/nextjs@2.1.10
### Patch Changes
- @nhost/react@3.4.1
## @nhost/nhost-js@3.0.11
### Patch Changes
- Updated dependencies [bcd889b ]
- @nhost/hasura-auth-js@2.4.1
## @nhost/react@3.4.1
### Patch Changes
- @nhost/nhost-js@3.0.11
## @nhost/vue@2.5.1
### Patch Changes
- @nhost/nhost-js@3.0.11
## @nhost/docs@2.9.0
### Minor Changes
- 3c31657 : chore: update docs with provider connect
### Patch Changes
- 992939c : feat: added social connect docs
## @nhost/dashboard@1.12 .1
### Patch Changes
- 93ebdf8 : fix: use service urls when initilizaing NhostClient running
local dashboard
- @nhost/react-apollo@11.0.1
- @nhost/nextjs@2.1.10
## @nhost-examples/cli@0.3.1
### Patch Changes
- @nhost/nhost-js@3.0.11
## @nhost-examples/codegen-react-apollo@0.4.1
### Patch Changes
- @nhost/react@3.4.1
- @nhost/react-apollo@11.0.1
## @nhost-examples/codegen-react-query@0.4.1
### Patch Changes
- @nhost/react@3.4.1
## @nhost-examples/codegen-react-urql@0.3.1
### Patch Changes
- @nhost/react@3.4.1
- @nhost/react-urql@8.0.1
## @nhost-examples/multi-tenant-one-to-many@2.2.1
### Patch Changes
- @nhost/nhost-js@3.0.11
## @nhost-examples/nextjs@0.3.1
### Patch Changes
- @nhost/react@3.4.1
- @nhost/react-apollo@11.0.1
- @nhost/nextjs@2.1.10
## @nhost-examples/node-storage@0.2.1
### Patch Changes
- @nhost/nhost-js@3.0.11
## @nhost-examples/nextjs-server-components@0.4.1
### Patch Changes
- @nhost/nhost-js@3.0.11
## @nhost-examples/react-apollo@0.8.1
### Patch Changes
- @nhost/react@3.4.1
- @nhost/react-apollo@11.0.1
## @nhost-examples/react-gqty@1.2.1
### Patch Changes
- @nhost/react@3.4.1
## @nhost-examples/vue-apollo@0.6.1
### Patch Changes
- @nhost/nhost-js@3.0.11
- @nhost/apollo@6.2.1
- @nhost/vue@2.5.1
## @nhost-examples/vue-quickstart@0.2.1
### Patch Changes
- @nhost/apollo@6.2.1
- @nhost/vue@2.5.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-04 10:49:02 +01:00
Hassan Ben Jobrane
93ebdf844f
fix: dashboard: use service urls when running locally with the cli ( #2622 )
2024-04-04 10:28:38 +01:00
Hassan Ben Jobrane
bcd889b53a
fix: hasura-auth-js: use RFC3339 format for expiresAt when creating a PAT ( #2637 )
2024-04-03 21:40:02 +01:00
David Barroso
992939cdcd
feat (docs): added social connect docs ( #2633 )
...
Co-authored-by: Nuno Pato <nunopato@gmail.com >
2024-04-03 16:37:07 +02:00
Nuno Pato
3c31657c50
chore: update docs with provider connect ( #2632 )
...
Co-authored-by: David Barroso <dbarrosop@dravetech.com >
2024-04-03 14:27:49 +00:00
github-actions[bot]
a654d536e0
chore: update versions ( #2618 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@6.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost/google-translation@0.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
## @nhost/react-apollo@11.0.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/apollo@6.2.0
- @nhost/react@3.4.0
## @nhost/react-urql@8.0.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/react@3.4.0
## @nhost/stripe-graphql-js@1.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
## @nhost/react@3.4.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost/vue@2.5.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost/nextjs@2.1.9
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/react@3.4.0
## @nhost/dashboard@1.12 .0
### Minor Changes
- f242e4b : feat: add connect with github to the user's account settings
- 768ca17 : chore: update dependencies
- d62bd0f : fix: "Track this" option within the SQL editor now correctly
updates the metadata
- 91c2bb6 : feat: refactor sign-in and sign-up pages to enforce email
verification
### Patch Changes
- 943831f : fix: resolve an error toast issue when unpausing a project
- Updated dependencies [768ca17 ]
- @nhost/react-apollo@11.0.0
- @nhost/nextjs@2.1.9
## @nhost/docs@2.8.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- 9f2bf9e : chore: added hasura's authHook settings
## @nhost-examples/cli@0.3.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/codegen-react-apollo@0.4.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/react-apollo@11.0.0
- @nhost/react@3.4.0
## @nhost-examples/codegen-react-query@0.4.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/react@3.4.0
## @nhost-examples/codegen-react-urql@0.3.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/react-urql@8.0.0
- @nhost/react@3.4.0
## @nhost-examples/docker-compose@0.4.0
### Minor Changes
- 768ca17 : chore: update dependencies
## @nhost-examples/multi-tenant-one-to-many@2.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/nextjs@0.3.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/react-apollo@11.0.0
- @nhost/react@3.4.0
- @nhost/nextjs@2.1.9
## @nhost-examples/node-storage@0.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/nextjs-server-components@0.4.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/sveltekit@0.4.0
### Minor Changes
- 768ca17 : chore: update dependencies
## @nhost-examples/react-apollo@0.8.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- 863b37d : chore: bump hasura-auth
- Updated dependencies [768ca17 ]
- @nhost/react-apollo@11.0.0
- @nhost/react@3.4.0
## @nhost-examples/react-gqty@1.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/react@3.4.0
## @nhost-examples/serverless-functions@0.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/stripe-graphql-js@1.2.0
## @nhost-examples/vue-apollo@0.6.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/apollo@6.2.0
- @nhost/vue@2.5.0
- @nhost/nhost-js@3.0.10
## @nhost-examples/vue-quickstart@0.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
### Patch Changes
- Updated dependencies [768ca17 ]
- @nhost/apollo@6.2.0
- @nhost/vue@2.5.0
## @nhost/docgen@0.3.0
### Minor Changes
- 768ca17 : chore: update dependencies
## @nhost/sync-versions@0.2.0
### Minor Changes
- 768ca17 : chore: update dependencies
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com >
2024-04-03 13:29:25 +01:00
Hassan Ben Jobrane
91c2bb6f53
feat: dashboard: restrict signup/signin to verified emails only ( #2610 )
...
resolves https://github.com/nhost/nhost/issues/2585
2024-04-03 12:52:47 +01:00
David Barroso
9f2bf9ec2b
chore (docs): added hasura's authHook settings ( #2630 )
2024-04-03 09:01:28 +02:00
Nuno Pato
d62bd0fc9a
fix: dashboard: SQL editor "track this" ( #2626 )
...
fixes https://github.com/nhost/nhost/issues/2625
---------
Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com >
2024-04-02 16:50:26 +00:00
github-actions[bot]
768ca17494
[Scheduled] Update dependencies ( #2627 )
...
Dependencies updated
Note - If you see this PR and the checks haven't run, close and reopen
the PR. See
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
---------
Co-authored-by: dbarrosop <dbarrosop@users.noreply.github.com >
Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com >
2024-04-02 16:44:24 +01:00
Hassan Ben Jobrane
943831fe2e
fix: await unpauseApplication promise ( #2621 )
...
fixes https://github.com/nhost/nhost/issues/2620
2024-03-26 09:29:10 +01:00
Hassan Ben Jobrane
f242e4b92f
feat: connect with github ( #2616 )
...
fixes https://github.com/nhost/nhost/issues/2581
2024-03-25 13:22:15 +01:00
David Barroso
863b37d313
chore (examples/apollo): bump hasura-auth ( #2617 )
2024-03-23 12:07:22 +01:00
github-actions[bot]
c8a8d4fca3
chore: update versions ( #2609 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/hasura-auth-js@2.4.0
### Minor Changes
- 311374e : fix: ensure that the user remains signed in even after being
redirected with an error following an attempt to connect with a social
provider
### Patch Changes
- 1623e9b : chore: update `@simplewebauthn/browser` to `9.0.1`
## @nhost/vue@2.4.0
### Minor Changes
- 311374e : feat: add `connect` param to `useProviderLink` hook
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost/apollo@6.1.2
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost/react-apollo@10.0.2
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
- @nhost/apollo@6.1.2
## @nhost/react-urql@7.0.2
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
## @nhost/nextjs@2.1.8
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
## @nhost/nhost-js@3.0.10
### Patch Changes
- Updated dependencies [1623e9b ]
- Updated dependencies [311374e ]
- @nhost/hasura-auth-js@2.4.0
## @nhost/react@3.3.2
### Patch Changes
- 311374e : feat: add `connect` param to `useProviderLink` hook
- @nhost/nhost-js@3.0.10
## @nhost-examples/docker-compose@0.3.0
### Minor Changes
- e40a452 : chore: clarification on greyed-out options in the dashboard
when self-hosting
## @nhost-examples/react-apollo@0.7.0
### Minor Changes
- 311374e : feat: add example of how to connect a social auth provider to
an existing account
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
- @nhost/react-apollo@10.0.2
## @nhost-examples/vue-apollo@0.5.0
### Minor Changes
- 311374e : feat: add example of how to connect a social auth provider to
an existing account
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/vue@2.4.0
- @nhost/nhost-js@3.0.10
- @nhost/apollo@6.1.2
## @nhost/dashboard@1.11 .2
### Patch Changes
- @nhost/react-apollo@10.0.2
- @nhost/nextjs@2.1.8
## @nhost/docs@2.7.2
### Patch Changes
- 5c47e8e : feat: added hasura's stringifyNumericTypes setting
## @nhost-examples/cli@0.2.2
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/codegen-react-apollo@0.3.1
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
- @nhost/react-apollo@10.0.2
## @nhost-examples/codegen-react-query@0.3.1
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
## @nhost-examples/codegen-react-urql@0.2.1
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
- @nhost/react-urql@7.0.2
## @nhost-examples/multi-tenant-one-to-many@2.1.2
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/nextjs@0.2.2
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
- @nhost/react-apollo@10.0.2
- @nhost/nextjs@2.1.8
## @nhost-examples/node-storage@0.1.2
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/nextjs-server-components@0.3.2
### Patch Changes
- @nhost/nhost-js@3.0.10
## @nhost-examples/react-gqty@1.1.2
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/react@3.3.2
## @nhost-examples/vue-quickstart@0.1.2
### Patch Changes
- Updated dependencies [311374e ]
- @nhost/vue@2.4.0
- @nhost/apollo@6.1.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-21 17:54:02 +01:00
Hassan Ben Jobrane
311374e3fb
feat: react-apollo: add example of how to connect github to an existing account ( #2615 )
...
fixes https://github.com/nhost/nhost/issues/2582
2024-03-21 17:38:54 +01:00
Seth Deegan
e40a4529b4
chore (examples/docker-compose): clarification on greyed-out options in the dashboard when self-hosting ( #2564 )
2024-03-18 11:03:10 +01:00
Hassan Ben Jobrane
1623e9bd20
chore: hasura-auth-js: upgrade @simplewebauthn/browser to 9.0.1 ( #2611 )
...
fixes https://github.com/nhost/nhost/issues/2597
2024-03-13 17:25:29 +01:00
David Barroso
5c47e8e675
feat (docs): added hasura's stringifyNumericTypes setting ( #2608 )
2024-03-12 11:29:53 +01:00
github-actions[bot]
9f9f1c64f4
chore: update versions ( #2605 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/dashboard@1.11 .1
### Patch Changes
- 981404f : fix: set default value for healthCheck field validation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-11 11:02:17 +01:00
Hassan Ben Jobrane
981404f0b9
fix(dashboard): set default value for healthCheck field validation ( #2604 )
2024-03-11 10:45:33 +01:00
github-actions[bot]
4ad27e9d72
chore: update versions ( #2599 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost/apollo@6.1.1
### Patch Changes
- @nhost/nhost-js@3.0.9
## @nhost/react-apollo@10.0.1
### Patch Changes
- @nhost/apollo@6.1.1
- @nhost/react@3.3.1
## @nhost/react-urql@7.0.1
### Patch Changes
- @nhost/react@3.3.1
## @nhost/stripe-graphql-js@1.1.1
### Patch Changes
- 7789469 : chore: address linter errors and remove unnecessary imports
## @nhost/graphql-js@0.1.9
### Patch Changes
- 7789469 : fix: resolve process is undefined error when running with
vitejs
## @nhost/nextjs@2.1.7
### Patch Changes
- @nhost/react@3.3.1
## @nhost/nhost-js@3.0.9
### Patch Changes
- Updated dependencies [7789469 ]
- @nhost/graphql-js@0.1.9
## @nhost/react@3.3.1
### Patch Changes
- @nhost/nhost-js@3.0.9
## @nhost/vue@2.3.1
### Patch Changes
- @nhost/nhost-js@3.0.9
## @nhost/dashboard@1.11 .0
### Minor Changes
- 7789469 : chore: upgrade dependency `@graphql-codegen/cli` to `5.0.2`
to address vulnerability
- 6c11b75 : feat: add update user displayName section in account settings
### Patch Changes
- @nhost/react-apollo@10.0.1
- @nhost/nextjs@2.1.7
## @nhost-examples/codegen-react-apollo@0.3.0
### Minor Changes
- 7789469 : chore: upgrade dependency `@graphql-codegen/cli` to `5.0.2`
to address vulnerability
### Patch Changes
- @nhost/react@3.3.1
- @nhost/react-apollo@10.0.1
## @nhost-examples/codegen-react-query@0.3.0
### Minor Changes
- 7789469 : chore: upgrade dependency `@graphql-codegen/cli` to `5.0.2`
to address vulnerability
### Patch Changes
- @nhost/react@3.3.1
## @nhost-examples/codegen-react-urql@0.2.0
### Minor Changes
- 7789469 : chore: upgrade dependency `@graphql-codegen/cli` to `5.0.2`
to address vulnerability
### Patch Changes
- @nhost/react@3.3.1
- @nhost/react-urql@7.0.1
## @nhost-examples/react-apollo@0.6.0
### Minor Changes
- 7789469 : chore: upgrade dependency `@graphql-codegen/cli` to `5.0.2`
to address vulnerability
### Patch Changes
- @nhost/react@3.3.1
- @nhost/react-apollo@10.0.1
## @nhost-examples/cli@0.2.1
### Patch Changes
- @nhost/nhost-js@3.0.9
## @nhost-examples/multi-tenant-one-to-many@2.1.1
### Patch Changes
- @nhost/nhost-js@3.0.9
## @nhost-examples/nextjs@0.2.1
### Patch Changes
- @nhost/react@3.3.1
- @nhost/react-apollo@10.0.1
- @nhost/nextjs@2.1.7
## @nhost-examples/node-storage@0.1.1
### Patch Changes
- @nhost/nhost-js@3.0.9
## @nhost-examples/nextjs-server-components@0.3.1
### Patch Changes
- @nhost/nhost-js@3.0.9
## @nhost-examples/react-gqty@1.1.1
### Patch Changes
- @nhost/react@3.3.1
## @nhost-examples/serverless-functions@0.1.1
### Patch Changes
- Updated dependencies [7789469 ]
- @nhost/stripe-graphql-js@1.1.1
## @nhost-examples/vue-apollo@0.4.1
### Patch Changes
- 7789469 : chore: address linter errors and remove unnecessary imports
- @nhost/nhost-js@3.0.9
- @nhost/apollo@6.1.1
- @nhost/vue@2.3.1
## @nhost-examples/vue-quickstart@0.1.1
### Patch Changes
- @nhost/apollo@6.1.1
- @nhost/vue@2.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-08 15:51:16 +01:00
Hassan Ben Jobrane
778946998a
fix: graphql-js: resolve process is undefined error when running with vitejs ( #2601 )
...
fixes https://github.com/nhost/nhost/issues/2600
2024-03-08 15:23:13 +01:00
Hassan Ben Jobrane
6c11b75807
feat: dashboard: add update user displayName section in account settings ( #2598 )
...
fixes https://github.com/nhost/nhost/issues/1489
2024-03-07 17:23:35 +01:00
github-actions[bot]
2dc031d16c
chore: update versions ( #2592 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @nhost-examples/react-apollo@0.5.0
### Minor Changes
- 08a7dd9 : feat: add example workaround to the reset password ticket
expired issue
### Patch Changes
- f0a994a : fix: update allowedUrls and redirectTo to point to the
profile page
## @nhost-examples/vue-apollo@0.4.0
### Minor Changes
- 08a7dd9 : feat: add example workaround to the reset password ticket
expired issue
### Patch Changes
- f0a994a : fix: update allowedUrls and redirectTo to point to the
profile page
## @nhost/docs@2.7.1
### Patch Changes
- 6cb2b63 : feat: added nhost run env documentation
- 40bd3e4 : fix: fixed wrong links in documentation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-06 16:56:26 +01:00
Nicolas Bourdin
40bd3e4572
doc(link): fix wrong links in documentation ( #2596 )
...
Co-authored-by: Nicolas Bourdin <nicolas@epeak.co >
Co-authored-by: David Barroso <dbarrosop@dravetech.com >
2024-03-06 14:50:32 +01:00
David Barroso
6cb2b6331a
feat (docs): added nhost run env documentation ( #2594 )
2024-03-06 14:13:02 +01:00
Hassan Ben Jobrane
08a7dd9894
feat(examples): add reset password ticket expired workarounds in the examples ( #2590 )
...
fixes https://github.com/nhost/nhost/issues/2314
2024-03-05 15:48:46 +01:00
Hassan Ben Jobrane
f0a994a26e
fix(examples): update allowedUrls and redirectTo to point to /profile ( #2591 )
2024-03-05 14:17:01 +01:00