Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed May 19, 2024
2 parents 00ef520 + 3e374dc commit 0502687
Show file tree
Hide file tree
Showing 54 changed files with 2,928 additions and 2,920 deletions.
13 changes: 9 additions & 4 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ description: This is a composite GitHub Action that sets up pnpm, node and insta
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3

- name: Setup Node version to 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
shell: bash

- name: Install Dependencies
run: pnpm install --frozen-lockfile
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/lock-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
- uses: dessant/lock-threads@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: 60
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [7.51.0] - 2024-3-2

### Added

- added 'validateFields' to formState

```tsx
const { formState: { validateFields } } = useForm();
```

## [7.49.0] - 2023-12-10

### Added
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href="https://react-hook-form.com/docs">API</a> |
<a href="https://react-hook-form.com/form-builder">Form Builder</a> |
<a href="https://react-hook-form.com/faqs">FAQs</a> |
<a href="https://github.com/bluebill1049/react-hook-form/tree/master/examples">Examples</a>
<a href="https://github.com/react-hook-form/react-hook-form/tree/master/examples">Examples</a>
</p>

### Features
Expand Down Expand Up @@ -58,17 +58,16 @@ function App() {
}
```

<a href="https://ui.dev/bytes/?r=bill">
<img src="https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/ads-1.jpeg" />
</a>

### Sponsors

Thanks go to these kind and lovely sponsors!

<a target="_blank" href='https://toss.im'>
<img width="94" src="https://images.opencollective.com/toss/3ed69b3/logo/256.png" />
</a>
<a target="_blank" href='https://principal.com/about-us'>
<img width="94" src="https://images.opencollective.com/principal/431e690/logo/256.png?height=256" />
</a>
<a target="_blank" href="https://graphcms.com">
<img width="94" src="https://avatars.githubusercontent.com/u/31031438" />
</a>
Expand Down
Loading

0 comments on commit 0502687

Please sign in to comment.