Merge remote-tracking branch 'origin/main' into develop

# Conflicts:
#	.gitignore
#	CHANGELOG.md
#	lerna.json
#	package.json
#	packages/ajv/CHANGELOG.md
#	packages/ajv/package.json
#	packages/blockTools/CHANGELOG.md
#	packages/blockTools/package.json
#	packages/blocks/blocksAntd/CHANGELOG.md
#	packages/blocks/blocksAntd/package.json
#	packages/blocks/blocksBasic/CHANGELOG.md
#	packages/blocks/blocksBasic/package.json
#	packages/blocks/blocksColorSelectors/CHANGELOG.md
#	packages/blocks/blocksColorSelectors/package.json
#	packages/blocks/blocksECharts/CHANGELOG.md
#	packages/blocks/blocksECharts/package.json
#	packages/blocks/blocksMarkdown/CHANGELOG.md
#	packages/blocks/blocksMarkdown/package.json
#	packages/build/CHANGELOG.md
#	packages/build/package.json
#	packages/cli/CHANGELOG.md
#	packages/cli/package.json
#	packages/color/CHANGELOG.md
#	packages/color/package.json
#	packages/docs/CHANGELOG.md
#	packages/docs/package.json
#	packages/docs/version.yaml
#	packages/engine/CHANGELOG.md
#	packages/engine/package.json
#	packages/format/CHANGELOG.md
#	packages/format/package.json
#	packages/graphql-federated/CHANGELOG.md
#	packages/graphql-federated/package.json
#	packages/graphql/CHANGELOG.md
#	packages/graphql/package.json
#	packages/helpers/CHANGELOG.md
#	packages/helpers/package.json
#	packages/layout/CHANGELOG.md
#	packages/layout/package.json
#	packages/nodeUtils/CHANGELOG.md
#	packages/nodeUtils/package.json
#	packages/nunjucks/CHANGELOG.md
#	packages/nunjucks/package.json
#	packages/operators/CHANGELOG.md
#	packages/operators/package.json
#	packages/renderer/CHANGELOG.md
#	packages/renderer/package.json
#	packages/server/CHANGELOG.md
#	packages/server/package.json
#	packages/servers/serverAwsLambda/CHANGELOG.md
#	packages/servers/serverAwsLambda/package.json
#	packages/servers/serverDev/CHANGELOG.md
#	packages/servers/serverDev/package.json
#	packages/servers/serverDocker/CHANGELOG.md
#	packages/servers/serverDocker/package.json
#	packages/servers/serverNetlify/CHANGELOG.md
#	packages/servers/serverNetlify/package.json
#	packages/servers/serverNode/CHANGELOG.md
#	packages/servers/serverNode/package.json
#	packages/shell/CHANGELOG.md
#	packages/shell/package.json
#	yarn.lock
This commit is contained in:
Sam Tolmay 2022-02-01 15:49:51 +02:00
commit 48eb371eaf
No known key found for this signature in database
GPG Key ID: D004126FCD1A6DF0
32 changed files with 306 additions and 356 deletions

View File

@ -354,6 +354,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **operators:** Getter operators can no longer get from another context. * **operators:** Getter operators can no longer get from another context.
* **operators:** The _index operator is no longer supported in node env. * **operators:** The _index operator is no longer supported in node env.
* The _event, _global, _input, _state, and _url_query operators are no longer evaluated in connections or requests. * The _event, _global, _input, _state, and _url_query operators are no longer evaluated in connections or requests.
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
## Changes
### Blocks
- Fix an issue where the `Selector` and `MultipleSelector` blocks were not handling bounced `onSearch` events correctly and leaving the loading state early. Closes #968.
## Commits
### Bug Fixes
* **blocksAntd:** Added deboucing condition to Selector and MultipleSelector. ([ce1d3e4](https://github.com/lowdefy/lowdefy/commit/ce1d3e45d5e3add137a97c17461fcf57159dc3e2))

View File

@ -143,6 +143,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### BREAKING CHANGES ### BREAKING CHANGES
* The _event, _global, _input, _state, and _url_query operators are no longer evaluated in connections or requests. * The _event, _global, _input, _state, and _url_query operators are no longer evaluated in connections or requests.
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package @lowdefy/build

View File

@ -85,4 +85,4 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
} }
} }

View File

@ -44,6 +44,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25) # [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package lowdefy **Note:** Version bump only for package lowdefy

View File

