@syncfusion/ej2-angular-inputs 26.1.40 → 26.1.41

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
@@ -2,17 +2,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### FormValidator
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F58905` - Fixed an issue where the min and max validation rules were not functioning correctly.
10
+
5
11
  ### Uploader
6
12
 
7
13
  #### Bug Fixes
8
14
 
9
- - `#I601231` - Fixed issue where change event would return all uploaded files instead of single file when multiple is set to false.
15
+ - `#I605386` - Fixed an issue where removing invalid files in a form did not trigger the select event again in the file upload.
10
16
 
11
- ### FormValidator
17
+ ## 26.1.40 (2024-07-02)
18
+
19
+ ### Uploader
12
20
 
13
21
  #### Bug Fixes
14
22
 
15
- - `#F58905` - Fixed an issue where the min and max validation rules were not functioning correctly.
23
+ - `#I601231` - Fixed issue where change event would return all uploaded files instead of single file when multiple is set to false.
24
+
25
+ - `#I602694` - Added aria labels to buttons on the Uploader for improved accessibility.
16
26
 
17
27
  ### Input
18
28
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-inputs@*",
3
- "_id": "@syncfusion/ej2-angular-inputs@26.1.39",
3
+ "_id": "@syncfusion/ej2-angular-inputs@26.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-nZh81wgAddWK7AgwarTHmRV+W0rox45BjOkQgnKXLT++WOdtszCn4zZmZVm23gWhhfwJcGqbDJGPf7nZeK61gQ==",
5
+ "_integrity": "sha512-qsvx2dXE0QK6xzTQWQ5W+cYpQ/OKmJ+U5Y33OvRRHo+7y2VzjPj4k0dtox4NXgeBqjI5vIk9BP92eEp5x214Tw==",
6
6
  "_location": "/@syncfusion/ej2-angular-inputs",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-26.1.39.tgz",
23
- "_shasum": "0103c1dc3532b939d3bc9e37a36ccadc28fd971a",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-26.1.40.tgz",
23
+ "_shasum": "c163618100815321c9a643b9d75c358c2ab81f01",
24
24
  "_spec": "@syncfusion/ej2-angular-inputs@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.1.39",
34
+ "@syncfusion/ej2-angular-base": "~26.1.41",
35
35
  "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-inputs": "26.1.40",
36
+ "@syncfusion/ej2-inputs": "26.1.41",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -95,5 +95,5 @@
95
95
  "schematics": "./schematics/collection.json",
96
96
  "sideEffects": false,
97
97
  "typings": "syncfusion-ej2-angular-inputs.d.ts",
98
- "version": "26.1.40"
98
+ "version": "26.1.41"
99
99
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^26.1.39';
2
+ export const pkgVer = '^26.1.40';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule';
4
- export const themeVer = '~26.1.39';
4
+ export const themeVer = '~26.1.40';