Skip to content

Commit bfb3009

Browse files
authored
feat(build): group components in checkbox selection
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.
1 parent 74b9960 commit bfb3009

File tree

3 files changed

+247
-25
lines changed

3 files changed

+247
-25
lines changed

package-lock.json

Lines changed: 235 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"gulp-replace": "^1.0.0",
6262
"gulp-rtlcss": "^1.3.0",
6363
"gulp-uglify": "^3.0.1",
64-
"inquirer": "^7.0.5",
64+
"inquirer": "^8.2.0",
6565
"map-stream": "^0.1.0",
6666
"mkdirp": "^0.5.1",
6767
"normalize-path": "^3.0.0",

0 commit comments

Comments
 (0)