@syncfusion/ej2-angular-dropdowns 31.2.3 → 31.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,24 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I771070` - Fixed an issue where the Clear button was not in a disabled state when the `e-static-clear` class was used with the enabled property set to False.
10
+
11
+ - `#I771080` - Fixed an issue where the float label text was overlapping with the icon of the dropdown list component when long text was used.
12
+
13
+ ## 31.2.3 (2025-10-22)
14
+
15
+ ### DropDownTree
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I762066` - The issue with the Dropdown Tree Component with filtering and `treeSettings.autoCheck` supports has been resolved.
20
+
21
+ ## 31.2.2 (2025-10-15)
22
+
23
+ ### DropdownList
24
+
25
+ #### Bug Fixes
26
+
9
27
  - `#I771719` - Resolved an issue where a console error occurred when users searched and quickly pressed the tab key.
10
28
 
11
29
  - `#I771989` - Fixed an issue where the dropdown displayed escaped HTML entities instead of the intended readable tag names.
package/README.md CHANGED
@@ -167,7 +167,7 @@ The [Angular ListBox](https://www.syncfusion.com/angular-components/angular-list
167
167
  <p align="center">
168
168
  Trusted by the world's leading companies
169
169
  <a href="https://www.syncfusion.com/">
170
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
170
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
171
171
  </a>
172
172
  </p>
173
173
 
@@ -192,12 +192,19 @@ DropDown components are also supports the following frameworks.
192
192
  * Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-ng-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=dropdwonlist#/default)
193
193
  * Web Mail - [Source](https://github.com/syncfusion/ej2-showcase-ng-webmail), [Live Demo](https://ej2.syncfusion.com/showcase/angular/webmail/#/home)
194
194
 
195
+ ## Resources
196
+
197
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
198
+ * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
199
+ * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
200
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
201
+
195
202
  ## Support
196
203
 
197
204
  Product support is available through following mediums.
198
205
 
199
206
  * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
200
- * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-dropdown-npm)
207
+ * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-dropdown-npm)
201
208
  * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
202
209
  * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-dropdown-npm)
203
210
  * Live chat
@@ -208,7 +215,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
208
215
 
209
216
  ## License and copyright
210
217
 
211
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
218
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
212
219
 
213
220
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
214
221
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-dropdowns",
3
- "version": "31.2.3",
3
+ "version": "31.2.4",
4
4
  "description": "Essential JS 2 DropDown Components for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~31.2.2",
9
+ "@syncfusion/ej2-base": "~31.2.4",
10
10
  "@syncfusion/ej2-angular-base": "~31.2.2",
11
- "@syncfusion/ej2-dropdowns": "31.2.3"
11
+ "@syncfusion/ej2-dropdowns": "31.2.4"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^31.2.3';
4
+ exports.pkgVer = '^31.2.4';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~31.2.3';
6
+ exports.themeVer = '~31.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^31.2.3';
2
+ export const pkgVer = '^31.2.4';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~31.2.3';
4
+ export const themeVer = '~31.2.4';