Skip to content

Commit 17f3404

Browse files
authored
Merge branch 'master' into apetrov/fix-themes-shadow-elevation
2 parents 058bc18 + 66a3896 commit 17f3404

File tree

15 files changed

+84
-96
lines changed

15 files changed

+84
-96
lines changed

.github/workflows/gh-pages-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
deploy:
15+
if: "!contains(github.ref, '-alpha.') && !contains(github.ref, '-beta.') && !contains(github.ref, '-rc.')"
1516
environment:
1617
name: github-pages
1718
url: ${{ steps.build-publish.outputs.page_url }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
- #### Tooltip
1010
- Do not show tooltip when target is clicked [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828)
1111

12+
## [6.3.6] - 2025-11-14
13+
### Fixed
14+
- #### Date picker
15+
- Value not committed on browser auto-fill behavior [#1932](https://github.com/IgniteUI/igniteui-webcomponents/pull/1932)
16+
1217
## [6.3.5] - 2025-11-13
1318
### Changed
1419
- **License Update**: The project license has been updated to the MIT License, providing greater flexibility and openness for the community. This change reflects our commitment to fostering an inclusive and collaborative development environment while maintaining the high-quality standards you expect from Ignite UI Web Components.
@@ -1059,6 +1064,7 @@ Initial release of Ignite UI Web Components
10591064
- Ripple component
10601065
- Switch component
10611066

1067+
[6.3.6]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.5...6.3.6
10621068
[6.3.5]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.4...6.3.5
10631069
[6.3.4]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.3...6.3.4
10641070
[6.3.3]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.2...6.3.3

0 commit comments

Comments
 (0)