Skip to content

Commit

Permalink
chore: New version generated v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2023
1 parent 8a27caf commit a63e92d
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 341 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.5.0](https://github.com/jucian0/createform/compare/v3.4.0...v3.5.0) (2023-05-23)



# [3.4.0](https://github.com/jucian0/createform/compare/v3.3.29...v3.4.0) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/docs",
"version": "3.4.0",
"version": "3.5.0",
"description": "Createform docs",
"scripts": {
"dev": "next dev",
Expand Down
19 changes: 19 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.5.0](https://github.com/jucian0/createform/compare/v3.4.0...v3.5.0) (2023-05-23)


### Bug Fixes

* **nativeform:** updating form validations ([0ea8970](https://github.com/jucian0/createform/commit/0ea8970bcecfd377b090d16d6e2cc4b9c2ec10e6))
* update imports ([b3f2d35](https://github.com/jucian0/createform/commit/b3f2d3534fdccc0ba3137481c7c73e03eda9d634))


### Features

* **nativeform:** add getValues, and setFieldValue, and improve some codes performance ([5cfacc7](https://github.com/jucian0/createform/commit/5cfacc7ccc1a302f3c719a2b2cab9ea1ef8e92a1))
* **nativeform:** adding radio, and color type ([83c93dd](https://github.com/jucian0/createform/commit/83c93dde4c4be7e517e8a71a60f2f252d559d57b))
* **nativeform:** move from component to hook function to deal with native form, and elements ([d357f36](https://github.com/jucian0/createform/commit/d357f367ee4802147671b350c28e56d3c57098ca))
* **nativeform:** uodate setFieldValue, and validations ([f37c426](https://github.com/jucian0/createform/commit/f37c4267c06e92eabb921ac2f6f365b9f14fdbfb))
* **react:** adding useform hook ([0994e4e](https://github.com/jucian0/createform/commit/0994e4e86d1678112893cdda663acad0d99f7098))



# [3.4.0](https://github.com/jucian0/createform/compare/v3.3.29...v3.4.0) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/examples",
"version": "3.4.0",
"version": "3.5.0",
"description": "Examples of Createform",
"author": "Jucian0 <juciano@outlook.com.br>",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.5.0](https://github.com/jucian0/createform/compare/v3.4.0...v3.5.0) (2023-05-23)



# [3.4.0](https://github.com/jucian0/createform/compare/v3.3.29...v3.4.0) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-createform",
"version": "3.4.0",
"version": "3.5.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
168 changes: 1 addition & 167 deletions packages/object-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,170 +1,4 @@
## [3.3.29](https://github.com/jucian0/createform/compare/v3.3.28...v3.3.29) (2023-05-02)



## [3.3.28](https://github.com/jucian0/createform/compare/v3.3.27...v3.3.28) (2023-05-01)



## [3.3.27](https://github.com/jucian0/createform/compare/v3.3.26...v3.3.27) (2023-05-01)



## [3.3.26](https://github.com/jucian0/createform/compare/v3.3.25...v3.3.26) (2023-05-01)


### Bug Fixes

* **createform:** update createform types, add type safe for field value type ([848c7e6](https://github.com/jucian0/createform/commit/848c7e6d0d6a34a19e764bcc766e6576edca0dcb))



## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


### Bug Fixes

* **createform:** fix register params types ([a4dd3d4](https://github.com/jucian0/createform/commit/a4dd3d4cfb304328a3f94b61d90ffd5d01aa0077))
* **types:** adding typed field name for register, setField error ,value,touched functions ([6e8d923](https://github.com/jucian0/createform/commit/6e8d9239ad25388bf36ea258922e461c82096553))
* **types:** adding typed field name for register, setField error ,value,touched functions ([e62fe4f](https://github.com/jucian0/createform/commit/e62fe4f402aa38c21161c4a452a796aa2111b95e))



## [3.3.24](https://github.com/jucian0/createform/compare/v3.3.23...v3.3.24) (2023-04-22)


### Bug Fixes

* fix reset function for checkbox fields ([3d9cd44](https://github.com/jucian0/createform/commit/3d9cd44cc317ae3cb514d99172102b9b041a95f7))



## [3.3.23](https://github.com/jucian0/createform/compare/v3.3.22...v3.3.23) (2023-04-21)



## [3.3.22](https://github.com/jucian0/createform/compare/v3.3.21...v3.3.22) (2023-04-21)



## [3.3.21](https://github.com/jucian0/createform/compare/v3.3.20...v3.3.21) (2023-04-21)



## [3.3.20](https://github.com/jucian0/createform/compare/v3.3.19...v3.3.20) (2023-04-21)


### Bug Fixes

* **createform:** fix onSubmit validation error for onChange forms ([c951324](https://github.com/jucian0/createform/commit/c9513249a4bf1faa10a5e9b73395e5d7dc7bd12e))



## [3.3.19](https://github.com/jucian0/createform/compare/v3.3.18...v3.3.19) (2023-04-20)


### Bug Fixes

* **createform:** fix a bug in setFieldValue ([52ec24f](https://github.com/jucian0/createform/commit/52ec24f55a0a6e10757e686a06af8fdf13a598d2))
* **createform:** fix onsubmit mode validation ([fb391d8](https://github.com/jucian0/createform/commit/fb391d8533cc63203e8cf87559679026934a1bfd))
* **createform:** fix validation on onSubmit mode ([743dc5f](https://github.com/jucian0/createform/commit/743dc5f2e5fabdc94da7a2644b88e25d78737eb8))



## [3.3.18](https://github.com/jucian0/createform/compare/v3.3.17...v3.3.18) (2023-04-12)



## [3.3.17](https://github.com/jucian0/createform/compare/v3.3.16...v3.3.17) (2023-04-11)



## [3.3.16](https://github.com/jucian0/createform/compare/v3.3.15...v3.3.16) (2023-04-11)



## [3.3.15](https://github.com/jucian0/createform/compare/v3.3.14...v3.3.15) (2023-04-11)



## [3.3.14](https://github.com/jucian0/createform/compare/v3.3.13...v3.3.14) (2023-04-11)



## [3.3.13](https://github.com/jucian0/createform/compare/v3.3.12...v3.3.13) (2023-04-10)



## [3.3.12](https://github.com/jucian0/createform/compare/v3.3.11...v3.3.12) (2023-04-10)



## [3.3.11](https://github.com/jucian0/createform/compare/v3.3.10...v3.3.11) (2023-04-10)



## [3.3.10](https://github.com/jucian0/createform/compare/v3.3.9...v3.3.10) (2023-04-09)



## [3.3.9](https://github.com/jucian0/createform/compare/v3.3.8...v3.3.9) (2023-04-07)



## [3.3.8](https://github.com/jucian0/createform/compare/v3.3.7...v3.3.8) (2023-03-31)



## [3.3.7](https://github.com/jucian0/createform/compare/v3.3.6...v3.3.7) (2023-03-31)


### Bug Fixes

* **createform:** fixing undefined value displying in the input ([29ec68e](https://github.com/jucian0/createform/commit/29ec68e311330bef17355dff83c94d73de53aef6))
* **createform:** merge ([f562a07](https://github.com/jucian0/createform/commit/f562a077bb7e568522869d3e2908ad6ce6989ad3))
* **createform:** update yup version, and fix Validate to work with yup v1 ([d0873dd](https://github.com/jucian0/createform/commit/d0873ddf257b0c28329240c2c9a46262999a8aa0))



## [3.3.6](https://github.com/jucian0/createform/compare/v3.3.5...v3.3.6) (2023-03-29)


### Bug Fixes

* fix tsconfig publish config ([80681c1](https://github.com/jucian0/createform/commit/80681c14d3e01a5554402db511ed7a96e99dbeb5))
* **workspace:** fix tests, and docs configs ([db983df](https://github.com/jucian0/createform/commit/db983df54e87c0d788ee3336e3b64b999d1e785c))



## [3.3.3](https://github.com/jucian0/createform/compare/v3.3.2...v3.3.3) (2023-02-10)


### Bug Fixes

* **createform:** fix server side useSyncExternalStore ([9b403f6](https://github.com/jucian0/createform/commit/9b403f622994c494ef336f0c92d4b468f031edd8))



## [3.3.1](https://github.com/jucian0/createform/compare/v3.3.0...v3.3.1) (2023-01-31)


### Bug Fixes

* **react:** update jsdoc ([fcc2105](https://github.com/jucian0/createform/commit/fcc2105d73d55d5b026eb4db84fb70f1066b7161))



# [3.3.0](https://github.com/jucian0/createform/compare/v3.2.6...v3.3.0) (2023-01-31)


### Bug Fixes

* **react:** update jsdoc to turn the code more understandable ([7746507](https://github.com/jucian0/createform/commit/77465072a502d6248a3ea6d8a800b442aa64b59b))


### Features

* **workspace:** move useform to createform ([e80afbb](https://github.com/jucian0/createform/commit/e80afbb09757a0d4c6109b50e5f418b3743a4d48))
# [3.5.0](https://github.com/jucian0/createform/compare/v3.4.0...v3.5.0) (2023-05-23)



2 changes: 1 addition & 1 deletion packages/object-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/object-utils",
"version": "3.3.29",
"version": "3.5.0",
"description": "Immutable object utilities.",
"keywords": [
"react",
Expand Down
21 changes: 21 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [3.5.0](https://github.com/jucian0/createform/compare/v3.4.0...v3.5.0) (2023-05-23)


### Bug Fixes

* **nativeform:** fix import ([5ddf50c](https://github.com/jucian0/createform/commit/5ddf50c2f5e3441d9136bd29ca2f93759c75f3f4))
* **nativeform:** updating form validations ([0ea8970](https://github.com/jucian0/createform/commit/0ea8970bcecfd377b090d16d6e2cc4b9c2ec10e6))
* **useform:** update setFieldsError, and setFieldsValue types ([29e7b69](https://github.com/jucian0/createform/commit/29e7b69ebc73221caa802679bfc8c73798e003b9))


### Features

* **nativeform:** add getValues, and setFieldValue, and improve some codes performance ([5cfacc7](https://github.com/jucian0/createform/commit/5cfacc7ccc1a302f3c719a2b2cab9ea1ef8e92a1))
* **nativeform:** adding radio, and color type ([83c93dd](https://github.com/jucian0/createform/commit/83c93dde4c4be7e517e8a71a60f2f252d559d57b))
* **nativeform:** adding validation for nativeforms ([62a78eb](https://github.com/jucian0/createform/commit/62a78eb54fd424ce2cd522af087e9ac080bcefae))
* **nativeform:** move from component to hook function to deal with native form, and elements ([d357f36](https://github.com/jucian0/createform/commit/d357f367ee4802147671b350c28e56d3c57098ca))
* **nativeform:** uodate setFieldValue, and validations ([f37c426](https://github.com/jucian0/createform/commit/f37c4267c06e92eabb921ac2f6f365b9f14fdbfb))
* **react:** adding useform hook ([0994e4e](https://github.com/jucian0/createform/commit/0994e4e86d1678112893cdda663acad0d99f7098))



# [3.4.0](https://github.com/jucian0/createform/compare/v3.3.29...v3.4.0) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/react",
"version": "3.4.0",
"version": "3.5.0",
"description": "The ReactJS form library.",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.5.0](https://github.com/jucian0/createform/compare/v3.4.0...v3.5.0) (2023-05-23)



# [3.4.0](https://github.com/jucian0/createform/compare/v3.3.29...v3.4.0) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/tsconfig",
"version": "3.4.0",
"version": "3.5.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a63e92d

Please sign in to comment.