Commit Graph

1455 Commits

Author SHA1 Message Date
Gervwyk
a64c4888a6 feat(docs): Block loading. 2021-01-26 09:08:58 +02:00
Gervwyk
ab07186982 chore: Merge from develop. 2021-01-25 17:58:09 +02:00
Gervwyk
e64da4f710
Merge pull request #353 from lowdefy/docs-how-it-works
Docs concepts pages
2021-01-25 17:56:37 +02:00
Gervwyk
acf7a0c99e feat(docs): Init Blocks concept. 2021-01-25 17:55:22 +02:00
Gervwyk
689a8d3d11 feat(docs): Nest layout examples in a Collapse. 2021-01-25 17:53:59 +02:00
SamTolmay
b298dd4104 feat(docs): Overview and operators concepts pages. 2021-01-25 17:41:49 +02:00
SamTolmay
04bfcefe15 feat(docs): Update concepts 2021-01-25 15:36:51 +02:00
Gervwyk
0122af7845
Merge pull request #352 from lowdefy/docs
Docs tutorial and operators
2021-01-25 14:56:20 +02:00
Sam
59869c4aef
Merge branch 'develop' into docs 2021-01-25 14:47:47 +02:00
Sam
02d5f1355c
Merge pull request #351 from lowdefy/docs-concepts
Docs concepts updates.
2021-01-25 14:47:33 +02:00
Sam
545b11d539
Merge branch 'develop' into docs-concepts 2021-01-25 14:37:44 +02:00
Sam
c334e271d3
Merge pull request #350 from lowdefy/context-render-bug
fix(renderer): Fix context creation render loop bug.
2021-01-25 14:25:39 +02:00
Gervwyk
3d920e61f8 feat(docs): Update Layout. 2021-01-25 12:28:44 +02:00
Gervwyk
6600773517 feat(docs): Update Connections and Requests. 2021-01-25 12:28:25 +02:00
Gervwyk
a09bb114f3 feat(docs): Update events-and-actions. 2021-01-25 10:15:26 +02:00
Sam
cb7b0836da
Merge branch 'develop' into context-render-bug 2021-01-22 16:57:16 +02:00
SamTolmay
a31009cd7e feat(docs): Update operator docs. 2021-01-22 16:56:22 +02:00
Gervwyk
d6b0081099 feat(docs): Update context to context-and-state 2021-01-22 16:36:02 +02:00
Gervwyk
938e6fc7b4 feat(docs): Finalize the Lowdefy introduction. 2021-01-22 15:28:57 +02:00
Sam
cd0ac74eee
Merge branch 'develop' into context-render-bug 2021-01-22 13:48:53 +02:00
SamTolmay
2c9cb61c09 feat(docs): Update tutorial. 2021-01-22 13:47:56 +02:00
Gervwyk
4bdd1f0b45
Merge pull request #349 from lowdefy/docs
Update docs
2021-01-22 11:02:06 +02:00
SamTolmay
019dbdc646 fix(renderer): Fix context creation render loop bug. 2021-01-22 10:42:56 +02:00
SamTolmay
2c149950cd Merge branch 'docs' of https://github.com/lowdefy/lowdefy into docs 2021-01-21 16:53:16 +02:00
SamTolmay
e164d7d4d0 feat(docs): Add operator docs. 2021-01-21 16:53:08 +02:00
Gervwyk
754713b440
Merge pull request #346 from lowdefy/docs
Docs
2021-01-21 13:17:01 +02:00
Sam
733aa2ff81
Merge branch 'develop' into docs 2021-01-21 11:56:33 +02:00
SamTolmay
158539ef51 feat(docs): Update blocks page template to use transformers 2021-01-21 11:53:32 +02:00
SamTolmay
faad65cae3 feat(docs): Use transformer fn to create properties from block schema 2021-01-20 18:16:58 +02:00
SamTolmay
b58e95dc1e feat(docs): Update tutorial. 2021-01-20 16:06:03 +02:00
SamTolmay
49a56e93d5 chore: release version v3.4.0 2021-01-20 15:04:38 +02:00
Gervwyk
8b492d4687 Merge branch 'develop' into docs 2021-01-20 14:55:19 +02:00
Gervwyk
57010c498f
Merge pull request #342 from lowdefy/update-copywrite-headers
chore: Update licence header copywrite year.
2021-01-20 14:50:51 +02:00
SamTolmay
e70fc5c1b9 fix(block-tools): Fix test snapshot. 2021-01-20 14:29:45 +02:00
SamTolmay
b1547792a9 chore: Update licence header copywrite year. 2021-01-20 14:11:34 +02:00
Gervwyk
60d21eac45
Merge pull request #340 from lowdefy/operators-copy-fix
fix(operators): getFromObject should copy object if getting entire obj
2021-01-20 14:01:26 +02:00
SamTolmay
c53432827c fix(graphql): Update tests operator error message. 2021-01-20 13:28:18 +02:00
SamTolmay
1b49ba2331 fix(operators): Update test error message snapshots. 2021-01-20 12:57:00 +02:00
SamTolmay
eee80b3ba7 Merge branch 'develop' into deserialize-request-inputs 2021-01-20 12:43:37 +02:00
SamTolmay
32f0cbcf81 fix(operators): getFromObject should copy object if getting entire obj 2021-01-20 12:43:08 +02:00
Gervwyk
a89785714a
Merge pull request #339 from lowdefy/deserialize-request-inputs
Deserialize request inputs
2021-01-20 12:18:41 +02:00
SamTolmay
90b6425912 chore(operators): Add licence headers. 2021-01-20 12:18:26 +02:00
SamTolmay
98cdbd895b fix(graphql): Add request deserialize tests for entire inputs. 2021-01-20 12:09:07 +02:00
SamTolmay
82e8475c27 fix(graphql): Deserialize request input variables. 2021-01-20 09:44:45 +02:00
Sam
8dbee96296
Merge pull request #338 from lowdefy/operators
Comparison operators to accept non-numerics, and log parser errors to console.
2021-01-20 09:18:40 +02:00
Gervwyk
734f3cb6e5
Merge branch 'develop' into operators 2021-01-19 13:12:18 +02:00
Gervwyk
d12854ddfc
Merge pull request #337 from lowdefy/app-schema-update
fix(build): Fix lowdefy app schema.
2021-01-19 13:11:57 +02:00
Gervwyk
65ca032ac2
Merge branch 'develop' into operators 2021-01-19 13:10:52 +02:00
Gervwyk
a43b386035 fix: Temporarily log parser errors to console. 2021-01-19 13:05:19 +02:00
Gervwyk
0bad71d227 fix: _lt, _lte, _gt, _gte not to throw on non numerics. 2021-01-19 13:02:57 +02:00