@ -5,210 +5,138 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
### Bug Fixes ### Bug Fixes
* **docs:** Added redis connection documentation. ([ee1620b](https://github.com/lowdefy/lowdefy/commit/ee1620bb41d8aa3f32e05e9b7e03c7986365c59f)) - **docs:** Added redis connection documentation. ([ee1620b](https://github.com/lowdefy/lowdefy/commit/ee1620bb41d8aa3f32e05e9b7e03c7986365c59f))
### Features ### Features
* Add _diff to client operators as well as server. ([4e23fec](https://github.com/lowdefy/lowdefy/commit/4e23fec8a4985d7453dfcf750298bc0bedeb34a2)) - Add \_diff to client operators as well as server. ([4e23fec](https://github.com/lowdefy/lowdefy/commit/4e23fec8a4985d7453dfcf750298bc0bedeb34a2))
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27) # [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
**Note:** Version bump only for package @lowdefy/docs **Note:** Version bump only for package @lowdefy/docs
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25) # [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
**Note:** Version bump only for package @lowdefy/docs **Note:** Version bump only for package @lowdefy/docs
# [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25) # [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25)
**Note:** Version bump only for package @lowdefy/docs **Note:** Version bump only for package @lowdefy/docs
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25) # [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package @lowdefy/docs **Note:** Version bump only for package @lowdefy/docs
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25) # [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
### Bug Fixes ### Bug Fixes
* **docs:** Document that _index operator is client side only. ([72c8228](https://github.com/lowdefy/lowdefy/commit/72c82282a3e6bcd3eb2eeaf3c09b395a0f152405)) - **docs:** Document that \_index operator is client side only. ([72c8228](https://github.com/lowdefy/lowdefy/commit/72c82282a3e6bcd3eb2eeaf3c09b395a0f152405))
* Replace all front end testing with @testing-library/react, jest and other updates. ([22ec295](https://github.com/lowdefy/lowdefy/commit/22ec2954047853096aabcddba7a2c509342f95f2)) - Replace all front end testing with @testing-library/react, jest and other updates. ([22ec295](https://github.com/lowdefy/lowdefy/commit/22ec2954047853096aabcddba7a2c509342f95f2))
### Features ### Features
* **blocksAntd:** Add HolderOutlined icon. ([c39c387](https://github.com/lowdefy/lowdefy/commit/c39c38752e4a681a1146e44b6638ff8486ff9da9)) - **blocksAntd:** Add HolderOutlined icon. ([c39c387](https://github.com/lowdefy/lowdefy/commit/c39c38752e4a681a1146e44b6638ff8486ff9da9))
* **blocksAntd:** Convert Alert to container and add action content area. ([49c6baa](https://github.com/lowdefy/lowdefy/commit/49c6baabeedd4ed5aaaf14f1d7b4ae5d2545d6cf)) - **blocksAntd:** Convert Alert to container and add action content area. ([49c6baa](https://github.com/lowdefy/lowdefy/commit/49c6baabeedd4ed5aaaf14f1d7b4ae5d2545d6cf))
* **blocksAntd:** Drawer: Add extra content area and contentWrapperStyle property. ([9273fac](https://github.com/lowdefy/lowdefy/commit/9273facac41e5ee6341c80e698f4367b7d8686f3)) - **blocksAntd:** Drawer: Add extra content area and contentWrapperStyle property. ([9273fac](https://github.com/lowdefy/lowdefy/commit/9273facac41e5ee6341c80e698f4367b7d8686f3))
* **blocks:** Convert all context category blocks to container. ([6bc03c8](https://github.com/lowdefy/lowdefy/commit/6bc03c86b80a3506c2b85076626ae15a401bcdfc)) - **blocks:** Convert all context category blocks to container. ([6bc03c8](https://github.com/lowdefy/lowdefy/commit/6bc03c86b80a3506c2b85076626ae15a401bcdfc))
* **blockTools:** Update to @emotion/css, optimize makeCssClass standarise jest settings. ([947defa](https://github.com/lowdefy/lowdefy/commit/947defa3d8934e061933b1e218b79f2f97456054)) - **blockTools:** Update to @emotion/css, optimize makeCssClass standarise jest settings. ([947defa](https://github.com/lowdefy/lowdefy/commit/947defa3d8934e061933b1e218b79f2f97456054))
* Replace server side state with payload and _payload operator. ([1f928d9](https://github.com/lowdefy/lowdefy/commit/1f928d93db4cbe886d322a1a3998a817d769485f)) - Replace server side state with payload and \_payload operator. ([1f928d9](https://github.com/lowdefy/lowdefy/commit/1f928d93db4cbe886d322a1a3998a817d769485f))
### BREAKING CHANGES ### BREAKING CHANGES
* The _event, _global, _input, _state, and _url_query operators are no longer evaluated in connections or requests. - The \_event, \_global, \_input, \_state, and \_url_query operators are no longer evaluated in connections or requests.
## [3.23.1](https://github.com/lowdefy/lowdefy/compare/v3.23.0...v3.23.1) (2021-11-20) ## [3.23.1](https://github.com/lowdefy/lowdefy/compare/v3.23.0...v3.23.1) (2021-11-20)
**Note:** Version bump only for package @lowdefy/docs **Note:** Version bump only for package @lowdefy/docs
# [3.23.0](https://github.com/lowdefy/lowdefy/compare/v3.23.0-alpha.0...v3.23.0) (2021-11-19) # [3.23.0](https://github.com/lowdefy/lowdefy/compare/v3.23.0-alpha.0...v3.23.0) (2021-11-19)
### Bug Fixes ### Bug Fixes
* **docs:** Fix _ref resolver function example. ([0903094](https://github.com/lowdefy/lowdefy/commit/0903094ce531f4d8ab7849deb91ab3d6b7e5fd82)) - **docs:** Fix \_ref resolver function example. ([0903094](https://github.com/lowdefy/lowdefy/commit/0903094ce531f4d8ab7849deb91ab3d6b7e5fd82))
* **docs:** Included onSearch event example in MultipleSelector and Selector docs. ([0e53cb8](https://github.com/lowdefy/lowdefy/commit/0e53cb8f93ed49e0122ac038113d7378f67501f7)) - **docs:** Included onSearch event example in MultipleSelector and Selector docs. ([0e53cb8](https://github.com/lowdefy/lowdefy/commit/0e53cb8f93ed49e0122ac038113d7378f67501f7))
# [3.23.0-alpha.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0...v3.23.0-alpha.0) (2021-11-09) # [3.23.0-alpha.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0...v3.23.0-alpha.0) (2021-11-09)
### Bug Fixes ### Bug Fixes
* Add _switch operator to docs. ([c5c6f0c](https://github.com/lowdefy/lowdefy/commit/c5c6f0c9a5b0dfc89e09835d3ab940195a077504)) - Add \_switch operator to docs. ([c5c6f0c](https://github.com/lowdefy/lowdefy/commit/c5c6f0c9a5b0dfc89e09835d3ab940195a077504))
* Support .yml in lowdefy.yaml file. ([0f7cc2a](https://github.com/lowdefy/lowdefy/commit/0f7cc2a7612a5ad9a8164d5a5437dde5c6d7da49)), closes [#902](https://github.com/lowdefy/lowdefy/issues/902) - Support .yml in lowdefy.yaml file. ([0f7cc2a](https://github.com/lowdefy/lowdefy/commit/0f7cc2a7612a5ad9a8164d5a5437dde5c6d7da49)), closes [#902](https://github.com/lowdefy/lowdefy/issues/902)
* **docs:** Add avatar and links to blog template. ([d855599](https://github.com/lowdefy/lowdefy/commit/d855599398cae041933dd8b11aaf77648f87d4c2)) - **docs:** Add avatar and links to blog template. ([d855599](https://github.com/lowdefy/lowdefy/commit/d855599398cae041933dd8b11aaf77648f87d4c2))
* **docs:** Add how to generate pdfs. ([7b35550](https://github.com/lowdefy/lowdefy/commit/7b35550fa944995be8f8a9d0e809971cabcf12af)) - **docs:** Add how to generate pdfs. ([7b35550](https://github.com/lowdefy/lowdefy/commit/7b35550fa944995be8f8a9d0e809971cabcf12af))
* **docs:** Fix the iframe videos in the docs. ([c4a957a](https://github.com/lowdefy/lowdefy/commit/c4a957a12ea5adf018b373d8da8c5116e064205f)) - **docs:** Fix the iframe videos in the docs. ([c4a957a](https://github.com/lowdefy/lowdefy/commit/c4a957a12ea5adf018b373d8da8c5116e064205f))
* improvements on blog template. ([30e2291](https://github.com/lowdefy/lowdefy/commit/30e22917fed9932e43cde942532654aa4a6aeac6)) - improvements on blog template. ([30e2291](https://github.com/lowdefy/lowdefy/commit/30e22917fed9932e43cde942532654aa4a6aeac6))
* **docs:** Add how to generate CSVs. ([2cc8e45](https://github.com/lowdefy/lowdefy/commit/2cc8e45b165aa755dceb9e40525f8a0511fb3485)) - **docs:** Add how to generate CSVs. ([2cc8e45](https://github.com/lowdefy/lowdefy/commit/2cc8e45b165aa755dceb9e40525f8a0511fb3485))
### Features ### Features
* **docs:** Add how to generate csv. ([3257f51](https://github.com/lowdefy/lowdefy/commit/3257f514b95f7cafb8ac30998194e7ae0a327862)) - **docs:** Add how to generate csv. ([3257f51](https://github.com/lowdefy/lowdefy/commit/3257f514b95f7cafb8ac30998194e7ae0a327862))
* **docs:** Add videos to how tos. ([57c7779](https://github.com/lowdefy/lowdefy/commit/57c77798f0356c606cf90bfd36a4f63ab8d0ff36)) - **docs:** Add videos to how tos. ([57c7779](https://github.com/lowdefy/lowdefy/commit/57c77798f0356c606cf90bfd36a4f63ab8d0ff36))
* Add generate pdf how to. ([5bde460](https://github.com/lowdefy/lowdefy/commit/5bde460934e2dc94d677af5f287e3c85c0ff4c34)) - Add generate pdf how to. ([5bde460](https://github.com/lowdefy/lowdefy/commit/5bde460934e2dc94d677af5f287e3c85c0ff4c34))
* **docs:** Added switch operator documentation. ([7c42c78](https://github.com/lowdefy/lowdefy/commit/7c42c7882422ea89332b32bcef985b5bc5059ec8)) - **docs:** Added switch operator documentation. ([7c42c78](https://github.com/lowdefy/lowdefy/commit/7c42c7882422ea89332b32bcef985b5bc5059ec8))
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27) # [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
### Bug Fixes ### Bug Fixes
* **cli:** Use renderer served from blocks server url if configured. ([69d14b4](https://github.com/lowdefy/lowdefy/commit/69d14b4a862827beac955a5039df225af689f297)), closes [#840](https://github.com/lowdefy/lowdefy/issues/840) - **cli:** Use renderer served from blocks server url if configured. ([69d14b4](https://github.com/lowdefy/lowdefy/commit/69d14b4a862827beac955a5039df225af689f297)), closes [#840](https://github.com/lowdefy/lowdefy/issues/840)
* **docs:** Fix AxiosHttp connection type spelling in docs. ([d9b53a0](https://github.com/lowdefy/lowdefy/commit/d9b53a034111bc65813d81c036376d05274ff6c7)) - **docs:** Fix AxiosHttp connection type spelling in docs. ([d9b53a0](https://github.com/lowdefy/lowdefy/commit/d9b53a034111bc65813d81c036376d05274ff6c7))
### Features ### Features
* Add `_array.reduce` examples. ([c9a6b50](https://github.com/lowdefy/lowdefy/commit/c9a6b50017c05774654388244b06076646449ce9)) - Add `_array.reduce` examples. ([c9a6b50](https://github.com/lowdefy/lowdefy/commit/c9a6b50017c05774654388244b06076646449ce9))
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20) # [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
### Bug Fixes ### Bug Fixes
* **docs:** Added CheckboxSwitch examples and CheckboxSelector note. ([9cf56bf](https://github.com/lowdefy/lowdefy/commit/9cf56bfbaa5c7a75c55d24d2f965ec351c1672e0)) - **docs:** Added CheckboxSwitch examples and CheckboxSelector note. ([9cf56bf](https://github.com/lowdefy/lowdefy/commit/9cf56bfbaa5c7a75c55d24d2f965ec351c1672e0))
* **docs:** Added copyable and ellipsis config to Title block. ([9f8632e](https://github.com/lowdefy/lowdefy/commit/9f8632ec577196ea45471470a9dd13d3dbc09446)) - **docs:** Added copyable and ellipsis config to Title block. ([9f8632e](https://github.com/lowdefy/lowdefy/commit/9f8632ec577196ea45471470a9dd13d3dbc09446))
* **docs:** Change npx commands to specific versions for deployments. ([f2c380b](https://github.com/lowdefy/lowdefy/commit/f2c380b07a78defff79281d5c07c61a718bfe750)) - **docs:** Change npx commands to specific versions for deployments. ([f2c380b](https://github.com/lowdefy/lowdefy/commit/f2c380b07a78defff79281d5c07c61a718bfe750))
* **docs:** Convert CLI commands to npx commands. ([c9cd643](https://github.com/lowdefy/lowdefy/commit/c9cd643f3809fdc0cde7ba47e17e392b3236c17b)) - **docs:** Convert CLI commands to npx commands. ([c9cd643](https://github.com/lowdefy/lowdefy/commit/c9cd643f3809fdc0cde7ba47e17e392b3236c17b))
* **docs:** Update CLI npm install docs. ([98a8b71](https://github.com/lowdefy/lowdefy/commit/98a8b71ff2ef961ccfcb8b94e115b4162881dd38)) - **docs:** Update CLI npm install docs. ([98a8b71](https://github.com/lowdefy/lowdefy/commit/98a8b71ff2ef961ccfcb8b94e115b4162881dd38))
### Features ### Features
* **docs:** Add _get operator switch example. ([b727b9e](https://github.com/lowdefy/lowdefy/commit/b727b9edd0f37d3d10d5add32cbd9411fa4b6f98)) - **docs:** Add \_get operator switch example. ([b727b9e](https://github.com/lowdefy/lowdefy/commit/b727b9edd0f37d3d10d5add32cbd9411fa4b6f98))
* **docs:** Added CheckboxSwitch docs. ([81752aa](https://github.com/lowdefy/lowdefy/commit/81752aa927f1d6050a290440ca15a87c05f3ea51)) - **docs:** Added CheckboxSwitch docs. ([81752aa](https://github.com/lowdefy/lowdefy/commit/81752aa927f1d6050a290440ca15a87c05f3ea51))
# [3.22.0-alpha.0](https://github.com/lowdefy/lowdefy/compare/v3.21.2...v3.22.0-alpha.0) (2021-09-08) # [3.22.0-alpha.0](https://github.com/lowdefy/lowdefy/compare/v3.21.2...v3.22.0-alpha.0) (2021-09-08)
### Features ### Features
* **docs:** Add Stripe documentation. ([ed963ec](https://github.com/lowdefy/lowdefy/commit/ed963ec823ef19e88ed8320d71b83a7eef2e6cfe)) - **docs:** Add Stripe documentation. ([ed963ec](https://github.com/lowdefy/lowdefy/commit/ed963ec823ef19e88ed8320d71b83a7eef2e6cfe))
* **docs:** Added Password Input block docs. ([ee8bda4](https://github.com/lowdefy/lowdefy/commit/ee8bda4a5bd6248c03433a720652d72c3b9ddbae)) - **docs:** Added Password Input block docs. ([ee8bda4](https://github.com/lowdefy/lowdefy/commit/ee8bda4a5bd6248c03433a720652d72c3b9ddbae))
## [3.21.2](https://github.com/lowdefy/lowdefy/compare/v3.21.2-alpha.0...v3.21.2) (2021-08-31) ## [3.21.2](https://github.com/lowdefy/lowdefy/compare/v3.21.2-alpha.0...v3.21.2) (2021-08-31)
**Note:** Version bump only for package @lowdefy/docs **Note:** Version bump only for package @lowdefy/docs
## [3.21.2-alpha.0](https://github.com/lowdefy/lowdefy/compare/v3.21.1...v3.21.2-alpha.0) (2021-08-31) ## [3.21.2-alpha.0](https://github.com/lowdefy/lowdefy/compare/v3.21.1...v3.21.2-alpha.0) (2021-08-31)
### Bug Fixes ### Bug Fixes
* Downgrade mongodb driver to LTS version 3.6.12. ([24f94f6](https://github.com/lowdefy/lowdefy/commit/24f94f644256cfc4f1b09c3122f2525c58f1502c)) - Downgrade mongodb driver to LTS version 3.6.12. ([24f94f6](https://github.com/lowdefy/lowdefy/commit/24f94f644256cfc4f1b09c3122f2525c58f1502c))
## [3.21.1](https://github.com/lowdefy/lowdefy/compare/v3.21.0...v3.21.1) (2021-08-26) ## [3.21.1](https://github.com/lowdefy/lowdefy/compare/v3.21.0...v3.21.1) (2021-08-26)
### Bug Fixes ### Bug Fixes
* **docs:** Add missing hash docs. ([2520555](https://github.com/lowdefy/lowdefy/commit/2520555212b699bf58d9a01b5db996cb2f5b44cb)) - **docs:** Add missing hash docs. ([2520555](https://github.com/lowdefy/lowdefy/commit/2520555212b699bf58d9a01b5db996cb2f5b44cb))
* **docs:** Add responsive layout docs and video. ([5c31dac](https://github.com/lowdefy/lowdefy/commit/5c31dacda32ec8688dcf6605756c6a1262867adf)) - **docs:** Add responsive layout docs and video. ([5c31dac](https://github.com/lowdefy/lowdefy/commit/5c31dacda32ec8688dcf6605756c6a1262867adf))
* **docs:** Update node server docs. ([bb64d3e](https://github.com/lowdefy/lowdefy/commit/bb64d3e850b0c60a5129babbb5b144a577d8635d)) - **docs:** Update node server docs. ([bb64d3e](https://github.com/lowdefy/lowdefy/commit/bb64d3e850b0c60a5129babbb5b144a577d8635d))
### Features ### Features
* **docs:** Added responsive setup to Layout Concepts. ([0635433](https://github.com/lowdefy/lowdefy/commit/0635433df47ff1fd1fe067231ea0a9ff4b3f652e)) - **docs:** Added responsive setup to Layout Concepts. ([0635433](https://github.com/lowdefy/lowdefy/commit/0635433df47ff1fd1fe067231ea0a9ff4b3f652e))
# [3.21.0](https://github.com/lowdefy/lowdefy/compare/v3.20.4...v3.21.0) (2021-08-25) # [3.21.0](https://github.com/lowdefy/lowdefy/compare/v3.20.4...v3.21.0) (2021-08-25)

View File

@ -66,7 +66,7 @@ _ref:
```yaml ```yaml
# lowdefy.yaml # lowdefy.yaml
name: intercom-example name: intercom-example
lowdefy: '3.23.1' lowdefy: '3.23.2'
app: app:
html: html:
appendBody: | appendBody: |
@ -137,7 +137,7 @@ _ref:
```yaml ```yaml
# file: lowdefy.yaml # file: lowdefy.yaml
name: text-highlight-example name: text-highlight-example
lowdefy: '3.23.1' lowdefy: '3.23.2'
app: app:
html: html:
# Load the custom modules into the index.html head tag. # Load the custom modules into the index.html head tag.

View File

@ -45,7 +45,7 @@ _ref:
```yaml ```yaml
name: dashboard-app name: dashboard-app
lowdefy: 3.23.1 lowdefy: 3.23.2
types: types:
AmChartsXY: AmChartsXY:
url: https://blocks-cdn.lowdefy.com/v3.10.1/blocks-amcharts/meta/AmChartsXY.json url: https://blocks-cdn.lowdefy.com/v3.10.1/blocks-amcharts/meta/AmChartsXY.json
@ -95,7 +95,7 @@ _ref:
```yaml ```yaml
name: dashboard-app name: dashboard-app
lowdefy: 3.23.1 lowdefy: 3.23.2
types: types:
MyCustomBlock: MyCustomBlock:
url: http://localhost:3002/meta/MyCustomBlock.json url: http://localhost:3002/meta/MyCustomBlock.json

View File

@ -53,7 +53,7 @@ _ref:
```yaml ```yaml
name: google-analytics-example name: google-analytics-example
lowdefy: 3.23.1 lowdefy: 3.23.2
# ... # ...
app: app:
html: html:
@ -98,7 +98,7 @@ _ref:
```yaml ```yaml
# /lowdefy.yaml # /lowdefy.yaml
name: json-todos name: json-todos
lowdefy: 3.23.1 lowdefy: 3.23.2
app: app:
html: html:
appendHead: appendHead:
@ -156,7 +156,7 @@ _ref:
```yaml ```yaml
# /lowdefy.yaml # /lowdefy.yaml
name: operator-example name: operator-example
lowdefy: 3.23.1 lowdefy: 3.23.2
app: app:
html: html:
appendHead: appendHead:

View File

@ -88,7 +88,7 @@ _ref:
###### A basic full example requesting data from https://jsonplaceholder.typicode.com ###### A basic full example requesting data from https://jsonplaceholder.typicode.com
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
name: Lowdefy starter name: Lowdefy starter
connections: connections:
- id: my_api - id: my_api

View File

@ -55,10 +55,10 @@ _ref:
COPY --chown=node:node . . COPY --chown=node:node . .
# Build the Lowdefy config using the Lowdefy CLI # Build the Lowdefy config using the Lowdefy CLI
RUN npx lowdefy@3.23.1 build RUN npx lowdefy@3.23.2 build
# Use the correct Lowdefy base image # Use the correct Lowdefy base image
FROM lowdefy/lowdefy-aws-lambda:3.23.1 FROM lowdefy/lowdefy-aws-lambda:3.23.2
# Copy build output from build stage # Copy build output from build stage
COPY --from=build /home/node/lowdefy/.lowdefy/build ./build COPY --from=build /home/node/lowdefy/.lowdefy/build ./build

View File

@ -65,10 +65,10 @@ _ref:
COPY --chown=node:node . . COPY --chown=node:node . .
# Build the Lowdefy config using the Lowdefy CLI # Build the Lowdefy config using the Lowdefy CLI
RUN npx lowdefy@3.23.1 build RUN npx lowdefy@3.23.2 build
# Use the correct Lowdefy base image # Use the correct Lowdefy base image
FROM lowdefy/lowdefy:3.23.1 FROM lowdefy/lowdefy:3.23.2
# Copy build output from build stage # Copy build output from build stage
COPY --from=build --chown=node:node /home/node/lowdefy/.lowdefy/build ./build COPY --from=build --chown=node:node /home/node/lowdefy/.lowdefy/build ./build

View File

@ -184,7 +184,7 @@ _ref:
###### /lowdefy.yaml ###### /lowdefy.yaml
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
name: Generate PDF from data with Lowdefy name: Generate PDF from data with Lowdefy
app: app:

View File

@ -237,7 +237,7 @@ _ref:
###### /lowdefy.yaml ###### /lowdefy.yaml
```yaml ```yaml
name: Generate a PDF name: Generate a PDF
lowdefy: 3.23.1 lowdefy: 3.23.2
app: app:
html: html:
@ -302,7 +302,7 @@ _ref:
###### /lowdefy.yaml ###### /lowdefy.yaml
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
name: Generate PDF from data with Lowdefy name: Generate PDF from data with Lowdefy
app: app:

View File

@ -1,4 +1,4 @@
lowdefy: 3.23.1 lowdefy: 3.23.2
name: Generate PDF from data with Lowdefy name: Generate PDF from data with Lowdefy
app: app:

View File

@ -1,4 +1,4 @@
lowdefy: 3.23.1 lowdefy: 3.23.2
name: Generate PDF from data with Lowdefy name: Generate PDF from data with Lowdefy
app: app:

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
name: '@lowdefy/docs' name: '@lowdefy/docs'
lowdefy: 3.23.1 lowdefy: 3.23.2
licence: Apache-2.0 licence: Apache-2.0
cli: cli:

View File

@ -773,11 +773,11 @@
title: Lowdefy Versions title: Lowdefy Versions
icon: BranchesOutlined icon: BranchesOutlined
links: links:
- id: v3.23.1 - id: v3.23.2
type: MenuLink type: MenuLink
url: https://docs.lowdefy.com url: https://docs.lowdefy.com
properties: properties:
title: v3.23.1 title: v3.23.2
- id: v3.22.0 - id: v3.22.0
type: MenuLink type: MenuLink
url: https://61519bcb8b8ed4412aae3057--lowdefy-docs.netlify.app url: https://61519bcb8b8ed4412aae3057--lowdefy-docs.netlify.app

View File

@ -77,7 +77,7 @@ _ref:
First register a custom JavaScript action: `getNormalizedEigenvector` First register a custom JavaScript action: `getNormalizedEigenvector`
```yaml ```yaml
# file: lowdefy.yaml # file: lowdefy.yaml
lowdefy: '3.23.1' lowdefy: '3.23.2'
app: app:
html: html:
appendHead: | appendHead: |

View File

@ -51,7 +51,7 @@ _ref:
```yaml ```yaml
# lowdefy.yaml # lowdefy.yaml
name: make-me-primes name: make-me-primes
lowdefy: '3.23.1' lowdefy: '3.23.2'
app: app:
html: html:
# This HTML will be appended to the head HTML tag in the Lowdefy app # This HTML will be appended to the head HTML tag in the Lowdefy app
@ -119,7 +119,7 @@ _ref:
```yaml ```yaml
# file: lowdefy.yaml # file: lowdefy.yaml
name: my-chart name: my-chart
lowdefy: '3.23.1' lowdefy: '3.23.2'
app: app:
html: html:
appendHead: appendHead:

View File

@ -79,7 +79,7 @@ _ref:
###### Reference pages: ###### Reference pages:
```yaml ```yaml
# lowdefy.yaml # lowdefy.yaml
lowdefy: '3.23.1' lowdefy: '3.23.2'
pages: pages:
- _ref: pages/page1.yaml - _ref: pages/page1.yaml
- _ref: pages/page2.yaml - _ref: pages/page2.yaml
@ -100,7 +100,7 @@ _ref:
``` ```
Returns: Returns:
``` ```
lowdefy: '3.23.1' lowdefy: '3.23.2'
pages: pages:
- id: page1 - id: page1
type: PageHeaderMenu type: PageHeaderMenu
@ -203,7 +203,7 @@ _ref:
```yaml ```yaml
// lowdefy.yaml // lowdefy.yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
cli: cli:
refResolver: resolvers/useLocalOrSharedConfig.js refResolver: resolvers/useLocalOrSharedConfig.js
@ -229,7 +229,7 @@ _ref:
``` ```
```yaml ```yaml
// lowdefy.yaml // lowdefy.yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
pages: pages:
- _ref: - _ref:

File diff suppressed because it is too large Load Diff

View File

@ -76,7 +76,7 @@ _ref:
```yaml ```yaml
name: lowdefy-project-template name: lowdefy-project-template
lowdefy: 3.23.1 lowdefy: 3.23.2
pages: pages:
################ -------- Copy from here -------- ################ ################ -------- Copy from here -------- ################

View File

@ -180,7 +180,7 @@ _ref:
Open the `lowdefy.yaml` file using a text editor like [VS Code](https://code.visualstudio.com/download). The content of the file should look like this: Open the `lowdefy.yaml` file using a text editor like [VS Code](https://code.visualstudio.com/download). The content of the file should look like this:
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
name: Lowdefy starter name: Lowdefy starter
pages: pages:

View File

@ -132,7 +132,7 @@ _ref:
###### Redirect to the Auth0 logout URL and return to the `logged-out` page in the app after logout: ###### Redirect to the Auth0 logout URL and return to the `logged-out` page in the app after logout:
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
config: config:
auth: auth:
openId: openId:
@ -144,7 +144,7 @@ _ref:
###### Redirect to the Keycloak logout URL and return to the `logged-out` page in the app after logout: ###### Redirect to the Keycloak logout URL and return to the `logged-out` page in the app after logout:
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
config: config:
auth: auth:
openId: openId:

View File

@ -36,7 +36,7 @@ _ref:
###### List specific public pages: ###### List specific public pages:
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
config: config:
auth: auth:
pages: pages:
@ -48,7 +48,7 @@ _ref:
```` ````
###### List specific protected pages: ###### List specific protected pages:
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
config: config:
auth: auth:
pages: pages:

View File

@ -29,7 +29,7 @@ _ref:
Roles can be read from a custom claim on the OpenID Connect `idToken`. This should be an array of strings which are the role names. This needs to be configured at the OpenID Connect provider. The field that contains the roles array is configured in the `config.auth.openId` field in the Lowdefy configuration. Roles can be read from a custom claim on the OpenID Connect `idToken`. This should be an array of strings which are the role names. This needs to be configured at the OpenID Connect provider. The field that contains the roles array is configured in the `config.auth.openId` field in the Lowdefy configuration.
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
config: config:
auth: auth:
openId: openId:
@ -43,7 +43,7 @@ _ref:
###### Protect pages using roles: ###### Protect pages using roles:
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
config: config:
auth: auth:
openId: openId:

View File

@ -48,7 +48,7 @@ _ref:
content: | content: |
Most authorization and authentication settings are configured in the `config.auth` object in the Lowdefy configuration. The following config can be set: Most authorization and authentication settings are configured in the `config.auth` object in the Lowdefy configuration. The following config can be set:
```yaml ```yaml
lowdefy: 3.23.1 lowdefy: 3.23.2
config: config:
auth: auth:
openId: openId:

View File

@ -35,6 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25) # [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25)
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package @lowdefy/engine **Note:** Version bump only for package @lowdefy/engine

View File

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package @lowdefy/format **Note:** Version bump only for package @lowdefy/format

View File

@ -46,6 +46,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25) # [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package @lowdefy/layout **Note:** Version bump only for package @lowdefy/layout

View File

@ -45,6 +45,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25) # [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25)
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package @lowdefy/operators **Note:** Version bump only for package @lowdefy/operators

View File

@ -65,6 +65,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25) # [4.0.0-alpha.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2021-11-25)
## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29)
**Note:** Version bump only for package @lowdefy/server **Note:** Version bump only for package @lowdefy/server