Skip to content

Commit 6b4d2d1

Browse files
committed
v27.2.0
1 parent 69df2b4 commit 6b4d2d1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
label: Prerequisites
88
description: Take a couple of minutes to help our maintainers work faster.
99
options:
10-
- label: I am using the latest version (v27.1.3) of both intl-tel-input and utils.js.
10+
- label: I am using the latest version (v27.2.0) of both intl-tel-input and utils.js.
1111
required: true
1212
- label: This plugin uses libphonenumber for formatting, validation, and placeholder numbers. If my issue relates to one of these things, I confirm I have used their [test site](https://libphonenumber.appspot.com) to ensure the issue is not with them, and will provide a link to the test results page showing this. Else, I have [reported the issue](https://github.com/google/libphonenumber/blob/master/CONTRIBUTING.md) to them instead of here.
1313
required: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
See the Github Releases page for changelog: https://github.com/jackocnr/intl-tel-input/releases
22

3-
Or to view a specific version, e.g. v27.1.3, update the URL accordingly, e.g. https://github.com/jackocnr/intl-tel-input/releases/tag/v27.1.3
3+
Or to view a specific version, e.g. v27.2.0, update the URL accordingly, e.g. https://github.com/jackocnr/intl-tel-input/releases/tag/v27.2.0
44

55
## Breaking changes
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jackocnr/intl-tel-input",
3-
"version": "27.1.3",
3+
"version": "27.2.0",
44
"description": "A JavaScript plugin for entering and validating international telephone numbers",
55
"keywords": [
66
"international",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-tel-input",
3-
"version": "27.1.3",
3+
"version": "27.2.0",
44
"description": "A JavaScript plugin for entering and validating international telephone numbers",
55
"type": "module",
66
"license": "MIT",

site/src/docs/markdown/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ The [`loadUtils`](#loadutils) option takes a function that returns a Promise res
352352

353353
(B) import utils module from a URL (CDN or your own hosted version)
354354
```js
355-
() => import("https://cdn.jsdelivr.net/npm/intl-tel-input@27.1.3/dist/js/utils.js"),
355+
() => import("https://cdn.jsdelivr.net/npm/intl-tel-input@27.2.0/dist/js/utils.js"),
356356
```
357357

358358
The module is only loaded once the plugin initialises, and additionally, only once the page has finished loading (on the window `load` event) to prevent blocking (the script is ~260KB). The `promise` property on the plugin instance resolves once loading is complete — see [Utils Script](/docs/utils) for more information.

0 commit comments

Comments
 (0)