Skip to content

Commit 3360b60

Browse files
author
pipeline
committed
v17.1.49 is released
1 parent 2b5a74a commit 3360b60

Some content is hidden

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

47 files changed

+484
-311
lines changed

controls/circulargauge/src/circular-gauge/axes/axis-model.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export interface LineModel {
77

88
/**
99
* The width of the line in pixels.
10+
* @aspDefaultValueIgnore
1011
* @default 2
1112
*/
1213

controls/circulargauge/src/circular-gauge/axes/axis.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class Line extends ChildProperty<Line> {
1414

1515
/**
1616
* The width of the line in pixels.
17+
* @aspDefaultValueIgnore
1718
* @default 2
1819
*/
1920

controls/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-dropdowns",
3-
"version": "17.1.48",
3+
"version": "17.1.49",
44
"description": "Essential JS 2 DropDown Components",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/inputs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,24 @@
44

55
## 17.1.49 (2019-05-29)
66

7+
### TextBox
8+
9+
#### New Features
10+
11+
- #236816 - Provided method to `focusIn` and `focusOut`.
12+
13+
### NumericTextBox
14+
15+
#### New Features
16+
17+
- #236816 - Provided method to `focusIn` and `focusOut`.
18+
719
### MaskedTextBox
820

21+
#### New Features
22+
23+
- #236816 - Provided method to `focusIn` and `focusOut`.
24+
925
#### Bug Fixes
1026

1127
- Now, MaskedTextBox renders properly after calling `refresh` method.

controls/inputs/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![coverage](http://ej2.syncfusion.com/badges/ej2-inputs/coverage.svg)](http://ej2.syncfusion.com/badges/ej2-inputs)
2-
31
# ej2-inputs
42

53
A package of Essential JS 2 Input textbox components. It comes with a collection of form components which is useful to get different input values from the users such as text, numbers, patterns, color and file inputs.

controls/inputs/dist/ej2-inputs.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/inputs/dist/ej2-inputs.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/inputs/dist/es6/ej2-inputs.es2015.js

+69-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/inputs/dist/es6/ej2-inputs.es2015.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)