forked from jaredpalmer/formik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
133 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'formik': patch | ||
--- | ||
|
||
Prevent calling getSelectedValues when the element has not options |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 46 additions & 43 deletions
89
.github/ISSUE_TEMPLATE/Bug_report.md → .github/ISSUE_TEMPLATE/1.Bug-report.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,46 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a report to help make Formik better | ||
--- | ||
|
||
## 🐛 Bug report | ||
|
||
### Current Behavior | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
### Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
### Reproducible example | ||
|
||
<!-- Use one of the Codesandbox templates: --> | ||
|
||
<!-- Formik template: https://codesandbox.io/s/91q6rxmmrp --> | ||
|
||
<!-- withFormik template: https://codesandbox.io/s/437wy20rx4 --> | ||
|
||
### Suggested solution(s) | ||
|
||
<!-- How could we solve this bug? What changes would need to made to Formik? --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context about the problem here. --> | ||
|
||
### Your environment | ||
|
||
<!-- PLEASE FILL THIS OUT --> | ||
|
||
| Software | Version(s) | | ||
| ---------------- | ---------- | | ||
| Formik | | ||
| React | | ||
| TypeScript | | ||
| Browser | | ||
| npm/Yarn | | ||
| Operating System | | ||
--- | ||
name: Bug report | ||
about: Create a bug report for Formik / examples | ||
title: '' | ||
labels: 'Type: Bug' | ||
assignees: '' | ||
--- | ||
|
||
## Bug report | ||
|
||
### Current Behavior | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
### Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
### Reproducible example | ||
|
||
<!-- Use one of the Codesandbox templates: --> | ||
|
||
<!-- Formik template: https://codesandbox.io/s/91q6rxmmrp --> | ||
|
||
<!-- withFormik template: https://codesandbox.io/s/437wy20rx4 --> | ||
|
||
### Suggested solution(s) | ||
|
||
<!-- How could we solve this bug? What changes would need to made to Formik? --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context about the problem here. --> | ||
|
||
### Your environment | ||
|
||
<!-- PLEASE FILL THIS OUT --> | ||
|
||
| Software | Version(s) | | ||
| ---------------- | ---------- | | ||
| Formik | | ||
| React | | ||
| TypeScript | | ||
| Browser | | ||
| npm/Yarn | | ||
| Operating System | |
67 changes: 35 additions & 32 deletions
67
.github/ISSUE_TEMPLATE/Feature_request.md → .github/ISSUE_TEMPLATE/2.Feature-request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,35 @@ | ||
--- | ||
name: "\U0001F680Feature request" | ||
about: Suggest an idea for Formik | ||
--- | ||
|
||
## 🚀 Feature request | ||
|
||
### Current Behavior | ||
|
||
<!-- A clear and concise description of what is the current behavior / use. --> | ||
|
||
### Desired Behavior | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Suggested Solution | ||
|
||
<!-- Suggest a solution that the community/maintainers/you may take to enable the desired behavior --> | ||
|
||
<!-- NOTE: Feature Requests without suggested solutions may not be addressed or treated with the same level of urgency as those that have suggested solutions. --> | ||
|
||
### Who does this impact? Who is this for? | ||
|
||
<!-- Who is this for? All users? TypeScript users? Beginners? Advanced? Yourself? People using X, Y, X, etc.? --> | ||
|
||
### Describe alternatives you've considered | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context or links about the feature request here. --> | ||
--- | ||
name: Feature request | ||
about: Request a new feature for Formik | ||
title: '' | ||
labels: 'Type: Feature Request' | ||
assignees: '' | ||
--- | ||
|
||
## Feature request | ||
|
||
### Current Behavior | ||
|
||
<!-- A clear and concise description of what is the current behavior / use. --> | ||
|
||
### Desired Behavior | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Suggested Solution | ||
|
||
<!-- Suggest a solution that the community/maintainers/you may take to enable the desired behavior --> | ||
|
||
<!-- NOTE: Feature Requests without suggested solutions may not be addressed or treated with the same level of urgency as those that have suggested solutions. --> | ||
|
||
### Who does this impact? Who is this for? | ||
|
||
<!-- Who is this for? All users? TypeScript users? Beginners? Advanced? Yourself? People using X, Y, X, etc.? --> | ||
|
||
### Describe alternatives you've considered | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context or links about the feature request here. --> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a question | ||
url: https://github.com/formium/formik/discussions | ||
about: Ask questions and discuss with other community members | ||
- name: Join the Discord server | ||
url: https://discord.gg/pJSg287 | ||
about: Chat with other community members in real-time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# formik-native | ||
|
||
## 2.1.14 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`d4314a1`](https://github.com/formium/formik/commit/d4314a14cac4bfb0b2c2f1e5cf07a4fc3fb2d2d8)]: | ||
- [email protected] | ||
|
||
## 2.1.13 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "formik-native", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"license": "Apache-2.0", | ||
"author": "Jared Palmer <[email protected]>", | ||
"repository": "formium/formik", | ||
|
@@ -31,7 +31,7 @@ | |
"react": ">=16.8.0" | ||
}, | ||
"dependencies": { | ||
"formik": "2.2.5" | ||
"formik": "2.2.6" | ||
}, | ||
"devDependencies": { | ||
"@react-native-community/eslint-config": "^0.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.