Commit Graph

319 Commits

Author SHA1 Message Date
Gervwyk
f3abf4c68f Merge branch 'react-downgrade' into fix-docs 2022-02-22 00:30:34 +02:00
Gervwyk
7fa29e4290 fix(blocks-antd): Icon name corrections. 2022-02-22 00:29:20 +02:00
Sam
52ec14639d
chore: Release v4.0.0-alpha.7 2022-02-21 12:30:00 +02:00
Sandile
55519c5c59 feat(engine): Added getRequestDetails action method test. 2022-02-15 17:33:34 +02:00
Sandile
384d2645d7 feat(engine): Added getState action method test. 2022-02-15 17:14:31 +02:00
Sandile
f7156f5e6f feat(engine): Added getUser action method test. 2022-02-15 17:12:20 +02:00
Sandile
6665f2eaa0 feat(engine): Added getUrlQuery action method test. 2022-02-15 17:11:23 +02:00
Sandile
5578f46978 feat(engine): Added getInput action method test. 2022-02-15 17:02:12 +02:00
Sandile
61d23a282a feat(engine): Added getGlobal action method test. 2022-02-15 16:49:20 +02:00
Sandile
031535c553 feat(engine): Added getEvent action method test. 2022-02-15 16:44:30 +02:00
Sandile
602e114040 feat(engine): Added getPageId action method test. 2022-02-15 16:21:04 +02:00
Sandile
5802217d3c feat(engine): Added getBlockId action method test. 2022-02-15 16:18:12 +02:00
Sandile
c79c7ed11d feat(engine): Added getActions action method test. 2022-02-15 16:12:27 +02:00
Sandile
46ad3c0798 fix(engine): Reverted index based block id change in callMethod action test. 2022-02-15 12:31:08 +02:00
Sandile
d8121b7605 Merge branch 'develop' into plugins-actions 2022-02-15 12:15:35 +02:00
Sam
621dd08212
Merge remote-tracking branch 'origin/develop' into fix-jest-es-modules
# Conflicts:
#	.pnp.cjs
#	yarn.lock
2022-02-14 15:44:59 +02:00
Sam
774202d45d
chore(deps): Upgrade dev dependency jest. 2022-02-12 14:38:39 +02:00
Sandile
10cc7ea143 chore(engine): Updated request action test method. 2022-02-11 17:14:11 +02:00
Sandile
b854e66b5c chore(engine): Updated link action test method. 2022-02-11 17:11:43 +02:00
Sandile
32c0b7c96f fix(engine): Changed method action from getRequest to getRequestDetails. 2022-02-11 16:49:55 +02:00
Sandile
6c3abb71e8 feat(engine): BREAKING CHANGE - The Message action was renamed to DisplayMessage.
BREAKING CHANGE: The Message action was renamed to DisplayMessage.
2022-02-11 16:44:21 +02:00
Sandile
4f838cf0a1 chore(engine): Reorder triggerEvents in validate and resetValidation methods. 2022-02-11 16:15:26 +02:00
Sandile
66e5e2a699 chore(engine): Removed object default from getUser action params. 2022-02-11 15:58:54 +02:00
Sandile
18a2385dfe chore(engine): Refactor displayMessage action params. 2022-02-11 15:56:41 +02:00
Sandile
9988b3051a chore(engine): Remove comments to silence errors and logs from createRequest test. 2022-02-11 15:47:39 +02:00
Sandile
4de9b0e377 chore(engine): Removed getGetUrlQuery object default. 2022-02-11 15:40:46 +02:00
Sandile
2e3ecdf086 chore(engine): Removed getInput object default. 2022-02-11 15:39:30 +02:00
Sandile
e2cd39f147 chore(engine): Removed getGlobal default object: lowdefyGlobal. 2022-02-11 15:33:07 +02:00
Sandile
abbf7cc75e chore(engine): Refactor action method names to be the same as export. 2022-02-11 15:24:34 +02:00
Gervwyk
2e531b3852 fix: Update createLink tests. 2022-02-11 15:19:12 +02:00
Gervwyk
1294914fae fix: Convert link to pass pathname and query separately. 2022-02-11 14:55:18 +02:00
Sandile
5ec469bc25 Merge branch 'develop' into plugins-actions 2022-02-11 14:09:06 +02:00
Sandile
27838bcf75 fix(engine): Updated setState action method test to use new plugin config. 2022-02-11 09:55:44 +02:00
Sandile
ceceec34da fix(engine): Updated setGlobal action method test to use new plugin config. 2022-02-11 09:50:53 +02:00
Sandile
91fa543969 fix(engine): Update set global action method global object reference. 2022-02-11 09:49:25 +02:00
Sandile
f8962c6451 fix(engine): Updated validate action method test to use new plugin config. 2022-02-10 17:18:43 +02:00
Sandile
107a1a5000 fix(engine): Updated resetValidation action method test to use new plugin config. 2022-02-10 15:35:51 +02:00
Sandile
576e3a9fe8 fix(engine): Fixed validate action method context reference. 2022-02-10 15:35:17 +02:00
Sandile
d46add8f05 fix(engine): Updated reset action method test to use action & block plugin config. 2022-02-10 13:43:17 +02:00
Sandile
328c579386 chore(engine): Update areas param for Blocks in testContext. 2022-02-10 13:26:07 +02:00
Sandile
d2bd2f5fc2 fix(engine): Updated request action method test to use action & block plugin config. 2022-02-10 12:51:35 +02:00
Sandile
48cd2515e5 fix(engine): Updated message action method test to use action & block plugin config. 2022-02-10 10:10:34 +02:00
Sandile
e120fe88be fix(engine): Updated logout action method test to use action & block plugin config. 2022-02-09 17:17:55 +02:00
Sandile
4cbd863cfe fix(engine): Updated login action method test to use action & block plugin config. 2022-02-09 17:10:38 +02:00
Sandile
1306698ebb fix(engine): Updated link action method test to use action & block plugin config. 2022-02-09 17:00:44 +02:00
Sandile
3bc1fa46bb chore(engine): Updated callMethod action method to use action & block plugin config. 2022-02-09 16:43:55 +02:00
Sandile
c8524c6742 fix(engine): Updated testContext to use rootBlock config. 2022-02-09 16:33:57 +02:00
Sandile
ddd849e2de fix(engine): Updated callMethod action method to use action & block plugin config. 2022-02-09 16:31:33 +02:00
Sandile
4558e81c21 chore(engine): Moved actions tests into action methods folder. 2022-02-09 16:23:22 +02:00
Gervwyk
fab9e2a3fb fix(engine): Reset input when link is followed with no input. 2022-02-09 10:38:25 +02:00