Skip to content

Commit

Permalink
feat(build): group components in checkbox selection
Browse files Browse the repository at this point in the history
This PR adds a Grouping Header to the component selection at install time.

It's more a hack by using disabled entries, but works out good enough 😄

I, for now, decided against renaming the form.js to formvalidation.js because i fear a too big breaking change and most probably people who want form elements also want the validation anyway.
I could have just changed the checkbox selection name to "formvalidation" but effectively the script would have continued with "form" anyway which probably creates more confusion.
  • Loading branch information
lubber-de committed Jan 23, 2022
1 parent 74b9960 commit bfb3009
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 25 deletions.
254 changes: 235 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"gulp-replace": "^1.0.0",
"gulp-rtlcss": "^1.3.0",
"gulp-uglify": "^3.0.1",
"inquirer": "^7.0.5",
"inquirer": "^8.2.0",
"map-stream": "^0.1.0",
"mkdirp": "^0.5.1",
"normalize-path": "^3.0.0",
Expand Down
Loading

0 comments on commit bfb3009

Please sign in to comment.