Skip to content

Commit 676c1ec

Browse files
committed
Update to 18.1.3
1 parent 34f9f5c commit 676c1ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Using *Intl* is an alternative to the *Globalize* based mechanism [documented he
1313
Add a script tag for `devextreme-intl` behind your tag for the `devextreme` script:
1414

1515
```html
16-
<script src="https://unpkg.com/devextreme-intl@17.2/dist/devextreme-intl.js"></script>
16+
<script src="https://unpkg.com/devextreme-intl@18.1/dist/devextreme-intl.js"></script>
1717
```
1818

1919
or
2020

2121
```html
22-
<script src="https://unpkg.com/devextreme-intl@17.2/dist/devextreme-intl.min.js"></script>
22+
<script src="https://unpkg.com/devextreme-intl@18.1/dist/devextreme-intl.min.js"></script>
2323
```
2424

2525
See [this example with the relevant script tag in place](/examples/bundled.html).
@@ -81,7 +81,7 @@ As a result, some minor DevExtreme functionality is restricted.
8181
If a widget tries to parse a value in one of these scenarios, you will see this message in the JavaScript console:
8282

8383
> W0012 - Date parsing is invoked while the parser is not defined.
84-
> See: <http://js.devexpress.com/error/17_2/W0012>
84+
> See: <http://js.devexpress.com/error/18_1/W0012>
8585

8686
You can specify a custom [parser function](https://js.devexpress.com/Documentation/ApiReference/Common/Object_Structures/format/#parser) as part of the `displayFormat` or `column.format` configuration objects to overcome this limitation. Here are some examples:
8787

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devextreme-intl",
33
"description": "Integrates ECMAScript Internationalization API with DevExtreme",
4-
"version": "17.2.8",
4+
"version": "18.1.3",
55
"author": "Developer Express Inc.",
66
"license": "MIT",
77
"repository": {
@@ -14,12 +14,12 @@
1414
"dist/devextreme-intl.min.js"
1515
],
1616
"peerDependencies": {
17-
"devextreme": "16.2.4 - 17.2"
17+
"devextreme": "17.1 - 18.1"
1818
},
1919
"devDependencies": {
2020
"cldr-core": "latest",
2121
"cldrjs": "^0.3.1",
22-
"devextreme": "16.2.4 - 17.2",
22+
"devextreme": "17.1 - 18.1",
2323
"eslint": "^3.10.2",
2424
"intl": "^1.2.5",
2525
"jquery": "^3.0.0",

0 commit comments

Comments
 (0)