Skip to content

Commit c4f3904

Browse files
authored
docs: add notice about CDN for v1
1 parent 69e9858 commit c4f3904

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/v2.0-migration-guide.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## Install
44

5-
The v2.0 should be installed using the `npm` command. CodeSnippet does not support bower and CDN anymore.
5+
The v2.0 should be installed using the `npm` command.
66

77
``` sh
88
$ npm install --save tui-code-snippet
99
```
1010

11+
CodeSnippet does not support bower and CDN anymore. However, CDN for v1.x still has been provided. It should be noted that **the latest version of CDN is the last release of v1**, not the latest version.
12+
1113
## Usage
1214

1315
The v2.0 supports importing a single function, so you can import only functions that you need.
@@ -108,4 +110,4 @@ From v2.0, the below functions are not provided anymore.
108110
* hasEncodableString
109111
* getDuplicatedChar
110112
* timestamp
111-
* Popup
113+
* Popup

0 commit comments

Comments
 (0)