SamTolmay
|
1abc5426fb
|
feat(operators): Remove ability to get from another context.
BREAKING CHANGE: Getter operators can no longer get from another context.
|
2021-10-01 13:58:10 +02:00 |
|
SamTolmay
|
67141dd2c1
|
fix(graphql): Fix graphql tests fro removed contextId.
|
2021-10-01 13:06:31 +02:00 |
|
SamTolmay
|
8899e6f642
|
fix(blocksBasic): Remove Context block tests.
|
2021-10-01 12:56:48 +02:00 |
|
SamTolmay
|
36cf2cf4f8
|
feat(graphql): Remove support for nested contexts on a page.
|
2021-10-01 12:45:18 +02:00 |
|
SamTolmay
|
b003b76182
|
feat(build): Remove support for nested contexts on a page.
|
2021-10-01 12:44:43 +02:00 |
|
Gervwyk
|
75ef33f542
|
fix(blocksAntd): Add feedback classes to labelLogic.
|
2021-10-01 12:06:39 +02:00 |
|
Gervwyk
|
56e167db98
|
fix(blocksAntd): Comment.datetime can also be a string.
|
2021-10-01 11:47:26 +02:00 |
|
SamTolmay
|
6bc03c86b8
|
feat(blocks): Convert all context category blocks to container.
|
2021-10-01 11:33:31 +02:00 |
|
Gervwyk
|
b5aac6eb42
|
chore: Update from main.
|
2021-10-01 10:59:56 +02:00 |
|
Gervwyk
|
672624faa9
|
feat(blocksAntd): Add onSearch event to AutoComplete.
|
2021-10-01 10:50:41 +02:00 |
|
Gerrie van Wyk
|
0430af9917
|
Merge pull request #882 from lowdefy/fix-issue-template
chore: Update bug report template.
|
2021-10-01 10:39:02 +02:00 |
|
SamTolmay
|
cc9bce9baa
|
chore: Update bug report template.
|
2021-09-30 15:46:24 +02:00 |
|
Sam
|
2dd027f9ae
|
Merge pull request #876 from lowdefy/replace-server-state-with-payload
feat: Replace server side state with payload and _payload operator.
|
2021-09-30 15:42:52 +02:00 |
|
SamTolmay
|
72c82282a3
|
fix(docs): Document that _index operator is client side only.
|
2021-09-30 14:36:43 +02:00 |
|
SamTolmay
|
e8a2141812
|
fix(engine): Add tests for payload change.
|
2021-09-30 14:35:21 +02:00 |
|
SamTolmay
|
43c2507b95
|
fix(build): Update build tests for payload change.
|
2021-09-30 14:08:57 +02:00 |
|
SamTolmay
|
add263181a
|
fix(graphql): Fix graphql RequestInput schema
|
2021-09-30 12:01:17 +02:00 |
|
SamTolmay
|
dc41f69330
|
fix(operators): Fix operator tests for payload change.
|
2021-09-30 12:00:56 +02:00 |
|
SamTolmay
|
ec777ca4b9
|
fix(operators): _index operator is no longer supported in node env.
BREAKING CHANGE: The _index operator is no longer supported in node env.
|
2021-09-30 12:00:25 +02:00 |
|
Gerrie van Wyk
|
533f105245
|
Merge pull request #866 from lowdefy/switch-operator
feat(operators): Added Switch operator.
|
2021-09-29 12:50:32 +02:00 |
|
Sandile
|
59bf1e2f21
|
Merge branch 'switch-operator' of https://github.com/lowdefy/lowdefy into switch-operator
|
2021-09-29 12:02:24 +02:00 |
|
Sandile
|
cdbd0e0d22
|
fix(operators): Updated switch operator to for... ...of syntax.
|
2021-09-29 12:02:18 +02:00 |
|
SamTolmay
|
1f928d93db
|
feat: Replace server side state with payload and _payload operator.
BREAKING CHANGE: The _event, _global, _input, _state, and _url_query operators are no longer evaluated in connections or requests.
|
2021-09-29 11:13:55 +02:00 |
|
Gerrie van Wyk
|
f4cfabf033
|
Merge pull request #865 from lowdefy/version-3-22-0
Release version 3.22.0
|
2021-09-27 15:11:32 +02:00 |
|
Gerrie van Wyk
|
839c5bc634
|
Merge branch 'develop' into switch-operator
|
2021-09-27 14:58:19 +02:00 |
|
Sandile
|
7c42c78824
|
feat(docs): Added switch operator documentation.
|
2021-09-27 13:28:12 +02:00 |
|
Sandile
|
249ab6bb47
|
fix(operators): Added tests for switch operator to Node and Web Parsers.
|
2021-09-27 12:42:34 +02:00 |
|
Sandile
|
ce31fa30c0
|
fix(operators): Added tests for switch operator.
|
2021-09-27 12:41:28 +02:00 |
|
Sandile
|
436170c2ec
|
feat(operators): Added switch operator.
|
2021-09-27 12:40:30 +02:00 |
|
SamTolmay
|
af37daa86e
|
chore: Release version 3.22.0.
|
2021-09-27 12:04:20 +02:00 |
|
Sam
|
ce11882e46
|
Merge pull request #859 from lowdefy/fix-selectors
fix(blocksAntd): Fix selector option labels and filter function.
|
2021-09-23 17:41:57 +02:00 |
|
Sam
|
55d620cf55
|
Merge branch 'develop' into fix-selectors
|
2021-09-23 17:33:12 +02:00 |
|
Sam
|
269c15b5eb
|
Merge pull request #857 from lowdefy/cli-blocks-server-renderer
fix(cli): Use renderer served from blocks server url if configured.
|
2021-09-23 17:32:53 +02:00 |
|
Gerrie van Wyk
|
6a1611916b
|
Merge branch 'develop' into cli-blocks-server-renderer
|
2021-09-23 17:14:28 +02:00 |
|
Gerrie van Wyk
|
0b8e930284
|
Merge pull request #856 from lowdefy/fix-axios-http-docs
fix(docs): Fix AxiosHttp connection type spelling in docs.
|
2021-09-23 17:14:12 +02:00 |
|
Gerrie van Wyk
|
b96ee3052e
|
Merge branch 'develop' into cli-blocks-server-renderer
|
2021-09-23 16:54:07 +02:00 |
|
Gerrie van Wyk
|
d249a0ac53
|
Merge branch 'develop' into fix-axios-http-docs
|
2021-09-23 16:50:36 +02:00 |
|
Gerrie van Wyk
|
43f7745f60
|
Merge pull request #852 from lowdefy/array-reduce-example
feat: Add `_array.reduce` examples.
|
2021-09-23 16:50:21 +02:00 |
|
SamTolmay
|
38445a58b6
|
fix(blocksAntd): Fix selector option labels and filter function.
|
2021-09-23 16:37:38 +02:00 |
|
SamTolmay
|
69d14b4a86
|
fix(cli): Use renderer served from blocks server url if configured.
Closes #840
|
2021-09-22 17:39:14 +02:00 |
|
SamTolmay
|
d9b53a0341
|
fix(docs): Fix AxiosHttp connection type spelling in docs.
|
2021-09-22 17:23:10 +02:00 |
|
JohannMoller
|
c9a6b50017
|
feat: Add _array.reduce examples.
|
2021-09-21 10:10:00 +02:00 |
|
Sam
|
d5a2a349d6
|
Merge pull request #838 from lowdefy/checkbox-switch
feat(blocksAntd): Added CheckboxSwitch boolean input block.
|
2021-09-20 10:50:04 +02:00 |
|
Gervwyk
|
eddc631ebb
|
chore(blocksAntd): Update CheckboxSwitch tests.
|
2021-09-20 10:25:24 +02:00 |
|
Gervwyk
|
182032a350
|
chore: Release version 3.22.0-alpha.1
|
2021-09-20 10:03:57 +02:00 |
|
Gerrie van Wyk
|
49fccea47c
|
Merge branch 'develop' into checkbox-switch
|
2021-09-20 10:00:09 +02:00 |
|
Gerrie van Wyk
|
35c3a2ae0a
|
Merge pull request #848 from lowdefy/cli-readme
|
2021-09-19 22:47:15 +02:00 |
|
Gerrie van Wyk
|
3cdabfe221
|
Merge branch 'develop' into cli-readme
|
2021-09-19 22:38:29 +02:00 |
|
Gerrie van Wyk
|
c99161c793
|
Merge pull request #851 from lowdefy/v4-branch-config
|
2021-09-19 22:35:45 +02:00 |
|
SamTolmay
|
76a6b1cbe9
|
chore: Add v4 branch to github actions tests
|
2021-09-19 16:10:21 +02:00 |
|