@vaadin/vaadin-template-renderer 22.0.0-alpha9 → 22.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -22
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,27 +1,7 @@
|
|
|
1
1
|
# @vaadin/vaadin-template-renderer
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
```sh
|
|
8
|
-
npm i @vaadin/vaadin-template-renderer
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Example
|
|
12
|
-
|
|
13
|
-
```html
|
|
14
|
-
<script type="module">
|
|
15
|
-
import '@vaadin/vaadin-template-renderer';
|
|
16
|
-
</script>
|
|
17
|
-
|
|
18
|
-
<vaadin-dialog>
|
|
19
|
-
<template>
|
|
20
|
-
<div>This simple dialog will close by pressing the Esc key,</div>
|
|
21
|
-
<div> or by a mouse click anywhere outside the dialog area</div>
|
|
22
|
-
</template>
|
|
23
|
-
</vaadin-dialog>
|
|
24
|
-
```
|
|
3
|
+
> ⚠️ Starting from Vaadin 22, this package is deprecated.
|
|
4
|
+
> Please use [`@vaadin/polymer-legacy-adapter`](https://www.npmjs.com/package/@vaadin/polymer-legacy-adapter) instead.
|
|
25
5
|
|
|
26
6
|
## License
|
|
27
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/vaadin-template-renderer",
|
|
3
|
-
"version": "22.0.0
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"template"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@vaadin/polymer-legacy-adapter": "22.0.0
|
|
30
|
+
"@vaadin/polymer-legacy-adapter": "^22.0.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "b668e9b1a975227fbe34beb70d1cd5b03dce2348"
|
|
33
33
|
}
|