Skip to content

Commit 38f25e4

Browse files
authored
docs: Update issue template and README links (#1691)
1 parent 4c3340d commit 38f25e4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ body:
1919
- Button group
2020
- Calendar
2121
- Card
22+
- Carousel
2223
- Chip
2324
- Checkbox / Switch
2425
- Combo
@@ -27,6 +28,7 @@ body:
2728
- Dialog
2829
- Dropdown
2930
- Expansion panel
31+
- File input
3032
- Icon(s)
3133
- Icon button
3234
- Input
@@ -42,7 +44,9 @@ body:
4244
- Stepper
4345
- Tabs & Tab group
4446
- Textarea
47+
- Tile Manager
4548
- Toast
49+
- Tooltip
4650
- Tree
4751
- Theming & Styles
4852
- Other/unknown (please specify in the description)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents)
2323

2424
| Components | Status | Documentation | Released Version |
2525
| :---------------------- | :----: | :----------------------------: | :--------------: |
26+
| Tooltip || [Docs][Tooltip Docs] | [5.4.0] |
27+
| File Input || [Docs][File Input Docs] | [5.4.0] |
2628
| Tile Manager || [Docs][Tile Manager Docs] | [5.3.0] |
2729
| Carousel || [Docs][Carousel Docs] | [5.1.0] |
2830
| Date picker || [Docs][Date Picker Docs] | [4.10.0] |
@@ -241,6 +243,8 @@ npm run storybook:build
241243
[Date Picker Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/scheduling/date-picker
242244
[Carousel Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/carousel
243245
[Tile Manager Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/tile-manager
246+
[File Input Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/file-input
247+
[Tooltip Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/tooltip
244248
[1.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/1.0.0
245249
[2.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.0.0
246250
[2.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.1.0
@@ -253,3 +257,4 @@ npm run storybook:build
253257
[4.10.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/4.10.0
254258
[5.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.1.0
255259
[5.3.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.3.0
260+
[5.4.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.4.0

0 commit comments

Comments
 (0)