Releases: onebeyond/react-form-builder
Releases · onebeyond/react-form-builder
@onebeyond/[email protected]
What's Changed
- fix: set recommended policy for cd gh action by @inigomarquinez in #194
Full Changelog: ob-v1.1.0...ob-v1.1.1
ob-v1.1.0
What's Changed
- feat: add dependant questions logic to radio buttons by @pabloelisseo in #195
Full Changelog: ob-v1.0.0...ob-v1.1.0
ob-v1.0.0
What's Changed
- Fix 180/loading by @inigomarquinez in #181
- docs: add habondavid as a contributor for bug, and review by @allcontributors in #182
- Modify cd action by @inigomarquinez in #183
- Update cd.yml by @inigomarquinez in #184
- Update openssf-scorecard.yml by @inigomarquinez in #185
- Update openssf-scorecard.yml by @inigomarquinez in #186
- Update openssf-scorecard.yml by @inigomarquinez in #187
- Update openssf-scorecard.yml by @inigomarquinez in #188
- Update code-climate-test-coverage.yml by @inigomarquinez in #189
- fix: allowed-endpoints for gh actions by @inigomarquinez in #190
- ci: set egress-policy to audit by @inigomarquinez in #191
- fix: get back egress-policy block for harden runner by @inigomarquinez in #192
- fix: revert to egress-policy: audit for cd gh action by @inigomarquinez in #193
Full Changelog: v3.6.1...ob-v1.0.0
v2.2.0
2.2.0 (2024-03-21)
🆕 Features
- add array conditions to dependent question in multiple_checkboxes (#126) (ae84e7f)
- add commitLint and Husky (8253496)
- add dependant questions logic to radio buttons (e81e81b)
- add devtools when in DEV mode (2373031)
- add international option to Phone (84aef3e)
- add option to prepend the flag to the country name (72b4413)
- add react markdown to radio label (#111) (d205009)
- added pr template and codeowners file (ee82413)
- added pre-commit job (34d43e8)
- builder parent div updated (ba4fbdd)
- builder: add dependent question to multicheckboxes (#116) (1d4e366)
- edit labels by question (0c3aaa4)
- github action to publish on npm (af134b7)
- github action to publish on npm (#98) (e57372b)
- making new and removing old tooltip component (73a1450)
- mobile: add default country value (#124) (37843c6)
- multiplecheckbox: add disable others option (#112) (d0c18c8)
- new country question (246aa4a)
- new sorted arrays by country name (877b5ad)
- node: update version (c772b5d)
- phone: add ltr attribute (#122) (95ee699)
- precommit script added (b85f7ca)
- precommit script added (91e6f2e)
- props added (5c1bfe2)
- questions: add image input question type (#161) (343c57a)
- radio test edit (521f6dc)
- refactor container condiciontalQuestion (67501bc)
- regions: change gb, ie, fr and se regions data (#121) (62fec42)
- remove support for node < 16 (bb40b3a)
- text-area: add word count type (#130) (5306f5b)
- textarea question implemented (46e0f1e)
- upgrade to node v20 (7b79369)
- wip: new country question with countries enriched data (77293f8)
🐛 Bug Fixes
- add component name in github release tag (#223) (cb98e49)
- adding countries left asked by ... (dfc8a2c)
- allowed-endpoints for scorecard (6e68663)
- allowed-endpoints for test reporter (b85ebe4)
- avoid overriding default onChange behavior to allow showing dependentQuestions (0886ae8)
- date picker test (#113) (c1875f8)
- dateField: remove ? (3f3603e)
- dateQuestion: select date order (#117) (91fa555)
- disable submit button when form is being submitted (8686d87)
- error-handling: add error class to all Select based questions (#172) (196ccbb)
- error-message: use errorStyles prop instead of overwrite sx (#142) (a69d150)
- eslint: sx problem (#134) (1958e67)
- fix vulnerabilities with auit fix (dc182b5)
- form: new ? typo (a4ae823)
- form: remove ? typo (#125) (4d6a22f)
- get back egress-policy block for harden runner (e623043)
- linter errors and warnings (daa0acd)
- minor changes according to pr review (bddcea4)
- prevent re-submitting the form while it's being submitted (d67c0fa)
- react-select: use id to prevent hydration errors (#140) (bfcbdf0)
- revert to egress-policy: audit for cd gh action (c01c736)
- rollup config and countries translation (a86ace4)
- rollup&Fields: update rollup, use uuidV4, update packages (#144) (40e60a9)
- selectImage: type of values when undefined (5948442)
- select: update select default value to listen to new value changes ([#168](h...
v2.1.0
2.1.0 (2024-03-21)
🆕 Features
- add array conditions to dependent question in multiple_checkboxes (#126) (ae84e7f)
- add commitLint and Husky (8253496)
- add dependant questions logic to radio buttons (e81e81b)
- add devtools when in DEV mode (2373031)
- add international option to Phone (84aef3e)
- add option to prepend the flag to the country name (72b4413)
- add react markdown to radio label (#111) (d205009)
- added pr template and codeowners file (ee82413)
- added pre-commit job (34d43e8)
- builder parent div updated (ba4fbdd)
- builder: add dependent question to multicheckboxes (#116) (1d4e366)
- edit labels by question (0c3aaa4)
- github action to publish on npm (af134b7)
- github action to publish on npm (#98) (e57372b)
- making new and removing old tooltip component (73a1450)
- mobile: add default country value (#124) (37843c6)
- multiplecheckbox: add disable others option (#112) (d0c18c8)
- new country question (246aa4a)
- new sorted arrays by country name (877b5ad)
- node: update version (c772b5d)
- phone: add ltr attribute (#122) (95ee699)
- precommit script added (b85f7ca)
- precommit script added (91e6f2e)
- props added (5c1bfe2)
- questions: add image input question type (#161) (343c57a)
- radio test edit (521f6dc)
- refactor container condiciontalQuestion (67501bc)
- regions: change gb, ie, fr and se regions data (#121) (62fec42)
- remove support for node < 16 (bb40b3a)
- text-area: add word count type (#130) (5306f5b)
- textarea question implemented (46e0f1e)
- upgrade to node v20 (7b79369)
- wip: new country question with countries enriched data (77293f8)
🐛 Bug Fixes
- add component name in github release tag (#223) (cb98e49)
- adding countries left asked by ... (dfc8a2c)
- allowed-endpoints for scorecard (6e68663)
- allowed-endpoints for test reporter (b85ebe4)
- avoid overriding default onChange behavior to allow showing dependentQuestions (0886ae8)
- date picker test (#113) (c1875f8)
- dateField: remove ? (3f3603e)
- dateQuestion: select date order (#117) (91fa555)
- disable submit button when form is being submitted (8686d87)
- error-handling: add error class to all Select based questions (#172) (196ccbb)
- error-message: use errorStyles prop instead of overwrite sx (#142) (a69d150)
- eslint: sx problem (#134) (1958e67)
- fix vulnerabilities with auit fix (dc182b5)
- form: new ? typo (a4ae823)
- form: remove ? typo (#125) (4d6a22f)
- get back egress-policy block for harden runner (e623043)
- linter errors and warnings (daa0acd)
- minor changes according to pr review (bddcea4)
- prevent re-submitting the form while it's being submitted (d67c0fa)
- react-select: use id to prevent hydration errors (#140) (bfcbdf0)
- revert to egress-policy: audit for cd gh action (c01c736)
- rollup config and countries translation (a86ace4)
- rollup&Fields: update rollup, use uuidV4, update packages (#144) (40e60a9)
- selectImage: type of values when undefined (5948442)
- select: update select default value to listen to new value changes ([#168](h...
v0.1.2
Npm logs
npm notice
npm notice 📦 @guidesmiths/[email protected]
npm notice === Tarball Contents ===
npm notice 1.1kB LICENSE
npm notice 726B package.json
npm notice 292B .travis.yml
npm notice === Tarball Details ===
npm notice name: @guidesmiths/react-form-builder
npm notice version: 0.1.2
npm notice package size: 1.3 kB
npm notice unpacked size: 2.1 kB
npm notice shasum: bf51cae20676bfb9b7b4a923f93e2582870776c5
npm notice integrity: sha512-+xh0CTW1LSUz3[...]R7fd33UzVax9g==
npm notice total files: 3
npm notice
+ @guidesmiths/[email protected]