Commit Graph

1650 Commits

Author SHA1 Message Date
Gervwyk
1c31bb42b9 chore(github-actions): Test event parameter. 2021-02-05 15:26:23 +02:00
Gervwyk
da1f34c5c4 chore(github-actions): Test event parameter. 2021-02-05 15:12:02 +02:00
Sam
c7d92f214d
Merge pull request #390 from lowdefy/docs-fixes
Docs and event rename fixes
2021-02-05 13:06:13 +02:00
Gervwyk
4aa76e8077 fix(build): Add 'field' to block schema. 2021-02-05 12:59:41 +02:00
Gervwyk
ca142ca160 fix(engine): Events rename fix. 2021-02-05 12:56:00 +02:00
Gervwyk
a43cd3d3b0 fix(docs): Events rename fixes. 2021-02-05 12:55:40 +02:00
Gervwyk
ec4e9edc41 fix(blocksAntd): PageHSCF events rename. 2021-02-05 12:55:00 +02:00
SamTolmay
969414dcaf fix(docs): Update docs for v3.5.0 2021-02-05 12:38:26 +02:00
Gervwyk
3b86733bf3
Merge pull request #389 from lowdefy/version
Version 3.5.0
2021-02-05 12:23:36 +02:00
SamTolmay
0d3d250e42 chore: Release version 3.5.0. 2021-02-05 12:01:37 +02:00
Gervwyk
0f4f5ae141
Merge pull request #388 from lowdefy/array-function-operators
feat(operators): Add array methods that use functions.
2021-02-05 11:41:50 +02:00
Sam
5f17348048
Merge branch 'develop' into array-function-operators 2021-02-05 11:35:21 +02:00
Sam
8258f1c17c
Merge pull request #387 from lowdefy/fix-disabled-dates
Fix text input cursor position problem
2021-02-05 11:35:07 +02:00
SamTolmay
49f6a9301e feat(operators): Add array methods that use functions. 2021-02-05 11:30:02 +02:00
Gervwyk
48f9c13962 fix(blocksAntd): Fix top padding on RatingSlider. 2021-02-05 10:58:01 +02:00
Gervwyk
90a1634507 chore(enginge): Ref issue #345 2021-02-05 10:56:25 +02:00
Gervwyk
7e90fed8c6 fix(blocksAntd): Maintain cursor position for input blocks. Closes #344 2021-02-05 10:56:01 +02:00
Sam
f0afafb4ff
Merge pull request #386 from lowdefy/fix-disabled-dates
Fix disabled dates
2021-02-05 09:57:10 +02:00
Sam
33f1d85d03
Merge branch 'develop' into fix-disabled-dates 2021-02-05 09:45:11 +02:00
Sam
4c294d08ec
Merge pull request #385 from lowdefy/ant-bugs
Ant bugs
2021-02-05 09:44:43 +02:00
Gervwyk
558becf243 fix(blocksAntd): Correct disabledDates typo. Closes #358 2021-02-04 20:56:47 +02:00
Gervwyk
f46b89b16f
Merge branch 'develop' into ant-bugs 2021-02-04 20:05:23 +02:00
Gervwyk
684343e1bf
Merge pull request #384 from lowdefy/function-operator
Function operator
2021-02-04 17:49:49 +02:00
Gervwyk
12b4950b54 chore: Code cleanup. 2021-02-04 17:40:02 +02:00
Gervwyk
d28931f012 fix(renderer): Fix registerMethods object. Closes #348 2021-02-04 17:39:44 +02:00
Gervwyk
1c9a0a46b4 chore(blocks): Update block snapshots. 2021-02-04 17:38:44 +02:00
Gervwyk
d0d1801490 feat(blocks): Add default block loading. 2021-02-04 17:38:25 +02:00
SamTolmay
9251d58a59 fix(cli): Clean node_modules in netlify build before copying. 2021-02-04 17:32:27 +02:00
SamTolmay
07f7e6f68f feat(operators): Add _function operator. 2021-02-04 17:31:30 +02:00
Gervwyk
5c3e9550d4
Merge pull request #383 from lowdefy/cli-fixes
Cli fixes
2021-02-04 17:26:32 +02:00
Gervwyk
753ae60fc8 fix(blocks): Add events to all subblocks. 2021-02-04 17:16:37 +02:00
SamTolmay
1ba1c65d7d fix(cli): Fix function name case 2021-02-04 15:29:01 +02:00
SamTolmay
927a8ecce3 Merge remote-tracking branch 'origin/develop' into cli-fixes 2021-02-04 14:09:01 +02:00
SamTolmay
58772af178 feat(build): Do not cache block metas if served from localhost. 2021-02-04 14:07:00 +02:00
SamTolmay
4910718f4e fix(cli): Fix reload port clash when running multiple dev servers. 2021-02-04 13:53:54 +02:00
Gervwyk
864e74eff0 fix(blocksAntd): Alert description only margin issue. Closes #327 2021-02-04 13:44:29 +02:00
Sam
49a0069ec1
Merge pull request #382 from lowdefy/docs-display
Html and Markdown blocks.
2021-02-04 12:46:54 +02:00
Gervwyk
ced932d4d9 Merge branch 'develop' into docs-display 2021-02-04 12:31:07 +02:00
Gervwyk
963cfa2ef2 feat(docs): Add DangerousMarkdown, Markdown, MarkdownWithCode blocks. 2021-02-04 12:30:33 +02:00
Gervwyk
9772e1a44a fix(blockBasic): Fix typo. 2021-02-04 12:29:58 +02:00
Gervwyk
9af217cb2b fix(blocksMarkdown): Update schemas. 2021-02-04 12:29:41 +02:00
SamTolmay
20cfcaa3d8 fix(cli): Only start server if initial build has completed. 2021-02-04 12:14:03 +02:00
SamTolmay
42b86889a9 refactor(cli): Refactor dev command. 2021-02-04 12:08:56 +02:00
Gervwyk
30b348aebd fix(DangerousHtml): Fix DangerousHtml description in include render details. 2021-02-04 11:09:52 +02:00
Gervwyk
c6fb6028ca feat(docs): Add Html and DangerousHtml to docs. 2021-02-04 11:09:11 +02:00
Gervwyk
c82874045d fix(blocks): Fix port setting in webpack config. 2021-02-04 11:08:30 +02:00
Gervwyk
256285b65e
Merge pull request #381 from lowdefy/mongodb-check-out
fix(graphql): Mongodb, do not allow $out/$merge when write is false.
2021-02-04 10:52:11 +02:00
SamTolmay
92aa370ba0 fix(graphql): Mongodb, do not allow $out/$merge when write is false.
Closes #242.
2021-02-04 10:40:59 +02:00
Gervwyk
203175d6a4 fix(build): Update default locations. 2021-02-04 08:42:13 +02:00
Gervwyk
61ea65b35b feat(blocksMarkdown): Split MarkdownWithCode and Markdown, and add DangerousMarkdown which uses dompurify. 2021-02-03 23:18:26 +02:00