Skip to content

Commit 71a99b5

Browse files
committed
[fix] 3 detail bugs
1 parent 24537f6 commit 71a99b5

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
. "$(dirname "$0")/_/husky.sh"
44

5-
# npm run build
5+
npm run build

ReadMe.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,14 @@ npm install boot-cell \
125125
5. [IconButton](https://web-cell.dev/BootCell/modules/form_button.html#iconbuttonprops)
126126
6. [CloseButton](https://web-cell.dev/BootCell/modules/form_button.html#closebutton)
127127
7. [ToggleField](https://web-cell.dev/BootCell/interfaces/form_togglefield.togglefieldprops.html)
128-
8. [ToggleGroup](https://web-cell.dev/BootCell/interfaces/form_togglefield.togglegroupprops.html)
129-
9. [ScoreRange](https://web-cell.dev/BootCell/interfaces/form_scorerange.scorerangeprops.html)
130-
10. [Field](https://web-cell.dev/BootCell/interfaces/form_field.fieldprops.html)
131-
11. [FormField](https://web-cell.dev/BootCell/interfaces/form_formfield.formfieldprops.html)
132-
12. [GroupLabel](https://web-cell.dev/BootCell/interfaces/form_inputgroup.grouplabelprops.html)
133-
13. [InputGroup](https://web-cell.dev/BootCell/interfaces/form_inputgroup.inputgroupprops.html)
134-
14. [FileUploader](https://web-cell.dev/BootCell/interfaces/form_fileuploader.fileuploaderprops.html)
135-
15. [FileInput](https://web-cell.dev/BootCell/interfaces/form_fileinput.fileinputprops.html)
136-
16. [MarkdownEditor](https://web-cell.dev/BootCell/interfaces/form_markdowneditor.markdowneditorprops.html)
137-
17. [HTMLEditor](https://web-cell.dev/BootCell/interfaces/form_htmleditor.htmleditorprops.html)
128+
8. [ScoreRange](https://web-cell.dev/BootCell/interfaces/form_scorerange.scorerangeprops.html)
129+
9. [Field](https://web-cell.dev/BootCell/interfaces/form_field.fieldprops.html)
130+
10. [FormField](https://web-cell.dev/BootCell/interfaces/form_formfield.formfieldprops.html)
131+
11. [InputGroup](https://web-cell.dev/BootCell/interfaces/form_inputgroup.inputgroupprops.html)
132+
12. [FileUploader](https://web-cell.dev/BootCell/interfaces/form_fileuploader.fileuploaderprops.html)
133+
13. [FileInput](https://web-cell.dev/BootCell/interfaces/form_fileinput.fileinputprops.html)
134+
14. [MarkdownEditor](https://web-cell.dev/BootCell/interfaces/form_markdowneditor.markdowneditorprops.html)
135+
15. [HTMLEditor](https://web-cell.dev/BootCell/interfaces/form_htmleditor.htmleditorprops.html)
138136

139137
### Calendar
140138

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boot-cell",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "Web Components UI library based on WebCell v2, BootStrap v5, BootStrap Icon v1 & FontAwesome v5",

0 commit comments

Comments
 (0)