Skip to content

Commit

Permalink
Remove datepickers (#11)
Browse files Browse the repository at this point in the history
* Remove MUI-X datepickers

* Settings cspell

* Change
  • Loading branch information
ilbrando authored Jun 22, 2024
1 parent 7cd4968 commit 91ac19d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 121 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"pattern": "./examples/*/"
}
],
"git.branchProtection": ["main"]
"git.branchProtection": ["main"],
"cSpell.words": ["ilbrando"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/simple-form-material-ui",
"comment": "Removed MUI-X datepicker components",
"type": "major"
}
],
"packageName": "@ilbrando/simple-form-material-ui"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/simple-form-material-ui/src/form-fields/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
export * from "./form-autocomplete-field";
export * from "./form-checkbox";
export * from "./form-date-picker";
export * from "./form-date-timer-picker";
export * from "./form-number-field";
export * from "./form-radio-group";
export * from "./form-range-slider-field";
Expand Down

0 comments on commit 91ac19d

Please sign in to comment.