landaxs 1.1.0 → 1.1.1
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Landaxs is library for dynamically managing input forms, supporting two-way bind
|
|
|
9
9
|
CDN
|
|
10
10
|
|
|
11
11
|
```html
|
|
12
|
-
<script src="https://cdn.jsdelivr.net/npm/landaxs@1.0
|
|
12
|
+
<script src="https://cdn.jsdelivr.net/npm/landaxs@1.1.0/dist/index.min.js"></script>
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
### Define input name
|
|
@@ -224,7 +224,7 @@ app.setStyle("kotak", {
|
|
|
224
224
|
<meta charset="UTF-8">
|
|
225
225
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
226
226
|
<title>Document</title>
|
|
227
|
-
<script src="https://cdn.jsdelivr.net/npm/landaxs@1.0
|
|
227
|
+
<script src="https://cdn.jsdelivr.net/npm/landaxs@1.1.0/dist/index.min.js"></script>
|
|
228
228
|
<style>
|
|
229
229
|
.form-control {
|
|
230
230
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "landaxs",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Landaxs is a lightweight library for dynamic input binding with two-way data flow.",
|
|
5
5
|
"keywords": ["forms", "binding", "javascript", "typescript"],
|
|
6
6
|
"homepage": "https://github.com/Rakhmadi/Landaxs#readme",
|