diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dc149926..a53d501b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/docs/package.json b/docs/package.json index 48723c55..24e20c6e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@createform/docs", - "version": "3.4.0", + "version": "3.5.0", "description": "Createform docs", "scripts": { "dev": "next dev", diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index 8884021e..9aee09a2 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -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) diff --git a/examples/package.json b/examples/package.json index 63bf096f..2299cdca 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@createform/examples", - "version": "3.4.0", + "version": "3.5.0", "description": "Examples of Createform", "author": "Jucian0 ", "repository": { diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index e647ff4e..044e0bf1 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -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) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d0d2cb30..11ef8fe5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-createform", - "version": "3.4.0", + "version": "3.5.0", "main": "index.js", "license": "MIT", "dependencies": { diff --git a/packages/object-utils/CHANGELOG.md b/packages/object-utils/CHANGELOG.md index c1fa1922..9cf20454 100644 --- a/packages/object-utils/CHANGELOG.md +++ b/packages/object-utils/CHANGELOG.md @@ -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) diff --git a/packages/object-utils/package.json b/packages/object-utils/package.json index 22451748..986ea553 100644 --- a/packages/object-utils/package.json +++ b/packages/object-utils/package.json @@ -1,6 +1,6 @@ { "name": "@createform/object-utils", - "version": "3.3.29", + "version": "3.5.0", "description": "Immutable object utilities.", "keywords": [ "react", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d51c08d8..0c26b71a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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) diff --git a/packages/react/package.json b/packages/react/package.json index ade6fcd8..e2229c8d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@createform/react", - "version": "3.4.0", + "version": "3.5.0", "description": "The ReactJS form library.", "keywords": [ "react", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 5e265bcd..4d568b02 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -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) diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 949109c2..da6c078f 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@createform/tsconfig", - "version": "3.4.0", + "version": "3.5.0", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/validation/CHANGELOG.md b/packages/validation/CHANGELOG.md index c1fa1922..9cf20454 100644 --- a/packages/validation/CHANGELOG.md +++ b/packages/validation/CHANGELOG.md @@ -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) diff --git a/packages/validation/package.json b/packages/validation/package.json index c92701f8..76ab9338 100644 --- a/packages/validation/package.json +++ b/packages/validation/package.json @@ -1,6 +1,6 @@ { "name": "@createform/validation", - "version": "3.3.29", + "version": "3.5.0", "description": "The ReactJS form library.", "keywords": [ "react",