Commit Graph

2889 Commits

Author SHA1 Message Date
SamTolmay
d9b53a0341
fix(docs): Fix AxiosHttp connection type spelling in docs. 2021-09-22 17:23:10 +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
SamTolmay
73fbca34ba
Merge branch 'cli-readme' of https://github.com/lowdefy/lowdefy into cli-readme 2021-09-19 14:44:57 +02:00
SamTolmay
f2c380b07a
fix(docs): Change npx commands to specific versions for deployments. 2021-09-19 14:44:51 +02:00
SamTolmay
c9cd643f38
fix(docs): Convert CLI commands to npx commands. 2021-09-19 14:37:04 +02:00
Gerrie van Wyk
1a0cc9a16a
Merge branch 'develop' into cli-readme 2021-09-18 19:24:07 +02:00
Gerrie van Wyk
8a93eefbe0
Merge pull request #847 from lowdefy/fix-render-html
Fix blocks Html for falsey value
2021-09-18 19:23:48 +02:00
Gerrie van Wyk
40c7d3a936
Merge branch 'develop' into fix-render-html 2021-09-18 15:41:49 +02:00
Gerrie van Wyk
573b2ff250
Merge branch 'develop' into checkbox-switch 2021-09-18 15:40:41 +02:00
Gerrie van Wyk
84ec4f0871
Merge branch 'develop' into cli-readme 2021-09-18 15:39:52 +02:00
Gerrie van Wyk
8e66d9cedf
Merge pull request #843 from lowdefy/copyable-fix
fix(blocksAntd): Copyable fix added to Paragraph and Title blocks.
2021-09-18 15:39:21 +02:00
Gervwyk
363311f01a chore(blocksAntd): Update CheckboxSwitch tests. 2021-09-18 15:35:47 +02:00
Gervwyk
089150eacc fix(blocksAntd): Add tests for CheckboxSwitch. 2021-09-18 14:35:03 +02:00
Gervwyk
d2ea3c6a7f fix(blocksAntd): Fix CheckboxSwitch color property. 2021-09-18 14:33:03 +02:00
Gerrie van Wyk
b995e4177c
Merge branch 'develop' into checkbox-switch 2021-09-18 13:01:05 +02:00
SamTolmay
cf5c406da6
fix(cli): Add readme to CLI package. 2021-09-17 15:22:27 +02:00
SamTolmay
98a8b71ff2
fix(docs): Update CLI npm install docs. 2021-09-17 15:22:04 +02:00
SamTolmay
0da3bd1951
fix(blocksAntd): Use updated renderHtml in selector blocks 2021-09-17 15:06:29 +02:00
SamTolmay
5e3de6f5ca
fix(blocksAntd): Use updated renderHtml helper function
Closes #820
2021-09-17 14:45:08 +02:00
SamTolmay
a765be4395
fix(blocksBasic): Handle none type values in DangerousHtml block 2021-09-17 11:02:54 +02:00
SamTolmay
cf85d6ce38
fix(blocksBasic): Use renamed HtmlComponent in Html block (was RenderHtml) 2021-09-16 17:24:19 +02:00
SamTolmay
b0c35f7341
fix(blockTools): Add renderHtml helper function. 2021-09-16 17:07:46 +02:00
SamTolmay
ed321db073
chore(blockTools): Rename RenderHtml to HtmlComponent. 2021-09-16 16:55:38 +02:00
SamTolmay
43638035d0
fix(blockTools): Handle falsey values better in RenderHtml component 2021-09-16 16:51:25 +02:00
Sandile
9cf56bfbaa fix(docs): Added CheckboxSwitch examples and CheckboxSelector note. 2021-09-13 10:21:13 +02:00
Sandile
9f8632ec57 fix(docs): Added copyable and ellipsis config to Title block. 2021-09-13 09:56:46 +02:00
Sandile
483013d171 fix(blocksAntd): Paragraph and Title blocks copyable error fixed. 2021-09-13 09:53:49 +02:00
Johann Möller
ee4fa216da
Merge pull request #839 from lowdefy/upgrade-axios
Upgrade axios
2021-09-10 14:49:21 +02:00
Sam
9a58e9e273
Merge branch 'develop' into upgrade-axios 2021-09-10 14:39:43 +02:00
Sam
7a76cbd3a5
Merge pull request #833 from lowdefy/fix-paragraph-input
fix(blocksAntd): Fix typo in Paragraph input copyable text property.
2021-09-10 14:10:24 +02:00
Johann Möller
011fbb07a7
Merge branch 'develop' into fix-paragraph-input 2021-09-10 13:19:02 +02:00
Johann Möller
7a90f655d0
Merge pull request #834 from lowdefy/get-example
feat(docs): Add _get operator switch example.
2021-09-10 13:18:18 +02:00
SamTolmay
81cd2b6e0a
fix(deps): Update dependency axios to v0.21.4 2021-09-10 10:08:52 +02:00
SamTolmay
41d25a1e60
fix(blocksAntd): Fix MultipleSelector schema and docs. 2021-09-10 10:08:05 +02:00
Sandile
81752aa927 feat(docs): Added CheckboxSwitch docs. 2021-09-09 12:46:43 +02:00
Sandile
905f47edd3 fix(build): Updated meta location tests to include CheckboxSwitch. 2021-09-09 12:45:50 +02:00
Sandile
cd2ab8c3a8 fix(build): Updated meta locations to include CheckboxSwitch block. 2021-09-09 12:44:47 +02:00
Sandile
025a1583e9 fix(blocksAntd): Updated CheckboxSwitch test snapshots. 2021-09-09 12:43:43 +02:00
Sandile
718784920d feat(blocksAntd): Added CheckboxSwitch demo example. 2021-09-09 12:40:02 +02:00
Sandile
db8c05b0ef fix(blocksAntd): Added CheckboxSwitch tests. 2021-09-09 12:38:39 +02:00
Sandile
838f5ea885 feat(blocksAntd): CheckboxSwitch block has been added. 2021-09-09 12:34:56 +02:00
SamTolmay
b727b9edd0
feat(docs): Add _get operator switch example. 2021-09-08 14:26:01 +02:00
SamTolmay
b92621a8ba
fix(blocksAntd): Fix typo in Paragraph input copyable text property. 2021-09-08 14:23:35 +02:00