Skip to content

Commit e39ae8e

Browse files
authored
Merge branch 'master' into mpopov/calendar/refactoring
2 parents f4e2732 + a215567 commit e39ae8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1753
-1297
lines changed

.storybook/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default {
164164
},
165165
parameters: {
166166
backgrounds: {
167-
disable: true,
167+
disabled: true,
168168
},
169169
},
170170
decorators: [themeProvider, withActions, localeProvider],

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased]
8+
### Fixed
9+
- #### Tooltip
10+
- Do not show tooltip when target is clicked [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828)
11+
712
## [6.3.4] - 2025-10-22
813
### Fixed
914
- #### Date picker

README.md

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

2727
| Components | Status | Documentation | Released Version |
2828
| :---------------------- | :----: | :----------------------------: | :--------------: |
29+
| Chat || [Docs][Chat Docs] | [6.3.0] |
2930
| Date Range Picker || [Docs][Date Range Picker Docs] | [6.1.0] |
3031
| Tooltip || [Docs][Tooltip Docs] | [5.4.0] |
3132
| File Input || [Docs][File Input Docs] | [5.4.0] |
@@ -256,6 +257,7 @@ npm run storybook:build
256257
[File Input Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/file-input
257258
[Tooltip Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/tooltip
258259
[Date Range Picker Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/scheduling/date-range-picker
260+
[Chat Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/interactivity/chat
259261
[1.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/1.0.0
260262
[2.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.0.0
261263
[2.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.1.0
@@ -270,3 +272,4 @@ npm run storybook:build
270272
[5.3.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.3.0
271273
[5.4.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.4.0
272274
[6.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/6.1.0
275+
[6.3.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/6.3.0

ROADMAP.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,29 @@
22

33
# Current Milestone
44

5-
## Milestone 17 (Due Jun, 2025)
5+
## Milestone 20 (Due Nov, 2025)
66

7-
1. Date range picker [1596](https://github.com/IgniteUI/igniteui-webcomponents/issues/1596)
8-
2. Tooltip component [1615](https://github.com/IgniteUI/igniteui-webcomponents/issues/1615)
7+
1. Grids Cell Merging feature
8+
2. Grids Pining on both sides feature
99

1010
## Going down the road
1111

12-
1. Bottom navigation component [#169](https://github.com/IgniteUI/igniteui-webcomponents/issues/169)
13-
2. Splitter component [#184](https://github.com/IgniteUI/igniteui-webcomponents/issues/184)
14-
3. Chat UI component
12+
1. Grids localization
1513

1614
# Previous Milestone
1715

16+
## Milestone 19, version 6.3.0, Released Sep 18th, 2025
17+
18+
1. **[DONE]** Chat component
19+
20+
## Milestone 18, version 6.1.0, Released Jun 12th, 2025
21+
22+
1. **[DONE]** Date range picker [1596](https://github.com/IgniteUI/igniteui-webcomponents/issues/1596)
23+
24+
## Milestone 17, version 5.4.0, Released Apr 23rd, 2025
25+
26+
1. **[DONE]** Tooltip component [1615](https://github.com/IgniteUI/igniteui-webcomponents/issues/1615)
27+
1828
## Milestone 16, version 5.3.0, Released Mar 13th, 2025
1929

2030
1. **[DONE]** Tile manager component [#1402](https://github.com/IgniteUI/igniteui-webcomponents/pull/1402)

0 commit comments

Comments
 (0)