@lowdefy/docs 3.23.1 → 3.23.2
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/CHANGELOG.md +8 -0
- package/actions/JsAction.yaml +2 -2
- package/concepts/custom-blocks.yaml +2 -2
- package/concepts/custom-code.yaml +3 -3
- package/connections/AxiosHttp.yaml +1 -1
- package/deployment/aws-lambda.yaml +2 -2
- package/deployment/docker.yaml +2 -2
- package/howto/generate-csv.yaml.njk +1 -1
- package/howto/generate-pdf.yaml.njk +2 -2
- package/howto/generateCsv/lowdefy.yaml +1 -1
- package/howto/generatePdf/lowdefy.yaml +1 -1
- package/lowdefy.yaml +1 -1
- package/menus.yaml +2 -2
- package/operators/_actions.yaml +1 -1
- package/operators/_js.yaml +2 -2
- package/operators/_ref.yaml +4 -4
- package/package.json +2 -2
- package/public/sitemap.xml +204 -204
- package/tutorial/tutorial-create-page.yaml +1 -1
- package/tutorial/tutorial-start.yaml +1 -1
- package/users/login-and-logout.yaml +2 -2
- package/users/protected-pages.yaml +2 -2
- package/users/roles.yaml +2 -2
- package/users/users-introduction.yaml +1 -1
- package/version.yaml +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lowdefy/docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.23.1](https://github.com/lowdefy/lowdefy/compare/v3.23.0...v3.23.1) (2021-11-20)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @lowdefy/docs
|
package/actions/JsAction.yaml
CHANGED
|
@@ -66,7 +66,7 @@ _ref:
|
|
|
66
66
|
```yaml
|
|
67
67
|
# lowdefy.yaml
|
|
68
68
|
name: intercom-example
|
|
69
|
-
lowdefy: '3.23.
|
|
69
|
+
lowdefy: '3.23.2'
|
|
70
70
|
app:
|
|
71
71
|
html:
|
|
72
72
|
appendBody: |
|
|
@@ -137,7 +137,7 @@ _ref:
|
|
|
137
137
|
```yaml
|
|
138
138
|
# file: lowdefy.yaml
|
|
139
139
|
name: text-highlight-example
|
|
140
|
-
lowdefy: '3.23.
|
|
140
|
+
lowdefy: '3.23.2'
|
|
141
141
|
app:
|
|
142
142
|
html:
|
|
143
143
|
# Load the custom modules into the index.html head tag.
|
|
@@ -45,7 +45,7 @@ _ref:
|
|
|
45
45
|
|
|
46
46
|
```yaml
|
|
47
47
|
name: dashboard-app
|
|
48
|
-
lowdefy: 3.23.
|
|
48
|
+
lowdefy: 3.23.2
|
|
49
49
|
types:
|
|
50
50
|
AmChartsXY:
|
|
51
51
|
url: https://blocks-cdn.lowdefy.com/v3.10.1/blocks-amcharts/meta/AmChartsXY.json
|
|
@@ -95,7 +95,7 @@ _ref:
|
|
|
95
95
|
|
|
96
96
|
```yaml
|
|
97
97
|
name: dashboard-app
|
|
98
|
-
lowdefy: 3.23.
|
|
98
|
+
lowdefy: 3.23.2
|
|
99
99
|
types:
|
|
100
100
|
MyCustomBlock:
|
|
101
101
|
url: http://localhost:3002/meta/MyCustomBlock.json
|
|
@@ -53,7 +53,7 @@ _ref:
|
|
|
53
53
|
|
|
54
54
|
```yaml
|
|
55
55
|
name: google-analytics-example
|
|
56
|
-
lowdefy: 3.23.
|
|
56
|
+
lowdefy: 3.23.2
|
|
57
57
|
# ...
|
|
58
58
|
app:
|
|
59
59
|
html:
|
|
@@ -98,7 +98,7 @@ _ref:
|
|
|
98
98
|
```yaml
|
|
99
99
|
# /lowdefy.yaml
|
|
100
100
|
name: json-todos
|
|
101
|
-
lowdefy: 3.23.
|
|
101
|
+
lowdefy: 3.23.2
|
|
102
102
|
app:
|
|
103
103
|
html:
|
|
104
104
|
appendHead:
|
|
@@ -156,7 +156,7 @@ _ref:
|
|
|
156
156
|
```yaml
|
|
157
157
|
# /lowdefy.yaml
|
|
158
158
|
name: operator-example
|
|
159
|
-
lowdefy: 3.23.
|
|
159
|
+
lowdefy: 3.23.2
|
|
160
160
|
app:
|
|
161
161
|
html:
|
|
162
162
|
appendHead:
|
|
@@ -55,10 +55,10 @@ _ref:
|
|
|
55
55
|
COPY --chown=node:node . .
|
|
56
56
|
|
|
57
57
|
# Build the Lowdefy config using the Lowdefy CLI
|
|
58
|
-
RUN npx lowdefy@3.23.
|
|
58
|
+
RUN npx lowdefy@3.23.2 build
|
|
59
59
|
|
|
60
60
|
# Use the correct Lowdefy base image
|
|
61
|
-
FROM lowdefy/lowdefy-aws-lambda:3.23.
|
|
61
|
+
FROM lowdefy/lowdefy-aws-lambda:3.23.2
|
|
62
62
|
|
|
63
63
|
# Copy build output from build stage
|
|
64
64
|
COPY --from=build /home/node/lowdefy/.lowdefy/build ./build
|
package/deployment/docker.yaml
CHANGED
|
@@ -65,10 +65,10 @@ _ref:
|
|
|
65
65
|
COPY --chown=node:node . .
|
|
66
66
|
|
|
67
67
|
# Build the Lowdefy config using the Lowdefy CLI
|
|
68
|
-
RUN npx lowdefy@3.23.
|
|
68
|
+
RUN npx lowdefy@3.23.2 build
|
|
69
69
|
|
|
70
70
|
# Use the correct Lowdefy base image
|
|
71
|
-
FROM lowdefy/lowdefy:3.23.
|
|
71
|
+
FROM lowdefy/lowdefy:3.23.2
|
|
72
72
|
|
|
73
73
|
# Copy build output from build stage
|
|
74
74
|
COPY --from=build --chown=node:node /home/node/lowdefy/.lowdefy/build ./build
|
|
@@ -237,7 +237,7 @@ _ref:
|
|
|
237
237
|
###### /lowdefy.yaml
|
|
238
238
|
```yaml
|
|
239
239
|
name: Generate a PDF
|
|
240
|
-
lowdefy: 3.23.
|
|
240
|
+
lowdefy: 3.23.2
|
|
241
241
|
|
|
242
242
|
app:
|
|
243
243
|
html:
|
|
@@ -302,7 +302,7 @@ _ref:
|
|
|
302
302
|
|
|
303
303
|
###### /lowdefy.yaml
|
|
304
304
|
```yaml
|
|
305
|
-
lowdefy: 3.23.
|
|
305
|
+
lowdefy: 3.23.2
|
|
306
306
|
name: Generate PDF from data with Lowdefy
|
|
307
307
|
|
|
308
308
|
app:
|
package/lowdefy.yaml
CHANGED
package/menus.yaml
CHANGED
|
@@ -779,11 +779,11 @@
|
|
|
779
779
|
title: Lowdefy Versions
|
|
780
780
|
icon: BranchesOutlined
|
|
781
781
|
links:
|
|
782
|
-
- id: v3.23.
|
|
782
|
+
- id: v3.23.2
|
|
783
783
|
type: MenuLink
|
|
784
784
|
url: https://docs.lowdefy.com
|
|
785
785
|
properties:
|
|
786
|
-
title: v3.23.
|
|
786
|
+
title: v3.23.2
|
|
787
787
|
- id: v3.22.0
|
|
788
788
|
type: MenuLink
|
|
789
789
|
url: https://61519bcb8b8ed4412aae3057--lowdefy-docs.netlify.app
|
package/operators/_actions.yaml
CHANGED
package/operators/_js.yaml
CHANGED
|
@@ -51,7 +51,7 @@ _ref:
|
|
|
51
51
|
```yaml
|
|
52
52
|
# lowdefy.yaml
|
|
53
53
|
name: make-me-primes
|
|
54
|
-
lowdefy: '3.23.
|
|
54
|
+
lowdefy: '3.23.2'
|
|
55
55
|
app:
|
|
56
56
|
html:
|
|
57
57
|
# This HTML will be appended to the head HTML tag in the Lowdefy app
|
|
@@ -119,7 +119,7 @@ _ref:
|
|
|
119
119
|
```yaml
|
|
120
120
|
# file: lowdefy.yaml
|
|
121
121
|
name: my-chart
|
|
122
|
-
lowdefy: '3.23.
|
|
122
|
+
lowdefy: '3.23.2'
|
|
123
123
|
app:
|
|
124
124
|
html:
|
|
125
125
|
appendHead:
|
package/operators/_ref.yaml
CHANGED
|
@@ -73,7 +73,7 @@ _ref:
|
|
|
73
73
|
###### Reference pages:
|
|
74
74
|
```yaml
|
|
75
75
|
# lowdefy.yaml
|
|
76
|
-
lowdefy: '3.23.
|
|
76
|
+
lowdefy: '3.23.2'
|
|
77
77
|
pages:
|
|
78
78
|
- _ref: pages/page1.yaml
|
|
79
79
|
- _ref: pages/page2.yaml
|
|
@@ -94,7 +94,7 @@ _ref:
|
|
|
94
94
|
```
|
|
95
95
|
Returns:
|
|
96
96
|
```
|
|
97
|
-
lowdefy: '3.23.
|
|
97
|
+
lowdefy: '3.23.2'
|
|
98
98
|
pages:
|
|
99
99
|
- id: page1
|
|
100
100
|
type: PageHeaderMenu
|
|
@@ -197,7 +197,7 @@ _ref:
|
|
|
197
197
|
|
|
198
198
|
```yaml
|
|
199
199
|
// lowdefy.yaml
|
|
200
|
-
lowdefy: 3.23.
|
|
200
|
+
lowdefy: 3.23.2
|
|
201
201
|
|
|
202
202
|
cli:
|
|
203
203
|
refResolver: resolvers/useLocalOrSharedConfig.js
|
|
@@ -223,7 +223,7 @@ _ref:
|
|
|
223
223
|
```
|
|
224
224
|
```yaml
|
|
225
225
|
// lowdefy.yaml
|
|
226
|
-
lowdefy: 3.23.
|
|
226
|
+
lowdefy: 3.23.2
|
|
227
227
|
|
|
228
228
|
pages:
|
|
229
229
|
- _ref:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/docs",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4c30d3cdfa99ae4e90fc891825938c28bad45760"
|
|
44
44
|
}
|