Gervwyk
|
2ebaf5092e
|
Merge branch 'develop' into loading-blocks
|
2022-04-08 09:40:12 +02:00 |
|
Gervwyk
|
9aff083310
|
fix: Replace progressBarDispatcher with process object.
|
2022-04-08 09:34:03 +02:00 |
|
Sam
|
ec8d5ca6ad
|
fix: Fix plugins in build.
|
2022-03-17 14:33:35 +02:00 |
|
Sam
|
3a0b92123d
|
chore: Update apache license header copywrite
|
2022-03-17 10:49:10 +02:00 |
|
Sam
|
409dcbdb94
|
chore: Disable failing build tests.
|
2022-03-16 18:51:55 +02:00 |
|
Sam
|
9d56b83cf4
|
chore: Release version 4.0.0-alpha.8.
|
2022-03-16 18:22:40 +02:00 |
|
Sam
|
c25b6b6ea3
|
fix(operators): Fix operators failing tests.
|
2022-03-16 18:19:34 +02:00 |
|
Gerrie van Wyk
|
466e61f7c6
|
Merge branch 'develop' into build-operators
|
2022-03-16 17:45:12 +02:00 |
|
Sam
|
6d5c3c56ff
|
chore: Add docs todo note.
|
2022-03-16 16:30:51 +02:00 |
|
Sam
|
837b00a3f7
|
Merge remote-tracking branch 'origin/develop' into build-operators
# Conflicts:
# packages/build/package.json
# packages/build/src/build/buildRefs/runTransformer.js
# packages/plugins/operators/operators-js/package.json
# yarn.lock
|
2022-03-16 16:28:39 +02:00 |
|
Sam
|
01466276dc
|
fix(server-dev): Read next cli bin path from package.json.
|
2022-03-16 16:19:02 +02:00 |
|
Sam
|
9f65d130d7
|
feat: Custom plugins on dev server.
|
2022-03-16 16:07:09 +02:00 |
|
Gervwyk
|
62265b593d
|
Merge remote-tracking branch 'origin/custom-plugins' into loading-blocks
|
2022-03-04 21:50:08 +02:00 |
|
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 |
|
Sam
|
fa46d22675
|
feat(docs): Implement docs filter default value operator as plugin.
|
2022-03-03 16:01:29 +02:00 |
|
Sam
|
7a97261543
|
fix(cli): Do not merge app and server package jsons
|
2022-03-03 16:00:53 +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 |
|
Sam
|
9f4ff92573
|
feat(cli): Copy plugins folder to server.
|
2022-03-03 13:04:48 +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 |
|
Sam
|
d66d395e01
|
feat: Add support for typePrefix on custom plugins.
|
2022-03-02 17:19:42 +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 |
|
Gervwyk
|
fc2def366c
|
feat(blocks): Remove loading prop from blocks.
|
2022-03-02 16:23:52 +02:00 |
|
Sam
|
1c8dc544af
|
fix(cli): Fix CLI tests.
|
2022-03-02 12:17:32 +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
|
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 |
|
Gervwyk
|
445d20dd5a
|
fix(block-utils): Update test snapshots.
|
2022-03-01 10:38:53 +02:00 |
|