From feb3a74464148dc132724704f6c74517063edaf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:50:22 +0100 Subject: [PATCH] chore(main): release 2.2.0 (#224) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 244 ++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 4 files changed, 248 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3dbf..a5d1cf28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8549e092..1260d91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -699,6 +699,250 @@ * countryQuestion testing ([73237ecd](https://github.com/onebeyond/react-form-builder/commit/73237ecd9739680a15fc0ea860d3f88606b0570e)) * **wip:** fixing tests ([b4305806](https://github.com/onebeyond/react-form-builder/commit/b4305806da274a97ac1dc291048862cbd83d6cf7)) +## [2.2.0](https://github.com/onebeyond/react-form-builder/compare/v2.1.0...v2.2.0) (2024-03-21) + + +### 🆕 Features + +* add array conditions to dependent question in multiple_checkboxes ([#126](https://github.com/onebeyond/react-form-builder/issues/126)) ([ae84e7f](https://github.com/onebeyond/react-form-builder/commit/ae84e7ffd64085f3371d7c113aa0e489091dc05f)) +* add commitLint and Husky ([8253496](https://github.com/onebeyond/react-form-builder/commit/825349656cfc2049bbf9c8dcc7c78e1e564a7084)) +* add dependant questions logic to radio buttons ([e81e81b](https://github.com/onebeyond/react-form-builder/commit/e81e81b2dee69e884ae9344af9f0092e0792263f)) +* add devtools when in DEV mode ([2373031](https://github.com/onebeyond/react-form-builder/commit/23730319bebf7bb9862099b01d5c913dc21906cd)) +* add international option to Phone ([84aef3e](https://github.com/onebeyond/react-form-builder/commit/84aef3e22114aefd9f934b2192c64ec753118ca2)) +* add option to prepend the flag to the country name ([72b4413](https://github.com/onebeyond/react-form-builder/commit/72b4413d844d923f1cb003008d9bfb14a26cf9d8)) +* add react markdown to radio label ([#111](https://github.com/onebeyond/react-form-builder/issues/111)) ([d205009](https://github.com/onebeyond/react-form-builder/commit/d205009a53850554065d94c93bc89136f00de279)) +* added pr template and codeowners file ([ee82413](https://github.com/onebeyond/react-form-builder/commit/ee824138872e2226e5a1293545492794394ed45e)) +* added pre-commit job ([34d43e8](https://github.com/onebeyond/react-form-builder/commit/34d43e867c32f8e1aa1d7fed20bc12f275783416)) +* builder parent div updated ([ba4fbdd](https://github.com/onebeyond/react-form-builder/commit/ba4fbdd3cd5a52ae25148bf9446c348dc5b946b8)) +* **builder:** add dependent question to multicheckboxes ([#116](https://github.com/onebeyond/react-form-builder/issues/116)) ([1d4e366](https://github.com/onebeyond/react-form-builder/commit/1d4e3667aedba6b67ca4baa86531a9d82d3c1277)) +* edit labels by question ([0c3aaa4](https://github.com/onebeyond/react-form-builder/commit/0c3aaa4a1a5f99d879746814f1c7bcf226193c5c)) +* github action to publish on npm ([af134b7](https://github.com/onebeyond/react-form-builder/commit/af134b73fcc0aea335e7451ee1b92dbc6c43919b)) +* github action to publish on npm ([#98](https://github.com/onebeyond/react-form-builder/issues/98)) ([e57372b](https://github.com/onebeyond/react-form-builder/commit/e57372b071d0321592f176b5214a2e5b0e2ebfe8)) +* making new and removing old tooltip component ([73a1450](https://github.com/onebeyond/react-form-builder/commit/73a1450f18c57e1b435c46f06ae4d54c1425067a)) +* **mobile:** add default country value ([#124](https://github.com/onebeyond/react-form-builder/issues/124)) ([37843c6](https://github.com/onebeyond/react-form-builder/commit/37843c67aa22acf4bebde75b012ae6f5c03a867c)) +* **multiplecheckbox:** add disable others option ([#112](https://github.com/onebeyond/react-form-builder/issues/112)) ([d0c18c8](https://github.com/onebeyond/react-form-builder/commit/d0c18c8835e8a84b23ab921dc8b9bc15e9f20a6d)) +* new country question ([246aa4a](https://github.com/onebeyond/react-form-builder/commit/246aa4ab61704d7699edd6df1ba0298331593625)) +* new sorted arrays by country name ([877b5ad](https://github.com/onebeyond/react-form-builder/commit/877b5ad359cb9a024c9b56974b4785400877d0f6)) +* **node:** update version ([c772b5d](https://github.com/onebeyond/react-form-builder/commit/c772b5deec4a18a1322519e220f41fa5a556ba87)) +* **phone:** add ltr attribute ([#122](https://github.com/onebeyond/react-form-builder/issues/122)) ([95ee699](https://github.com/onebeyond/react-form-builder/commit/95ee6994a690c5eaabb089bcbd1a1b856b6475b2)) +* precommit script added ([b85f7ca](https://github.com/onebeyond/react-form-builder/commit/b85f7ca28b9763a7bd3741a724cef96e48b32479)) +* precommit script added ([91e6f2e](https://github.com/onebeyond/react-form-builder/commit/91e6f2e96362710a9c948c5b526e54421373250b)) +* props added ([5c1bfe2](https://github.com/onebeyond/react-form-builder/commit/5c1bfe25a2ec2c3f04b5301f09dffe550beefb37)) +* **questions:** add image input question type ([#161](https://github.com/onebeyond/react-form-builder/issues/161)) ([343c57a](https://github.com/onebeyond/react-form-builder/commit/343c57abc41782a8f32bdfd649c366b187ab0a7c)) +* radio test edit ([521f6dc](https://github.com/onebeyond/react-form-builder/commit/521f6dce38e1fc7a1e691f6e0da701dd8d6ab5b5)) +* refactor container condiciontalQuestion ([67501bc](https://github.com/onebeyond/react-form-builder/commit/67501bc608a7999e34df52301b8567a6893ff262)) +* **regions:** change gb, ie, fr and se regions data ([#121](https://github.com/onebeyond/react-form-builder/issues/121)) ([62fec42](https://github.com/onebeyond/react-form-builder/commit/62fec42702d70da838f6f3b9db24b770940bef48)) +* remove support for node < 16 ([bb40b3a](https://github.com/onebeyond/react-form-builder/commit/bb40b3afae81b887a7d190ddd6ec39c20fe4bdf8)) +* **text-area:** add word count type ([#130](https://github.com/onebeyond/react-form-builder/issues/130)) ([5306f5b](https://github.com/onebeyond/react-form-builder/commit/5306f5b2ccb4025e3e07c0f5536b50f9ff23917f)) +* textarea question implemented ([46e0f1e](https://github.com/onebeyond/react-form-builder/commit/46e0f1e1d777eb6f0a4ab23f1a8caba4002a1b81)) +* upgrade to node v20 ([7b79369](https://github.com/onebeyond/react-form-builder/commit/7b79369c51f3a716b846c576dc7bbf372e01c01c)) +* **wip:** new country question with countries enriched data ([77293f8](https://github.com/onebeyond/react-form-builder/commit/77293f88f6244d6fb50c63fced4a9cd24665253c)) + + +### 🐛 Bug Fixes + +* add component name in github release tag ([#223](https://github.com/onebeyond/react-form-builder/issues/223)) ([cb98e49](https://github.com/onebeyond/react-form-builder/commit/cb98e4925781eb2ed2604e96151ec5bb6fdff143)) +* adding countries left asked by ... ([dfc8a2c](https://github.com/onebeyond/react-form-builder/commit/dfc8a2cf163be60a47391ec11db54e378bb6a0b0)) +* allowed-endpoints for scorecard ([6e68663](https://github.com/onebeyond/react-form-builder/commit/6e6866361fa05fa4f843d414cd6ad901f8ab43bd)) +* allowed-endpoints for test reporter ([b85ebe4](https://github.com/onebeyond/react-form-builder/commit/b85ebe490f3cc470925ed343fa2a504c0271383a)) +* avoid overriding default onChange behavior to allow showing dependentQuestions ([0886ae8](https://github.com/onebeyond/react-form-builder/commit/0886ae8cd10f3fb8de8b74ddc5375808721f3de8)) +* date picker test ([#113](https://github.com/onebeyond/react-form-builder/issues/113)) ([c1875f8](https://github.com/onebeyond/react-form-builder/commit/c1875f860f2dca7bd026619e511b990e6b4c4aee)) +* **dateField:** remove ? ([3f3603e](https://github.com/onebeyond/react-form-builder/commit/3f3603e53806c8585a61bdb2aa43c84ce806278b)) +* **dateQuestion:** select date order ([#117](https://github.com/onebeyond/react-form-builder/issues/117)) ([91fa555](https://github.com/onebeyond/react-form-builder/commit/91fa555ac33d754bb1d71e203e8e7c1fe8b5ceac)) +* disable submit button when form is being submitted ([8686d87](https://github.com/onebeyond/react-form-builder/commit/8686d875751d0a87259aadf199e2616fb0e67d9b)) +* **error-handling:** add error class to all Select based questions ([#172](https://github.com/onebeyond/react-form-builder/issues/172)) ([196ccbb](https://github.com/onebeyond/react-form-builder/commit/196ccbb029b07b555db63e2210cee63a523c24c8)) +* **error-message:** use errorStyles prop instead of overwrite sx ([#142](https://github.com/onebeyond/react-form-builder/issues/142)) ([a69d150](https://github.com/onebeyond/react-form-builder/commit/a69d1509f2031abb15229ebcbb4069f61bcabb81)) +* **eslint:** sx problem ([#134](https://github.com/onebeyond/react-form-builder/issues/134)) ([1958e67](https://github.com/onebeyond/react-form-builder/commit/1958e67ca62d4b8ab3e17504fe9feb78e68e1e95)) +* fix vulnerabilities with auit fix ([dc182b5](https://github.com/onebeyond/react-form-builder/commit/dc182b54b84ebebe07bb15e43acb0740c02e05a9)) +* **form:** new ? typo ([a4ae823](https://github.com/onebeyond/react-form-builder/commit/a4ae823df595a3925cb783e537777078ab42767b)) +* **form:** remove ? typo ([#125](https://github.com/onebeyond/react-form-builder/issues/125)) ([4d6a22f](https://github.com/onebeyond/react-form-builder/commit/4d6a22f45dfcc66b48e75c96a34fca62c903f910)) +* get back egress-policy block for harden runner ([e623043](https://github.com/onebeyond/react-form-builder/commit/e62304361b7108930f710ce555a1e377b42375cd)) +* linter errors and warnings ([daa0acd](https://github.com/onebeyond/react-form-builder/commit/daa0acdbc66db034762ade17f381b9584fc27d3d)) +* minor changes according to pr review ([bddcea4](https://github.com/onebeyond/react-form-builder/commit/bddcea462988cfa28833df9e2df7f7599be6e8d0)) +* prevent re-submitting the form while it's being submitted ([d67c0fa](https://github.com/onebeyond/react-form-builder/commit/d67c0fa9d36d065f1f9675c86733cd2824c95193)) +* **react-select:** use id to prevent hydration errors ([#140](https://github.com/onebeyond/react-form-builder/issues/140)) ([bfcbdf0](https://github.com/onebeyond/react-form-builder/commit/bfcbdf04b211b22edf3488a0a2837a756a395745)) +* revert to egress-policy: audit for cd gh action ([c01c736](https://github.com/onebeyond/react-form-builder/commit/c01c736b3ad9a2b1d62d800002f05d8a97ec813c)) +* rollup config and countries translation ([a86ace4](https://github.com/onebeyond/react-form-builder/commit/a86ace47b9a059fb11a7e2d41fa67905c02a1225)) +* **rollup&Fields:** update rollup, use uuidV4, update packages ([#144](https://github.com/onebeyond/react-form-builder/issues/144)) ([40e60a9](https://github.com/onebeyond/react-form-builder/commit/40e60a90a964141e4e59056087099fcd692cf7fb)) +* **selectImage:** type of values when undefined ([5948442](https://github.com/onebeyond/react-form-builder/commit/594844245dec29b2c938ade26ad8f3ffca25f21d)) +* **select:** update select default value to listen to new value changes ([#168](https://github.com/onebeyond/react-form-builder/issues/168)) ([e91d8c6](https://github.com/onebeyond/react-form-builder/commit/e91d8c66159030a3316561739468dd990e47b649)) +* set node version 16 ([794ec2f](https://github.com/onebeyond/react-form-builder/commit/794ec2fad3ef5da3e24843ed1c067a4186b5633b)) +* set recommended policy for cd gh action ([18565dd](https://github.com/onebeyond/react-form-builder/commit/18565ddd5e1f5ec175b1bf1efa98c16a497bbe71)) +* **text-area:** set counter type ([46616e9](https://github.com/onebeyond/react-form-builder/commit/46616e9c8cc452784a3b9a6416e87b2667be4b45)) +* **text-area:** use proper sep for countlimit ([#138](https://github.com/onebeyond/react-form-builder/issues/138)) ([97192b9](https://github.com/onebeyond/react-form-builder/commit/97192b9903bc91676145688d6085217e1726318e)) +* textarea errorMessage ([#129](https://github.com/onebeyond/react-form-builder/issues/129)) ([68699f9](https://github.com/onebeyond/react-form-builder/commit/68699f950b025dc3426b7899249fd0ba00d96591)) +* textarea validation for min and max word count ([9433275](https://github.com/onebeyond/react-form-builder/commit/9433275236a9af8a0105199bf67e9ec4f6cd6cd8)) +* updgrade to node 18 as some dependencies need it ([2fa29fd](https://github.com/onebeyond/react-form-builder/commit/2fa29fdf759142c34ec223977669d2ed4cb3aef6)) +* **wip:** import the lib from a react app ([3fbb86f](https://github.com/onebeyond/react-form-builder/commit/3fbb86fe8144bed8e9cf2d5df42a5c7e695886ad)) + + +### 🔧 Others + +* add .nvmrc file ([48e380d](https://github.com/onebeyond/react-form-builder/commit/48e380d5e340755dde1d8fd55964f0350d3b920b)) +* add textarea example question in form ([823bc6b](https://github.com/onebeyond/react-form-builder/commit/823bc6b727d2fe1a447a39c7b05b09bf734a8900)) +* added ncu tool to update deps ([f53761e](https://github.com/onebeyond/react-form-builder/commit/f53761eb4d05ff94eaaf4899917d5949250cb7a5)) +* **deps:** bump actions/checkout from 4.1.1 to 4.1.2 ([#216](https://github.com/onebeyond/react-form-builder/issues/216)) ([da4b175](https://github.com/onebeyond/react-form-builder/commit/da4b1757657b383af850f08893ab1a1756675ae3)) +* **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([#215](https://github.com/onebeyond/react-form-builder/issues/215)) ([71cee77](https://github.com/onebeyond/react-form-builder/commit/71cee772f6500c362e020336eae80852a4a25ab8)) +* **deps:** bump step-security/harden-runner from 2.6.1 to 2.7.0 ([#214](https://github.com/onebeyond/react-form-builder/issues/214)) ([cd3e59f](https://github.com/onebeyond/react-form-builder/commit/cd3e59f4dfdcd2bea8db9160708e67a60c14df54)) +* edited pr template ([84c2a1a](https://github.com/onebeyond/react-form-builder/commit/84c2a1aeec33f37fb1113be23725ecb62b5948c0)) +* eslint fix ([c5d373c](https://github.com/onebeyond/react-form-builder/commit/c5d373c63fef11aa9eb2a81e40203b7fcb77bcf3)) +* eslint issues ([147a7e0](https://github.com/onebeyond/react-form-builder/commit/147a7e0335685c0ed485fef3b36e07db2ac162ff)) +* **github-actions-npm:** remove travis integration ([6fc4560](https://github.com/onebeyond/react-form-builder/commit/6fc4560f562f68c0d208e30c0305cd1fd793f8dd)) +* **github-actions-npm:** update github action on tag creation ([96417e6](https://github.com/onebeyond/react-form-builder/commit/96417e6994449d6c7df8bed8f0532f15fe2abd76)) +* improve styles ([ebb0fe4](https://github.com/onebeyond/react-form-builder/commit/ebb0fe4df25244a51c4c6adc9c8e0441c45e8f7c)) +* ireland updated ([870cb4c](https://github.com/onebeyond/react-form-builder/commit/870cb4c1b9deae64774baaf3fb98736969dd823a)) +* **main:** add registry-url to actions ([868155d](https://github.com/onebeyond/react-form-builder/commit/868155d22fd74dd86c0a7362ee9d5241bb5826d7)) +* **main:** add repository url to package.json ([9742e2d](https://github.com/onebeyond/react-form-builder/commit/9742e2df90caa4b979a7470349507c57ab407558)) +* **main:** add run-s dependency ([85d4ea2](https://github.com/onebeyond/react-form-builder/commit/85d4ea2f45f3a2e72105339d2423f81285820e48)) +* **main:** CICD test ([ec1b3b1](https://github.com/onebeyond/react-form-builder/commit/ec1b3b10abdafb72e35c0b293eaaf32c17c8a3c9)) +* **main:** github action only on tag version ([ecac709](https://github.com/onebeyond/react-form-builder/commit/ecac709f5d9a3dc10473ecc9116f0a1c5e56fa33)) +* **main:** release 2.1.0 ([#222](https://github.com/onebeyond/react-form-builder/issues/222)) ([8142761](https://github.com/onebeyond/react-form-builder/commit/8142761f87beaae80b499e571632c17c1bfbe4fa)) +* **main:** remove github action npm globals ([e183eb5](https://github.com/onebeyond/react-form-builder/commit/e183eb58954f64d1362c752249c5ff920cb5fb25)) +* merge main ([315ac09](https://github.com/onebeyond/react-form-builder/commit/315ac0959773b0d28f481784741bb10a38d8bc51)) +* merge main branch ([055ecab](https://github.com/onebeyond/react-form-builder/commit/055ecabeedfd403d1de09ec8a4dbb605aa9753e0)) +* package updated ([45a01e8](https://github.com/onebeyond/react-form-builder/commit/45a01e8373158f0f89311467184c441c9bbaecba)) +* refactor and improve fix ([5196624](https://github.com/onebeyond/react-form-builder/commit/51966240c7e9d20e24116ef841804f23d25f4824)) +* remove commented code in example app ([665d813](https://github.com/onebeyond/react-form-builder/commit/665d813474f2a9c361f1b7315d802100bbf7f4d3)) +* remove CSS import from Phone field to avoid NextJs import error ([0efea8d](https://github.com/onebeyond/react-form-builder/commit/0efea8d994e9d15702a48138e088f82b3f8265aa)) +* remove error logs ([d0221d3](https://github.com/onebeyond/react-form-builder/commit/d0221d3d5bf9e61a2bba9c1ee35f2f293bffc86a)) +* remove logs ([85e6b7b](https://github.com/onebeyond/react-form-builder/commit/85e6b7bd4071ed92d4efe58cd114ba167bd7b88b)) +* remove test folder ([1b5b93d](https://github.com/onebeyond/react-form-builder/commit/1b5b93d4ded522c37de769ac81b839bb48a9d38d)) +* simulate long submission in the example ([14e684f](https://github.com/onebeyond/react-form-builder/commit/14e684f380059d39b374990728dc02b2d57c3041)) +* solve conflicts ([c4f4dc4](https://github.com/onebeyond/react-form-builder/commit/c4f4dc455178fc9fc48be2b48832b0809f7b96aa)) +* solve conflicts ([d8c0e8b](https://github.com/onebeyond/react-form-builder/commit/d8c0e8b9b31deefc440770d31f84f0e91147530e)) +* solve conflicts ([3c686f5](https://github.com/onebeyond/react-form-builder/commit/3c686f5b534641559dca18af7b67d441c59c36ec)) +* solve conflicts ([a3c4a85](https://github.com/onebeyond/react-form-builder/commit/a3c4a85a40cb9425e4b711a4275b9bce3690813a)) +* solve conflicts ([1860b67](https://github.com/onebeyond/react-form-builder/commit/1860b6799d3bc98c7ddaf1546fbe0a46fcee9fc3)) +* solve conflicts ([ae54243](https://github.com/onebeyond/react-form-builder/commit/ae542434d1927cc468508ecac324fd292ea0a1e5)) +* upate package-lock ([7fbf2e2](https://github.com/onebeyond/react-form-builder/commit/7fbf2e257f73c46d437b41f82255c82e14d5ddff)) +* update dependencies ([d3a8624](https://github.com/onebeyond/react-form-builder/commit/d3a86248ba87b265ca4e7a2dfc08f44a3f6c86d3)) +* update dependencies ([94828fc](https://github.com/onebeyond/react-form-builder/commit/94828fc23dc6e68d1e7d917ca1713665542b0597)) +* update dependencies ([13f9aac](https://github.com/onebeyond/react-form-builder/commit/13f9aacf1344cecc0e8ad6bdddc1952215a1ae27)) +* update package-lock ([053f234](https://github.com/onebeyond/react-form-builder/commit/053f234405368483b3497888afb0e308ff370344)) +* update readme ([19f0b3e](https://github.com/onebeyond/react-form-builder/commit/19f0b3e9c87256845eb05d85a64fd115a34042e7)) +* updated CHANGELOG.md ([c85a6ca](https://github.com/onebeyond/react-form-builder/commit/c85a6ca9bc5c579942a1675787893a4d09d48366)) +* updated CHANGELOG.md ([fdc79d0](https://github.com/onebeyond/react-form-builder/commit/fdc79d0e1a1052a04b1a0125f2bb22dd092dcc3d)) +* updated CHANGELOG.md ([7a81ce3](https://github.com/onebeyond/react-form-builder/commit/7a81ce38788050ee9dbe8f5a7bac2669e5ea32ce)) +* updated CHANGELOG.md ([a2bf1be](https://github.com/onebeyond/react-form-builder/commit/a2bf1bea4e854e1b433218959579c0219ddfc04e)) +* updated CHANGELOG.md ([2feb95a](https://github.com/onebeyond/react-form-builder/commit/2feb95a88321f7e90400ae24b95f8214854a4c39)) +* updated CHANGELOG.md ([d2da578](https://github.com/onebeyond/react-form-builder/commit/d2da578a3956ba214d5283ad91deb9c9e8d1a5f7)) +* updated CHANGELOG.md ([ba33b7a](https://github.com/onebeyond/react-form-builder/commit/ba33b7a8da86256da14ef58b2c91666addbb81d0)) +* updated CHANGELOG.md ([cd86bd3](https://github.com/onebeyond/react-form-builder/commit/cd86bd3ce465eccbe904dafd69adc768fba11e9c)) +* updated CHANGELOG.md ([0c67f7b](https://github.com/onebeyond/react-form-builder/commit/0c67f7b14c43077a4ada0d1237f6c1994dd702f9)) +* updated CHANGELOG.md ([747363e](https://github.com/onebeyond/react-form-builder/commit/747363e035ba526c61ce934af62e9b858fe37ffc)) +* updated CHANGELOG.md ([4c889f5](https://github.com/onebeyond/react-form-builder/commit/4c889f552277899100ea07a21d3518c8273c13e5)) +* updated CHANGELOG.md ([cbd3aca](https://github.com/onebeyond/react-form-builder/commit/cbd3aca3ae10c1ec0045dd0de1e4250902e831c5)) +* updated CHANGELOG.md ([1ae0bcf](https://github.com/onebeyond/react-form-builder/commit/1ae0bcf45b24d5b928a4b13ceac18e9fcac2faa2)) +* updated CHANGELOG.md ([c451685](https://github.com/onebeyond/react-form-builder/commit/c451685da265676d5ea1bf10789eb810e8989780)) +* updated CHANGELOG.md ([518cbe2](https://github.com/onebeyond/react-form-builder/commit/518cbe27bd79ba91c285df75ac02695c1c03cf67)) +* updated CHANGELOG.md ([00d86bc](https://github.com/onebeyond/react-form-builder/commit/00d86bc3c91cf76d26ab65a36dd9f63c9c8d7606)) +* updated CHANGELOG.md ([ebf5def](https://github.com/onebeyond/react-form-builder/commit/ebf5def9edda47ff82ecb6e6e6305d32d234be8d)) +* updated CHANGELOG.md ([cd48fd8](https://github.com/onebeyond/react-form-builder/commit/cd48fd8ff5733bb203a1a717c692568bd13b240c)) +* updated CHANGELOG.md ([ae23506](https://github.com/onebeyond/react-form-builder/commit/ae23506bf59ab0e9c27c0d7797f0eebdec093062)) +* updated CHANGELOG.md ([e11c20b](https://github.com/onebeyond/react-form-builder/commit/e11c20b4b9f408c2f54c11935d558342621b3356)) +* updated CHANGELOG.md ([f044936](https://github.com/onebeyond/react-form-builder/commit/f044936396a3ccbd414b35efd392ade92ddb2780)) +* updated CHANGELOG.md ([a4c7d27](https://github.com/onebeyond/react-form-builder/commit/a4c7d27dd8de545ab3da8e2c8a970b161e8a5a00)) +* updated CHANGELOG.md ([dbdebef](https://github.com/onebeyond/react-form-builder/commit/dbdebef467a6072408af33f9e4d50faca4666f04)) +* updated CHANGELOG.md ([e1fff8e](https://github.com/onebeyond/react-form-builder/commit/e1fff8e5275327f8e9489d625d8d3120baee718e)) +* updated CHANGELOG.md ([5cbccfa](https://github.com/onebeyond/react-form-builder/commit/5cbccfa30c392062a4d0c97311210d80b0af1751)) +* updated CHANGELOG.md ([9af30de](https://github.com/onebeyond/react-form-builder/commit/9af30de17bbf2e47e9717546d36a0ed00225644f)) +* updated CHANGELOG.md ([7c0bb62](https://github.com/onebeyond/react-form-builder/commit/7c0bb62c50f3a744e3ad11ebe705ae736c6dd534)) +* updated CHANGELOG.md ([2c57f2d](https://github.com/onebeyond/react-form-builder/commit/2c57f2d278edc14d8784dcb21b8986431bcce34d)) +* updated CHANGELOG.md ([d69840c](https://github.com/onebeyond/react-form-builder/commit/d69840ce7fe0be16df633193d739a1103c121442)) +* updated CHANGELOG.md ([b825b1d](https://github.com/onebeyond/react-form-builder/commit/b825b1df3a487fc8e39abe6bc1b2675fbdfbd12c)) +* updated CHANGELOG.md ([a2b4c38](https://github.com/onebeyond/react-form-builder/commit/a2b4c38818570ffd49a8e37e5337c224b520f647)) +* updated CHANGELOG.md ([033fa0b](https://github.com/onebeyond/react-form-builder/commit/033fa0b7e25f5c8fb310d632baea4f87e9330ff2)) +* updated CHANGELOG.md ([79a8522](https://github.com/onebeyond/react-form-builder/commit/79a8522ed9901fb0c5e52547d2cb0adb65400dc0)) +* updated CHANGELOG.md ([758058f](https://github.com/onebeyond/react-form-builder/commit/758058f604f516eb934318b587660ba14353e9ab)) +* updated CHANGELOG.md ([a310a56](https://github.com/onebeyond/react-form-builder/commit/a310a56cae11ab18b664ead96ba870e932d8d10a)) +* updated CHANGELOG.md ([f1489b1](https://github.com/onebeyond/react-form-builder/commit/f1489b119831289f965b379acfd3c8f670ef7ce9)) +* updated CHANGELOG.md ([d1bb427](https://github.com/onebeyond/react-form-builder/commit/d1bb4273c235752c1fe98b5cf35a57cae4b80f65)) +* updated CHANGELOG.md ([b48b822](https://github.com/onebeyond/react-form-builder/commit/b48b8222699188e6ba769e22e0d9644399649c89)) +* updated CHANGELOG.md ([c9cf2bb](https://github.com/onebeyond/react-form-builder/commit/c9cf2bbb6491391525a5c2a6fac17c2002d65af2)) +* updated CHANGELOG.md ([cc55ffd](https://github.com/onebeyond/react-form-builder/commit/cc55ffd55f878282c0ba7deb57b5dd7dc298072d)) +* updated CHANGELOG.md ([971714e](https://github.com/onebeyond/react-form-builder/commit/971714e05286396e3f257fbee320f02eecaafb38)) +* updated CHANGELOG.md ([a36df67](https://github.com/onebeyond/react-form-builder/commit/a36df67d9b762e553b5a589c01ff0f82d0b603b5)) +* updated CHANGELOG.md ([055059d](https://github.com/onebeyond/react-form-builder/commit/055059d14f01b916a0f63c0852e0e45e09f986bb)) +* updated CHANGELOG.md ([838940c](https://github.com/onebeyond/react-form-builder/commit/838940c04b8b39e14b95ef33eb01eebe31167583)) +* updated CHANGELOG.md ([c7e66ab](https://github.com/onebeyond/react-form-builder/commit/c7e66ab5fbff6380a68218bafe0f22d4660e818b)) +* updated CHANGELOG.md ([961b2e2](https://github.com/onebeyond/react-form-builder/commit/961b2e2d6237a3fd4c380c6dd890371d7893dc19)) +* updated CHANGELOG.md ([074a500](https://github.com/onebeyond/react-form-builder/commit/074a500d912612b2a9b6f1be90c0e48adb0acafc)) +* updated CHANGELOG.md ([aeef551](https://github.com/onebeyond/react-form-builder/commit/aeef551cbbb69b67533c89073b2af9393833d4d1)) +* updated CHANGELOG.md ([b93c43e](https://github.com/onebeyond/react-form-builder/commit/b93c43edf9cf876e786f5a80943580ded17a6e0a)) +* updated CHANGELOG.md ([e08927c](https://github.com/onebeyond/react-form-builder/commit/e08927ca9a8205a2632e5b9a0677116d12596a76)) +* updated CHANGELOG.md ([69139c9](https://github.com/onebeyond/react-form-builder/commit/69139c9926ab5f05a7e84051dd96baf47cd6d36b)) + + +### 📝 Docs + +* add [@ars1096](https://github.com/ars1096) as a contributor ([ab507c9](https://github.com/onebeyond/react-form-builder/commit/ab507c9acd912b7b10c296408c134d6318aac960)) +* add [@ismaelocaramelo](https://github.com/ismaelocaramelo) as a contributor ([354b2f6](https://github.com/onebeyond/react-form-builder/commit/354b2f66d88bc8d5c09f0cb567dd288af40420fe)) +* add [@pablo-albaladejo](https://github.com/pablo-albaladejo) as a contributor ([b8cec10](https://github.com/onebeyond/react-form-builder/commit/b8cec107a9c44d0f3ae44148aa7cad25099c478b)) +* add [@sofisdev](https://github.com/sofisdev) as a contributor ([a300477](https://github.com/onebeyond/react-form-builder/commit/a300477cc4bf06e5c790adc2a994d54af8c00c06)) +* add @Donivanes as a contributor ([d9f5c4f](https://github.com/onebeyond/react-form-builder/commit/d9f5c4f521808695d35021b2fe1efbdcfe6d62fc)) +* add @FranciscoValdesoiro as a contributor ([f93b5eb](https://github.com/onebeyond/react-form-builder/commit/f93b5eb5b3bbfdfa0a79f9ae850edd7eddf5ee32)) +* add accessibility attributes from radio button and main form ([6a421c9](https://github.com/onebeyond/react-form-builder/commit/6a421c98c53522ccfd7edb2e7f623b8b1f638d83)) +* add accessibility section to readme ([f293ce4](https://github.com/onebeyond/react-form-builder/commit/f293ce489e377bb6d03116f91dde5d12e369dffb)) +* add international flag docs to phone ([544c60b](https://github.com/onebeyond/react-form-builder/commit/544c60bbc0f50bb4b3561de8309b5dad5d6b376b)) +* added codeclimate badges ([da155c6](https://github.com/onebeyond/react-form-builder/commit/da155c6439a7f3f70485656fed1ed07f05cfdf29)) +* all contributors ([81851aa](https://github.com/onebeyond/react-form-builder/commit/81851aad95bc560d9f0ee5dc04d8ca87141cbd4d)) +* improve readme file ([47e8e61](https://github.com/onebeyond/react-form-builder/commit/47e8e615ccd8d676ba04efcbfaf0ec7da56cdcdc)) +* improve readme file to get rid of obsolete guidesmiths refs ([83acb0a](https://github.com/onebeyond/react-form-builder/commit/83acb0a5c2782e2dae12bc27dbf54e3f961a6124)) +* minor fix ([4dae7f8](https://github.com/onebeyond/react-form-builder/commit/4dae7f8b04fd7345f48ba2f66eda1a529f8e7465)) +* minor fix in readme file ([1ef1a95](https://github.com/onebeyond/react-form-builder/commit/1ef1a959e77e5fbb0cd3154b5fbc571d655c51ac)) +* readme badge link ([4b72fba](https://github.com/onebeyond/react-form-builder/commit/4b72fbaaab334b56070a527f3b1fbb82d93ed8a5)) +* remove pr template to use the org pr template ([257d4db](https://github.com/onebeyond/react-form-builder/commit/257d4db937a3bb40571d30616cfb45790bd057fa)) +* update .all-contributorsrc ([94f4b1f](https://github.com/onebeyond/react-form-builder/commit/94f4b1ff03a23bf5436aa332330f22e351838efc)) +* update .all-contributorsrc ([7c877d0](https://github.com/onebeyond/react-form-builder/commit/7c877d09b5ef0b83b570ef1616d60b433de745f7)) +* update .all-contributorsrc ([296ffdf](https://github.com/onebeyond/react-form-builder/commit/296ffdfbe1534b11719b4d0b4ba870387d5ac99e)) +* update .all-contributorsrc ([f24492f](https://github.com/onebeyond/react-form-builder/commit/f24492fea23def730d021c2cb13b090bfd8d3a30)) +* update .all-contributorsrc ([204695d](https://github.com/onebeyond/react-form-builder/commit/204695d040c66a095e3120c2253d53fb95b368e8)) +* update README.md ([8b828fe](https://github.com/onebeyond/react-form-builder/commit/8b828feb17fef55eeb269d0bc32e7f56184233ff)) +* update README.md ([dc19fe9](https://github.com/onebeyond/react-form-builder/commit/dc19fe9c6c17ce76b357b9f8e40772feb896d11f)) +* update README.md ([750455a](https://github.com/onebeyond/react-form-builder/commit/750455a6b6a4dabcc70308552eb6b468af2c35b8)) +* update README.md ([2082f81](https://github.com/onebeyond/react-form-builder/commit/2082f8136149cc3e462ee1489a4be3901fc68ad8)) +* update README.md ([25c2636](https://github.com/onebeyond/react-form-builder/commit/25c2636184b112caac926aa186a97049d85ef968)) + + +### 🎨 Styling + +* custom tooltip ([8c34cab](https://github.com/onebeyond/react-form-builder/commit/8c34cab71e4d96112e340caba98002464dfcfada)) + + +### 🔄 Code Refactoring + +* **builder:** set component props ([#141](https://github.com/onebeyond/react-form-builder/issues/141)) ([f641f20](https://github.com/onebeyond/react-form-builder/commit/f641f20ade0d3a68396c231b4e6e04e7cb20e452)) +* externalize components ([5aee392](https://github.com/onebeyond/react-form-builder/commit/5aee392886ba6c94763adfe7a3ae8f323ccaaa4d)) +* improve example app to support multiple forms ([2ad9348](https://github.com/onebeyond/react-form-builder/commit/2ad934871c657d4182868755aa3206e4f9b2d496)) +* move builder styles to separate file ([1231bcd](https://github.com/onebeyond/react-form-builder/commit/1231bcdcf1f38dba44bdad025f63ef1d38845384)) +* move button styles to separate file ([e9050b5](https://github.com/onebeyond/react-form-builder/commit/e9050b5970d3f9283ad287ae4ab88bf29d96f9d5)) +* move example styles to separate file ([18b3d5f](https://github.com/onebeyond/react-form-builder/commit/18b3d5fc25811173b9fd688d2813b477b41e650c)) +* one single rollup config file ([84f6dc4](https://github.com/onebeyond/react-form-builder/commit/84f6dc435ca1c258dbe0fbf74ef70bb3483bfdcb)) +* updated aria-label in checkbox links ([#110](https://github.com/onebeyond/react-form-builder/issues/110)) ([c75a754](https://github.com/onebeyond/react-form-builder/commit/c75a7547d6255bf31765f3a171036c84e4675dc5)) +* use form context to avoid passing it to children ([340ee7c](https://github.com/onebeyond/react-form-builder/commit/340ee7cb6bfeb029e5e813e9d66410f940efb2fe)) +* use uuid lib instead of useId hook ([e20d322](https://github.com/onebeyond/react-form-builder/commit/e20d3225256899734f5f27321b9b9642e2292fa4)) + + +### 🔬 Tests + +* add test coverage ([31b2a1b](https://github.com/onebeyond/react-form-builder/commit/31b2a1b9e2c83fa932fb04bf096bd54eca271afa)) +* remove textarea from tests due to unexpected behaviour ([1ab970c](https://github.com/onebeyond/react-form-builder/commit/1ab970c798605ce4c9dd3e4f3c95c1050bf4294d)) +* **wip:** fixing tests ([b430580](https://github.com/onebeyond/react-form-builder/commit/b4305806da274a97ac1dc291048862cbd83d6cf7)) + + +### ☁️ CI + +* add ci workflow ([7d99a8e](https://github.com/onebeyond/react-form-builder/commit/7d99a8ea2dbf659c7638bbe4450fc499c72848f1)) +* add code climate gh action for test coverage ([0074b22](https://github.com/onebeyond/react-form-builder/commit/0074b22f46ede27963359aeb655dd094632d61ee)) +* add code climate gh action for test coverage ([c308040](https://github.com/onebeyond/react-form-builder/commit/c308040feddda34578c4e15a8b8f89153436f6f1)) +* add scorecard workflows ([592b012](https://github.com/onebeyond/react-form-builder/commit/592b012011c0cee8b4aede7b48c4dc3b075bdf0c)) +* remove support for node14 ([3478c97](https://github.com/onebeyond/react-form-builder/commit/3478c9778b2ffb1a60302b7733fc396f52b67359)) +* rename namespace from guidesmiths to onebeyond ([795af29](https://github.com/onebeyond/react-form-builder/commit/795af2933e5ab4891116a3793d6b31f8f9cd804d)) +* replace ci github action to trigger with new release ([00b14e1](https://github.com/onebeyond/react-form-builder/commit/00b14e1357814f181296c0d2fd6e31dcfb44a9b2)) +* reset version to start with 1.0.0 for the new namespace ([56e4817](https://github.com/onebeyond/react-form-builder/commit/56e4817bd359e2121ccdf3c5383dbd0abfbe8c07)) +* set egress-policy to audit ([4172284](https://github.com/onebeyond/react-form-builder/commit/41722842713c4c869c0adf679d745db1c89c285a)) +* use release please to manage the release process ([#213](https://github.com/onebeyond/react-form-builder/issues/213)) ([7b44380](https://github.com/onebeyond/react-form-builder/commit/7b443804e34cd3d3086b4a35a209662418c54039)) + ## [2.1.0](https://github.com/onebeyond/react-form-builder/compare/v2.0.0...v2.1.0) (2024-03-21) diff --git a/package-lock.json b/package-lock.json index a01589ac..dad6abff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@onebeyond/react-form-builder", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@onebeyond/react-form-builder", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "countries-list": "^3.0.6", diff --git a/package.json b/package.json index e7f20d23..de700290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onebeyond/react-form-builder", - "version": "2.1.0", + "version": "2.2.0", "description": "React from builder using json schema", "author": "One Beyond", "license": "MIT",