Skip to content

Commit a60f77e

Browse files
author
pipeline
committed
v26.1.35 is released
1 parent c1882bd commit a60f77e

File tree

71,131 files changed

+13519018
-3369
lines changed

Some content is hidden

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

71,131 files changed

+13519018
-3369
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.7 (2024-06-04)
5+
## 26.1.35 (2024-06-11)
66

77
### Barcode
88

components/barcodegenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-barcode-generator",
3-
"version": "19.4.0",
3+
"version": "19.5.0",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/CHANGELOG.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22

33
## [Unreleased]
44

5-
## 25.2.6 (2024-05-28)
6-
7-
### common
8-
9-
#### Bug Fixes
10-
11-
- `#I52921` - Resolved `ngAfterViewChecked` triggered infinite time for array base directives property change.
12-
135
## 25.2.4 (2024-05-14)
146

15-
### common
7+
### Common
168

179
#### Bug Fixes
1810

@@ -146,10 +138,10 @@
146138
- Provided the TypeScript 4.7 compatible support for the Angular components.
147139
- Provided the option to register the license key by using the `npx` command. Follow these steps to register the license using the `npx` command:
148140

149-
| The `npx` command |
141+
| The `npx` command |
150142
|---|
151-
| Install the Syncfusion packages from `npm`. |
152-
| Add the license key either in the environment variable `SYNCFUSION_LICENSE` or in the `syncfusion-license.txt` text file. |
143+
| Install the Syncfusion packages from `npm`. |
144+
| Add the license key either in the environment variable `SYNCFUSION_LICENSE` or in the `syncfusion-license.txt` text file. |
153145
| Run the command `npx syncfusion-license activate` to automatically register the license. |
154146

155147
## 19.1.56 (2021-04-13)
@@ -200,7 +192,7 @@
200192
#### Bug Fixes
201193

202194
- `I307728` - Provided performance improvement on complex directives.
203-
- `I312275` - Resolved Script error while unsubscribing events on `OnDestroy` hook.
195+
- `I312275` - Resolved Script error while unsubscribing events on `OnDestroy` hook.
204196

205197
## 18.4.41 (2021-02-02)
206198

@@ -248,7 +240,7 @@
248240

249241
#### Bug Fixes
250242

251-
- `I275509,I274538,I278435` - Fixed ngFor databinding not worked while dynamically add items.
243+
- `I275509,I274538,I278435` - Fixed ngFor databinding not worked while dynamically add items.
252244

253245
## 18.1.42 (2020-04-01)
254246

components/base/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![coverage](http://ej2.syncfusion.com/badges/ej2-angular-base/coverage.svg)](http://ej2.syncfusion.com/badges/ej2-angular-base)
2+
13
# ej2-angular-base
24

35
A common package of Syncfusion Angular UI Components which contains base libraries, methods and class definitions.

components/base/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var gulp = require('gulp');
55
/**
66
* Build ts and scss files
77
*/
8-
gulp.task('build', ['scripts', 'styles']);
8+
gulp.task('build', gulp.series('scripts', 'styles'));
99

1010
/**
1111
* Compile ts files

components/base/karma.conf.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ module.exports = function(config) {
3434

3535
{ pattern: 'system.config.js', included: false, watched: false },
3636
{ pattern: "src/**/*.js", included: false },
37-
{ pattern: "spec/**/*.js", included: false },
38-
{ pattern: "node_modules/@syncfusion/ej2-base/**/*.js", included: false },
39-
'test-main.js'
37+
{ pattern: "node_modules/@syncfusion/ej2-base/**/*.js", included: false }
4038
],
4139

4240
// Proxied base paths for loading assets
@@ -53,6 +51,7 @@ module.exports = function(config) {
5351
logLevel: config.LOG_INFO,
5452
autoWatch: true,
5553
browsers: ['PhantomJS', 'Chrome', 'Firefox'],
56-
singleRun: false
54+
singleRun: false,
55+
failOnEmptyTestSuite: false
5756
})
5857
}

components/base/node_modules/@ampproject/remapping/README.md

Lines changed: 218 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/node_modules/@angular-devkit/architect/README.md

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)