3837 Commits

Author SHA1 Message Date
Sam
9f65d130d7
feat: Custom plugins on dev server. 2022-03-16 16:07:09 +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
Sam
9f4ff92573
feat(cli): Copy plugins folder to server. 2022-03-03 13:04:48 +02:00
Sam
d66d395e01
feat: Add support for typePrefix on custom plugins. 2022-03-02 17:19:42 +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
Sam
899a15f6c5
feat(cli): Merge user package json into server package json. 2022-02-22 17:33:33 +02:00
Sam
754241b36d
chore: Refactor next server file structure. 2022-02-22 17:25:17 +02:00
Sam
3d3a5c538b
chore(server-dev): Fix yaml dependency specification in package json. 2022-02-22 17:25:03 +02:00
Gervwyk
96e5e460d0 fix(blocks-antd): Fix Icon name in switch. 2022-02-22 17:11:03 +02:00
Sam
028096472f
Merge pull request #1126 from lowdefy/react-downgrade
Downgrade React to v17.0.2 for antd 4.18.2.
2022-02-22 09:32:42 +02:00
Gervwyk
3113157445 Merge branch 'react-downgrade' into fix-docs 2022-02-22 09:22:43 +02:00
Gervwyk
55bb5c927e fix: Change swc react transform to classic runtime. 2022-02-22 09:20:40 +02:00
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
Gervwyk
07dc80a08d fix(block-utils): Wrap Icon in antd Icon component. 2022-02-22 00:28:39 +02:00
Gervwyk
7601913cef chore: Cleanup pnp. 2022-02-21 18:07:58 +02:00
Gervwyk
b2f666f885 Merge branch 'develop' into react-downgrade 2022-02-21 18:07:26 +02:00
Gervwyk
0943aa0812 fix(docs): Fix _yaml.parse takes an array. 2022-02-21 17:56:05 +02:00
Gervwyk
1b13e5715c fix(server): Disable ssr on _app. 2022-02-21 17:44:47 +02:00
Gervwyk
1b38fd3e74 fix: Revert back to react 17.0.2. 2022-02-21 17:39:19 +02:00
Gerrie van Wyk
77e7541ef4
Merge pull request #1125 from lowdefy/release-alpha
chore: Release v4.0.0-alpha.7
2022-02-21 16:44:29 +02:00
Gervwyk
b6d9514643 Merge branch 'develop' into build-docs 2022-02-21 16:20:39 +02:00
Gervwyk
626a2e63fc Revert "Revert "fix: Update antd to v4.18.2.""
This reverts commit 24dae3179768dc0da808662c0cdb0403cddebc5b.
2022-02-21 15:08:40 +02:00
Gervwyk
24dae31797 Revert "fix: Update antd to v4.18.2."
This reverts commit db7863feccf7bda341e934336479a41a1d8553a5.
2022-02-21 13:44:12 +02:00
Sam
52ec14639d
chore: Release v4.0.0-alpha.7 v4.0.0-alpha.7 2022-02-21 12:30:00 +02:00
Gerrie van Wyk
c6a54c2bdc
Merge pull request #1124 from lowdefy/fix-tests
chore: Exclude index files from plugin coverage tests.
2022-02-21 12:21:31 +02:00