Skip to content

Commit a1d52f3

Browse files
authored
Merge branch 'master' into apetrov/fix-tabs-theme-parameters
2 parents 5de899c + 8abfc0f commit a1d52f3

Some content is hidden

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

54 files changed

+595
-747
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Added
9+
- #### Localization
10+
- New localization implementation. Now you can set global localization for all localized Ignite UI components using the `registerI18n` and `setCurrentI18n` methods.
11+
- Calendar, Date Input, Date Picker and Date Range Picker components now implement the new localization for formatting as well, which internally uses new implementation of the Intl.
12+
- Added localization for Carousel, Chip, Combo, File Input and Tree. They now have `locale` and `resourceStrings` properties as well, which you can set to customize them individually.
13+
814
### Fixed
915
- #### Tooltip
1016
- Do not show tooltip when target is clicked [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828)
17+
- #### Date input, Date picker, Date range picker
18+
- Default display format now follows strictly locale format as per specification without leading zeros.
19+
20+
## [6.3.6] - 2025-11-14
21+
### Fixed
22+
- #### Date picker
23+
- Value not committed on browser auto-fill behavior [#1932](https://github.com/IgniteUI/igniteui-webcomponents/pull/1932)
1124

1225
## [6.3.5] - 2025-11-13
1326
### Changed
@@ -1059,6 +1072,7 @@ Initial release of Ignite UI Web Components
10591072
- Ripple component
10601073
- Switch component
10611074

1075+
[6.3.6]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.5...6.3.6
10621076
[6.3.5]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.4...6.3.5
10631077
[6.3.4]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.3...6.3.4
10641078
[6.3.3]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.2...6.3.3

0 commit comments

Comments
 (0)