Skip to content

Commit 9620997

Browse files
author
pipeline
committed
v20.4.38 is released
1 parent d1ea0ad commit 9620997

File tree

153 files changed

+3605
-2367
lines changed

Some content is hidden

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

153 files changed

+3605
-2367
lines changed

components/barcodegenerator/README.md

Lines changed: 114 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,118 @@
1-
# Changelog
1+
# React Barcode Generator Component
22

3-
## [Unreleased]
3+
The [React Barcode](https://www.syncfusion.com/react-components/react-barcode?utm_source=npm&utm_medium=listing&utm_campaign=react-barcode-npm) (QR Code) Generator Component is a light-weight and high-performance control that displays industry-standard 1D and 2D barcodes in Angular applications. Generated barcodes are optimized for printing and on-screen scanning. It is designed for ease of use and does not require fonts.
44

5-
### Barcode
5+
<p align="center">
6+
<a href="https://ej2.syncfusion.com/react/documentation/barcode/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-barcode-npm">Getting started</a> .
7+
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-barcode-npm#/bootstrap5/barcode/ean8">Online demos</a> .
8+
<a href="https://www.syncfusion.com/react-components/react-barcode?utm_source=npm&utm_medium=listing&utm_campaign=react-barcode-npm">Learn more</a>
9+
</p>
610

7-
The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers
11+
<p align="center">
12+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-barcode.png" alt="React Barcode Component"/>
13+
</p>
814

9-
- Custom shapes can also be created and added easily.
10-
- Supports 2 two-dimensional barcodes such as QR and DataMatrix barcodes.
15+
16+
<p align="center">
17+
Trusted by the world's leading companies
18+
<a href="https://www.syncfusion.com">
19+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
20+
</a>
21+
</p>
22+
23+
## Setup
24+
25+
### Create a React Application
26+
27+
You can use [`create-react-app`](https://github.com/facebookincubator/create-react-app) to setup applications. To create React app use the following command.
28+
29+
```bash
30+
npx create-react-app my-app --template typescript
31+
cd my-app
32+
npm start
33+
```
34+
35+
### Adding Syncfusion Barcode Generator package
36+
37+
All Syncfusion react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react barcode generator package, use the following command.
38+
39+
```bash
40+
npm install @syncfusion/ej2-react-barcode-generator --save
41+
```
42+
43+
### Add Barcode component
44+
45+
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion Barcode component
46+
47+
```typescript
48+
import { BarcodeGeneratorComponent } from '@syncfusion/ej2-react-barcode-generator';
49+
import * as React from 'react';
50+
import './App.css';
51+
52+
function App() {
53+
return <BarcodeGeneratorComponent
54+
id="barcode"
55+
width={'200px'}
56+
height={'150px'}
57+
type="Ean8"
58+
value="11223344"></BarcodeGeneratorComponent>
59+
};
60+
export default App;
61+
```
62+
63+
## Supported frameworks
64+
65+
Barcode component is also offered in the following list of frameworks.
66+
67+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
68+
| :-----: | :-----: | :-----: | :-----: | :-----: |
69+
70+
## Showcase samples
71+
72+
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-barcode-npm#/default)
73+
* Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-react-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/react/fitness-tracker-app/)
74+
75+
## Key features
76+
77+
* Barcode Symbologies - Supports a wide range of barcode symbologies, including:
78+
* [QR Code](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/qrcode)
79+
* [Data Matrix](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/datamatrix)
80+
* [Code 39](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code39)
81+
* [Code 39 Extended](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code39Extd)
82+
* [Codabar](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/default-functionality)
83+
* [Code 32](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code32)
84+
* [Code 93](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code93)
85+
* [Code 128](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code128)
86+
* [Code 128A](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code128A)
87+
* [Code 128B](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code128B)
88+
* [Code 128C](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/code128C)
89+
* [EAN-8](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/ean8)
90+
* [EAN-13](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/ean13)
91+
* [UPC-A](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/upca)
92+
* [UPC-E](https://ej2.syncfusion.com/react/demos/#/bootstrap5/barcode/upce)
93+
* Text Customization - Allows you to customize the text displayed.
94+
* Exporting - Barcode can be exported as .png or .jpeg fromat image and can also be exported as base64 string.
95+
96+
## Support
97+
98+
Product support is available through the following mediums.
99+
100+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
101+
* [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-barcode-npm)
102+
* [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
103+
* [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-barcode-npm)
104+
* Live chat
105+
106+
## Changelog
107+
108+
Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
109+
110+
## License and copyright
111+
112+
> 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+ [React UI components](https://www.syncfusion.com/react-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).
113+
114+
> 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.
115+
116+
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license) for more info.
117+
118+
&copy; Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

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-react-barcode-generator",
3-
"version": "20.2.45",
3+
"version": "19.3.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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.4.38 (2022-12-21)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- `#I418318` - The option "to prevent the component from re-rendering while the state is being updated" has been provided.
12+
13+
#### Bug Fixes
14+
15+
- `#F174612` - The issue with the "React state change value is not reflected inside the `dialog` content template" has been resolved.
16+
517
## 20.3.47 (2022-09-29)
618

719
### Common

components/base/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-base",
3-
"version": "20.3.56",
3+
"version": "17.24.0",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -36,8 +36,6 @@
3636
"@types/react": "^15.0.24",
3737
"@types/react-dom": "^15.5.0",
3838
"@types/requirejs": "^2.1.26",
39-
"awesome-typescript-loader": "^3.1.3",
40-
"source-map-loader": "^0.2.1",
4139
"es6-promise": "^3.2.1",
4240
"gulp": "^3.9.1",
4341
"gulp-sass": "^3.1.0",

components/base/spec/component.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Sample extends React.PureComponent<{ content?: string ,name?:string,disabl
3434
<ReactStyler disabled={false}></ReactStyler>
3535
<button onClick={this.duplicateUpdte.bind(this)} id="dup-state">DuplicateUpdate</button>
3636
<button onClick={this.changeState.bind(this)} id="change-state">ChangeState</button>
37-
<ReactStyler1 ref='ReactStyler1' id="snm" className={this.state.name} headerText = "string"
37+
<ReactStyler1 ref='ReactStyler1' id="snm" className={this.state.name} headerText = "string" statelessTemplates={['content']}
3838
disabled={this.state.disabled} content={this.state.content} onChange= {this.triggerChange} change={this.triggerChange}>
3939
<FieldsDirective><FieldDirective name={this.state.content} status='processed' headerText='string'>
4040
<InnerFieldsDirective>
@@ -52,7 +52,7 @@ class Sample1 extends React.PureComponent<{ content?: string,name?:string }, { c
5252
this.state = { content: 'initial',name:'snm' };
5353
}
5454
public render(): any {
55-
return <ReactStyler2 ref='ReactStyler2' content={this.state.content}><FieldsDirective><FieldDirective name={this.state.content} status='processed'>
55+
return <ReactStyler2 ref='ReactStyler2' content={this.state.content} statelessTemplates={['content']}><FieldsDirective><FieldDirective name={this.state.content} status='processed'>
5656
<InnerFieldsDirective>
5757
<InnerFieldDirective name='snm' status='processed'></InnerFieldDirective>
5858
<InnerFieldDirective name='snm1' status='processed1'></InnerFieldDirective>

0 commit comments

Comments
 (0)