Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add Zod support and fix vulnarabilities #40

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: ""
labels: bug
assignees: ysfaran

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: ""
labels: enhancement
assignees: ysfaran

---

**Is your feature request related to a problem? Please describe.**
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
}
65 changes: 23 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,134 +1,115 @@
## [1.6.0](https://github.com/ysfaran/react-fluent-form/compare/v1.5.4...v1.6.0) (2021-11-07)


### Features

* **typings:** update yup types ([7efb239](https://github.com/ysfaran/react-fluent-form/commit/7efb239c3fe490d074b58672cdadd34f75d18eed))

- **typings:** update yup types ([7efb239](https://github.com/ysfaran/react-fluent-form/commit/7efb239c3fe490d074b58672cdadd34f75d18eed))

### Bug Fixes

* **config:** fix vulnerabilities ([4dbe084](https://github.com/ysfaran/react-fluent-form/commit/4dbe084fa848e876a6ec373d2bdebd524dbeec23))
- **config:** fix vulnerabilities ([4dbe084](https://github.com/ysfaran/react-fluent-form/commit/4dbe084fa848e876a6ec373d2bdebd524dbeec23))

### [1.5.4](https://github.com/ysfaran/react-fluent-form/compare/v1.5.3...v1.5.4) (2020-12-08)


### Bug Fixes

* **config:** add react and react-dom version ^17.0.1 to peerDependencies ([e18cfec](https://github.com/ysfaran/react-fluent-form/commit/e18cfecacecb838f4c1dcf327e9aabc4ef4e4629))

- **config:** add react and react-dom version ^17.0.1 to peerDependencies ([e18cfec](https://github.com/ysfaran/react-fluent-form/commit/e18cfecacecb838f4c1dcf327e9aabc4ef4e4629))

### Documentation

* add code of conduct ([ae40123](https://github.com/ysfaran/react-fluent-form/commit/ae401237bddbe47742b1791f890b19c96004aa35))
* unify heading sizes in changelog ([a3a7ae5](https://github.com/ysfaran/react-fluent-form/commit/a3a7ae54ce57a72da2567f705b8249d4b29c8813))
- add code of conduct ([ae40123](https://github.com/ysfaran/react-fluent-form/commit/ae401237bddbe47742b1791f890b19c96004aa35))
- unify heading sizes in changelog ([a3a7ae5](https://github.com/ysfaran/react-fluent-form/commit/a3a7ae54ce57a72da2567f705b8249d4b29c8813))

### [1.5.3](https://github.com/ysfaran/react-fluent-form/compare/v1.5.2...v1.5.3) (2020-05-15)


### Documentation

* **readme:** use pretty production url for docs ([9ac3b48](https://github.com/ysfaran/react-fluent-form/commit/9ac3b48806eec3037a9083158a862f972ea14894))
- **readme:** use pretty production url for docs ([9ac3b48](https://github.com/ysfaran/react-fluent-form/commit/9ac3b48806eec3037a9083158a862f972ea14894))

### [1.5.2](https://github.com/ysfaran/react-fluent-form/compare/v1.5.1...v1.5.2) (2020-05-15)


### Documentation

* **readme:** use temporary docs url ([b5ecf61](https://github.com/ysfaran/react-fluent-form/commit/b5ecf61e3ee7bd970d2da43ebe45309aaf2e2796))
- **readme:** use temporary docs url ([b5ecf61](https://github.com/ysfaran/react-fluent-form/commit/b5ecf61e3ee7bd970d2da43ebe45309aaf2e2796))

### [1.5.1](https://github.com/ysfaran/react-fluent-form/compare/v1.5.0...v1.5.1) (2020-04-24)


### Documentation

* **readme:** move docs to external site ([b843b2d](https://github.com/ysfaran/react-fluent-form/commit/b843b2d7b667e18c6332b8b4daee92c9cac262b7))
- **readme:** move docs to external site ([b843b2d](https://github.com/ysfaran/react-fluent-form/commit/b843b2d7b667e18c6332b8b4daee92c9cac262b7))

## [1.5.0](https://github.com/ysfaran/react-fluent-form/compare/v1.4.1...v1.5.0) (2020-03-31)


### Features

* **form:** add possibility to trigger validation for one or all fields ([d5aa498](https://github.com/ysfaran/react-fluent-form/commit/d5aa498ebef19592a07742ef841ca941b6b37f8b))
- **form:** add possibility to trigger validation for one or all fields ([d5aa498](https://github.com/ysfaran/react-fluent-form/commit/d5aa498ebef19592a07742ef841ca941b6b37f8b))

### [1.4.1](https://github.com/ysfaran/react-fluent-form/compare/v1.4.0...v1.4.1) (2020-03-31)


### Documentation

* **readme:** add link to introductional blog post ([abd79b9](https://github.com/ysfaran/react-fluent-form/commit/abd79b985b2cd3d47959dd6fe53742878c4811a6))
* **readme:** improve readme ([2977a02](https://github.com/ysfaran/react-fluent-form/commit/2977a020c4092e0016c7a5265235e71ddb21aa9c))
* rename CONTRIBUTE.md to CONTRIBUTING.md ([30e2ce4](https://github.com/ysfaran/react-fluent-form/commit/30e2ce423f9c2905d4a0888b7725fcbe8902744c))
- **readme:** add link to introductional blog post ([abd79b9](https://github.com/ysfaran/react-fluent-form/commit/abd79b985b2cd3d47959dd6fe53742878c4811a6))
- **readme:** improve readme ([2977a02](https://github.com/ysfaran/react-fluent-form/commit/2977a020c4092e0016c7a5265235e71ddb21aa9c))
- rename CONTRIBUTE.md to CONTRIBUTING.md ([30e2ce4](https://github.com/ysfaran/react-fluent-form/commit/30e2ce423f9c2905d4a0888b7725fcbe8902744c))

## [1.4.0](https://github.com/ysfaran/react-fluent-form/compare/v1.3.0...v1.4.0) (2020-03-25)


### Features

* **fields:** add option to rename mapped raw properties ([d8df8a7](https://github.com/ysfaran/react-fluent-form/commit/d8df8a7aebbb1e5981e021687445988e0ad315bd))
- **fields:** add option to rename mapped raw properties ([d8df8a7](https://github.com/ysfaran/react-fluent-form/commit/d8df8a7aebbb1e5981e021687445988e0ad315bd))

## [1.3.0](https://github.com/ysfaran/react-fluent-form/compare/v1.2.5...v1.3.0) (2020-03-23)


### Features

* **form-array:** add possibility to set initial values and reset ([7915941](https://github.com/ysfaran/react-fluent-form/commit/7915941b397b6b10e7cc2ca0b510379d526f85a6))
- **form-array:** add possibility to set initial values and reset ([7915941](https://github.com/ysfaran/react-fluent-form/commit/7915941b397b6b10e7cc2ca0b510379d526f85a6))

### [1.2.5](https://github.com/ysfaran/react-fluent-form/compare/v1.2.4...v1.2.5) (2020-03-19)


### Documentation

* **readme:** add documentation for form arrays ([56105c7](https://github.com/ysfaran/react-fluent-form/commit/56105c7813737111ab1de39038a655fec4c08a20))
* **readme:** fix wrong example for radio field ([63744d8](https://github.com/ysfaran/react-fluent-form/commit/63744d8b14d4a143a6191f6f3c28ebbab6b3dccf))
- **readme:** add documentation for form arrays ([56105c7](https://github.com/ysfaran/react-fluent-form/commit/56105c7813737111ab1de39038a655fec4c08a20))
- **readme:** fix wrong example for radio field ([63744d8](https://github.com/ysfaran/react-fluent-form/commit/63744d8b14d4a143a6191f6f3c28ebbab6b3dccf))

### [1.2.4](https://github.com/ysfaran/react-fluent-form/compare/v1.2.3...v1.2.4) (2020-03-17)


### Bug Fixes

* **form-config:** change context type from `any` to `object` ([6cd7f87](https://github.com/ysfaran/react-fluent-form/commit/6cd7f876433223162216c4b845a2e963db43fdec))
- **form-config:** change context type from `any` to `object` ([6cd7f87](https://github.com/ysfaran/react-fluent-form/commit/6cd7f876433223162216c4b845a2e963db43fdec))

### [1.2.3](https://github.com/ysfaran/react-fluent-form/compare/v1.2.2...v1.2.3) (2020-03-17)


### Bug Fixes

* **config:** remove vulnerabilities ([1e49f3f](https://github.com/ysfaran/react-fluent-form/commit/1e49f3f238f5d312ae426a8e3431a058fe1cad8c))
- **config:** remove vulnerabilities ([1e49f3f](https://github.com/ysfaran/react-fluent-form/commit/1e49f3f238f5d312ae426a8e3431a058fe1cad8c))

### [1.2.2](https://github.com/ysfaran/react-fluent-form/compare/v1.2.1...v1.2.2) (2020-03-16)


### Bug Fixes

* **hooks:** add form items after initial array ([4c83a07](https://github.com/ysfaran/react-fluent-form/commit/4c83a07e817a0fae2164c29df938c1fe2755d7d2))
- **hooks:** add form items after initial array ([4c83a07](https://github.com/ysfaran/react-fluent-form/commit/4c83a07e817a0fae2164c29df938c1fe2755d7d2))

### [1.2.1](https://github.com/ysfaran/react-fluent-form/compare/v1.2.0...v1.2.1) (2020-03-13)

## [1.2.0](https://github.com/ysfaran/react-fluent-form/compare/v1.1.0...v1.2.0) (2020-03-13)


### Features

* **hooks:** add support for form arrays ([94bb300](https://github.com/ysfaran/react-fluent-form/commit/94bb30063f41071974905ee9cd22c7b724f3af02)), closes [#11](https://github.com/ysfaran/react-fluent-form/issues/11)
- **hooks:** add support for form arrays ([94bb300](https://github.com/ysfaran/react-fluent-form/commit/94bb30063f41071974905ee9cd22c7b724f3af02)), closes [#11](https://github.com/ysfaran/react-fluent-form/issues/11)

## [1.1.0](https://github.com/ysfaran/react-fluent-form/compare/v1.0.1...v1.1.0) (2020-03-02)


### Features

* **typings:** adapt errors object to have all fields of values type ([69ad577](https://github.com/ysfaran/react-fluent-form/commit/69ad5773826af4af14f77542bef1e46b17105ca9))
- **typings:** adapt errors object to have all fields of values type ([69ad577](https://github.com/ysfaran/react-fluent-form/commit/69ad5773826af4af14f77542bef1e46b17105ca9))

### [1.0.1](https://github.com/ysfaran/react-fluent-form/compare/v1.0.0...v1.0.1) (2020-02-13)


### Bug Fixes

* remove all external dependencies ([a179ac7](https://github.com/ysfaran/react-fluent-form/commit/a179ac7aed7578a446f1788f246e49a02ce43999))
- remove all external dependencies ([a179ac7](https://github.com/ysfaran/react-fluent-form/commit/a179ac7aed7578a446f1788f246e49a02ce43999))

## 1.0.0 (2020-02-12)


### Features

* inital project ([755a279](https://github.com/ysfaran/react-fluent-form/commit/755a279102304fce4951e50fe7ce07010a39060a))
- inital project ([755a279](https://github.com/ysfaran/react-fluent-form/commit/755a279102304fce4951e50fe7ce07010a39060a))
26 changes: 13 additions & 13 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Expand Down
Loading