You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular barcode generator package, use the following command.
42
+
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular barcode generator package, use the following command.
@@ -49,13 +49,13 @@ The above command does the below configuration to your Angular app.
49
49
50
50
* Adds `@syncfusion/ej2-angular-barcode-generator` package and its peer dependencies to your `package.json` file.
51
51
* Imports the `BarcodeGeneratorAllModule`, `QRCodeGeneratorAllModule`, `DataMatrixGeneratorAllModule` in your application module `app.module.ts`.
52
-
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
52
+
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
53
53
54
-
This makes it easy to add the Syncfusion<sup>®</sup> Angular Barcode Generator module to your project and start using it in your application.
54
+
This makes it easy to add the Syncfusion Angular Barcode Generator module to your project and start using it in your application.
55
55
56
56
### Add Barcode Generator component
57
57
58
-
In **src/app/app.component.ts**, use `<ejs-barcodegenerator>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Barcode Generator component.
58
+
In **src/app/app.component.ts**, use `<ejs-barcodegenerator>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Barcode Generator component.
59
59
60
60
```typescript
61
61
import { Component, OnInit } from'@angular/core';
@@ -117,10 +117,10 @@ Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/rele
117
117
118
118
## License and copyright
119
119
120
-
> 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 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).
120
+
> 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).
121
121
122
122
> 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.
123
123
124
124
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) for more info.
Copy file name to clipboardExpand all lines: components/buttons/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 29.1.33 (2025-03-25)
6
+
7
+
### Chip
8
+
9
+
#### Features
10
+
11
+
-`#FB63852` - Provided drag-and-drop functionality to rearrange chips and move them between containers. To enable drag and drop, set `allowDragAndDrop` to true.
Copy file name to clipboardExpand all lines: components/calendars/CHANGELOG.md
+5-53Lines changed: 5 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,67 +2,19 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 28.2.12 (2025-03-19)
6
-
7
-
### TimePicker
8
-
9
-
#### Bug Fixes
10
-
11
-
-`#F196127` - Fixed an issue where the change event was not triggered correctly upon the second update of time using the keyboard.
5
+
## 29.1.33 (2025-03-25)
12
6
13
7
### DatePicker
14
8
15
-
#### Bug Fixes
9
+
#### New Features
16
10
17
-
-`#FD65170` - Fixed an issue where the day of the week value was not displayed correctly when using `ccc` in the date format.
11
+
-The DatePicker allows users to input date values in various valid formats, enhancing the user experience by offering flexibility in specifying date formats for parsing. A new API called `inputFormats` has been introduced to handle custom date input formats, allowing users to specify the expected format(s) for parsing date values. For example, `InputFormats = 'new string[] { "dd/MM/yyyy", "MM/dd/yyyy", "yyyy-MM-dd" }'`.
18
12
19
13
### DateTimePicker
20
14
21
-
#### Bug Fixes
22
-
23
-
-`#FD65170` - Fixed an issue where the day of the week value was not displayed correctly when using `ccc` in the date format.
24
-
25
-
## 28.2.9 (2025-03-04)
26
-
27
-
### DateRangePicker
28
-
29
-
#### Bug Fixes
30
-
31
-
-`#I40705` - Fixed issue where the selected date was incorrect when setting the Start and Depth properties in the DateRangePicker to `Year`.
32
-
33
-
## 28.2.7 (2025-02-25)
34
-
35
-
### DatePicker
36
-
37
-
#### Bug Fixes
38
-
39
-
-`#I688316` - Fixed an issue where the month was not updating correctly when typing quickly.
40
-
41
-
## 28.1.41 (2025-01-21)
42
-
43
-
### DatePicker
44
-
45
-
#### Bug Fixes
46
-
47
-
-`#I675886` - Fixed an issue where values were not updated correctly when a mask was configured.
48
-
49
-
## 28.1.39 (2024-01-14)
50
-
51
-
### DateRangePicker
52
-
53
-
#### Bug Fixes
54
-
55
-
-`#I666998` - Fixed an issue where the start and end date selection was not maintained in the popup.
56
-
57
-
## 28.1.37 (2024-12-31)
58
-
59
-
### DateRangePicker
60
-
61
-
#### Bug Fixes
62
-
63
-
-`#I664732` - Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode.
15
+
#### New Features
64
16
65
-
-`#I664735` - Removed unnecessary conditional code for adding CSS classes based on device type.
17
+
-The DateTimePicker allows users to input date and time values in various valid formats, enhancing the user experience by offering flexibility in specifying date and time formats for parsing. A new API called `inputFormats` has been introduced to handle custom date and time input formats, allowing users to specify the expected format(s) for parsing date and time values. For example, `InputFormats='new string[] { "dd/MM/yyyy hh:mm", "MM/dd/yyyy HH:mm", "yyyy-MM-dd hh mm tt" }'`.
0 commit comments