Gervwyk
|
931dda7a14
|
feat(server): MountEvents, ProgressBarController and loading state.
|
2022-03-04 16:49:44 +02:00 |
|
Gervwyk
|
ef11ebb3e3
|
feat(server): Make initLowdefyContext sync.
|
2022-03-04 16:48:47 +02:00 |
|
Gervwyk
|
a872dfcf81
|
feat(block-loaders): Add progress block.
|
2022-03-04 16:46:52 +02:00 |
|
Gervwyk
|
771961ca1d
|
feat(engine): Add progress callAction — needs tests.
|
2022-03-04 16:45:53 +02:00 |
|
Gervwyk
|
2351f10630
|
feat(build): Add mandatory block types.
|
2022-03-04 16:44:59 +02:00 |
|
Gervwyk
|
3af64aacaf
|
fix(blocks-loaders): Remove LogoSpinner.
|
2022-03-03 15:07:41 +02:00 |
|
Gervwyk
|
c4cc37acff
|
fix(blocks-antd): Update snapshots.
|
2022-03-03 14:00:02 +02:00 |
|
Gervwyk
|
1398ca3506
|
feat(build): Add loading and skeleton to blocks schema.
|
2022-03-03 13:59:16 +02:00 |
|
Gervwyk
|
b9e6f1ce19
|
fix(blocks-basic): Fix tests and snapshots.
|
2022-03-03 11:19:39 +02:00 |
|
Gervwyk
|
b6b50c842a
|
fix(block-dev): Render props when mocking Link and Icon in stubBlockProps.
|
2022-03-03 11:18:49 +02:00 |
|
Gervwyk
|
0d285347cd
|
fix(blocks): Fix icon names in examples.
|
2022-03-02 23:02:14 +02:00 |
|
Gervwyk
|
e90cefd82b
|
fix(block-dev): Fix mockMethodTest prototype.
|
2022-03-02 22:47:27 +02:00 |
|
Gervwyk
|
5f5ef001c2
|
feat(blocks-antd): Update snapshots.
|
2022-03-02 22:31:04 +02:00 |
|
Gervwyk
|
ba34939735
|
feat(blocks): Add skeletons to blocks meta.
|
2022-03-02 22:00:08 +02:00 |
|
Gervwyk
|
8f0ed25401
|
feat(server): Context is now sync, use MountEvents for onInit.
|
2022-03-02 21:25:50 +02:00 |
|
Gervwyk
|
13d6396a00
|
fix(actions): textContext is now sync.
|
2022-03-02 21:23:42 +02:00 |
|
Gervwyk
|
a876b6f8cf
|
feat(engine): Make getContext sync, add skeleton and loading eval.
|
2022-03-02 21:23:11 +02:00 |
|
Gervwyk
|
91af6aa4bd
|
chore(docs): Fix typo.
|
2022-03-02 21:21:55 +02:00 |
|
Gervwyk
|
40ba4df143
|
feat(api): evaluteOperators is sync.
|
2022-03-02 21:21:39 +02:00 |
|
Gervwyk
|
aabedad46c
|
feat(operators): Remove init so parser is now sync.
|
2022-03-02 21:20:48 +02:00 |
|
Gervwyk
|
c3c35d1642
|
feat(engine): Add skeleton and loading eval.
|
2022-03-02 17:17:12 +02:00 |
|
Gervwyk
|
31b8190b8d
|
fix(engine): Remove block.loading.
|
2022-03-02 16:34:42 +02:00 |
|
Gervwyk
|
09951094e1
|
fix(server): Remove block.loading.
|
2022-03-02 16:34:27 +02:00 |
|
Gervwyk
|
36a3a85bb5
|
Merge branch 'develop' into loading-blocks
|
2022-03-02 16:28:01 +02:00 |
|
Gerrie van Wyk
|
c1522f0d45
|
Merge pull request #1138 from lowdefy/custom-plugins
Custom plugins
|
2022-03-02 16:27:23 +02:00 |
|
Gervwyk
|
fc2def366c
|
feat(blocks): Remove loading prop from blocks.
|
2022-03-02 16:23:52 +02:00 |
|
Sam
|
4ef870a605
|
chore: remove codeclimate config
|
2022-03-02 12:48:30 +02:00 |
|
Sam
|
5fe09b9210
|
chore: Update codeclimate duplication mass threshold
|
2022-03-02 12:26:53 +02:00 |
|
Sam
|
1c8dc544af
|
fix(cli): Fix CLI tests.
|
2022-03-02 12:17:32 +02:00 |
|
Sam
|
1571ff5368
|
chore: Remove eslint form codeclimate tests
|
2022-03-02 11:45:43 +02:00 |
|
Sam
|
5ddf739103
|
feat: Create types map for custom plugins.
|
2022-03-02 11:19:36 +02:00 |
|
Sam
|
0aa7501bfc
|
fix(docs): Fix JSON syntax error in S3 docs.
|
2022-03-01 16:45:43 +02:00 |
|
Sam
|
b6ab43bae0
|
feat(cli): Add install custom plugins as dev dependencies.
|
2022-03-01 16:45:18 +02:00 |
|
Sam
|
05dcaa73a7
|
chore: Add build step to CLI start commands.
|
2022-03-01 16:40:37 +02:00 |
|
Sam
|
dc8d0dc078
|
chore: Add codeclimate configuration.
|
2022-03-01 12:01:27 +02:00 |
|
Sam
|
020ace4ed9
|
Merge pull request #1137 from lowdefy/fix-throw-action
fix(actions-core): Fix Throw action error message if params are not a…
|
2022-03-01 11:51:21 +02:00 |
|
Sam
|
f378ae6412
|
chore: Fix utils packages coverage config.
|
2022-03-01 11:38:03 +02:00 |
|
Sam
|
9ffddd6778
|
fix(actions-core): Improve Throw action error messages.
|
2022-03-01 11:34:17 +02:00 |
|
Sam
|
057ff7eb84
|
fix(actions-core): Fix Throw action error message if params are not an object.
|
2022-03-01 10:59:14 +02:00 |
|
Sam
|
890cce4e09
|
Merge pull request #1134 from lowdefy/fix-docs
Docs fixes and replace color selectors with single color selector using react-colorful.
|
2022-03-01 10:53:52 +02:00 |
|
Gervwyk
|
445d20dd5a
|
fix(block-utils): Update test snapshots.
|
2022-03-01 10:38:53 +02:00 |
|
Gervwyk
|
567afa4491
|
fix(docs): Fixes in tests.
|
2022-03-01 10:09:53 +02:00 |
|
Gervwyk
|
b3539f546c
|
chore: Exclude format tests.
|
2022-03-01 10:09:18 +02:00 |
|
Gervwyk
|
35db96e54f
|
Merge branch 'develop' into fix-docs
|
2022-03-01 08:32:30 +02:00 |
|
Gervwyk
|
16d56ea950
|
chore: Replace react-color with react-colorful.
|
2022-02-28 18:33:48 +02:00 |
|
Gervwyk
|
3d146aae85
|
feat(docs): Replace color selectors with react-colorful selector.
|
2022-02-28 18:32:42 +02:00 |
|
Gervwyk
|
78308908c4
|
feat(blocks-color-seletors): Replace color selectors with single color selector using react-colorful.
BREAKING CHANGE
|
2022-02-28 18:32:00 +02:00 |
|
Gervwyk
|
0f25b5768f
|
fix(server): Add index to keys to resolve react warning.
|
2022-02-26 22:43:52 +02:00 |
|
Gerrie van Wyk
|
75e662cf98
|
Merge pull request #1127 from lowdefy/server-fixes
CLI and server fixes.
|
2022-02-22 17:57:48 +02:00 |
|
Sam
|
3c05e57749
|
fix(build): Do not use ref resolver for lowdefy.yml files.
|
2022-02-22 17:34:02 +02:00 |
|