Commit Graph

871 Commits

Author SHA1 Message Date
Gervwyk
76e7f2a658 fix(engine): visible should evaluate only when not equal to false 2020-12-08 15:58:11 +02:00
SamTolmay
e302f1d578 chore(blocks-antd): update snapshots, rc component updates 2020-12-08 13:50:20 +02:00
SamTolmay
064731f796 chore(deps): Update dependency react-markdown to v5.0.3 2020-12-08 12:22:45 +02:00
SamTolmay
e6e15981cc test(cli): fix print and build tests 2020-12-08 10:30:31 +02:00
SamTolmay
1139232308 feat(cli): improve module federation, use @lowdefy/graphql-federated 2020-12-08 10:30:31 +02:00
SamTolmay
649db97233 fix(graphql): split federated build into a separate package 2020-12-08 10:30:30 +02:00
Renovate Bot
6f9bd94365
chore(deps): update dependency webpack to v5.10.0 2020-12-08 08:18:03 +00:00
SamTolmay
ad381b9f03 test(cli): improve cli test coverage 2020-12-07 12:39:11 +02:00
SamTolmay
9ea1c2279a feat(cli): console output improvements 2020-12-07 12:39:11 +02:00
SamTolmay
9b6a3e1998 feat(cli): print tests, ux polish 2020-12-07 12:39:11 +02:00
SamTolmay
03dccb169d fix(build): improve error if block meta can not be found
closes #121
2020-12-07 12:39:11 +02:00
SamTolmay
7ca7509e26 feat(cli): improve cli console logs
closes #247
2020-12-07 12:39:11 +02:00
SamTolmay
5ac00f50da feat(cli): add ora spinners 2020-12-07 12:39:10 +02:00
SamTolmay
ce5b29ed63 feat(cli): do not print in color in netlify builds 2020-12-07 12:39:10 +02:00
Sam
4e80ca2a99
fix(color-selectors): fix CircleColorSelector field descriptions 2020-12-04 16:36:56 +02:00
Gervwyk
6c28a6683c feat(build): add color selector defaultMetaLocations 2020-12-04 16:05:01 +02:00
Gervwyk
8f76b75e43 fix(blocksColorSelectors): add jest-serializer-html 2020-12-04 16:00:59 +02:00
Gervwyk
dfe8f19856 Merge branch 'develop' into blocks-color-picker 2020-12-04 15:55:20 +02:00
Gervwyk
fa6151ee50 feat(blocksColorSelectors): add @lowdefy/blocks-color-selector 2020-12-04 15:54:52 +02:00
Gervwyk
6307e9dcef fix(blocks): do not need to target babel node 2020-12-04 15:54:09 +02:00
Gervwyk
2be5e1072e feat(blocksAntd): include es build 2020-12-04 15:52:31 +02:00
Gervwyk
af6b7b9e21 fix: sanitizeName should use regex global 2020-12-03 09:36:39 +02:00
Renovate Bot
0662022bd2
fix(deps): update dependency @apollo/client to v3.3.3 2020-12-02 21:41:25 +00:00
SamTolmay
3d872500b2 chore: bump lowdefy version to v0.0.0-alpha.6 2020-12-02 12:40:18 +02:00
SamTolmay
8d2dffa18e chore(cli): bump version to v3.0.0-alpha.6 2020-12-02 12:36:40 +02:00
SamTolmay
965b116c8f chore(blocks-markdown): bump version to v1.0.1 2020-12-02 12:35:26 +02:00
SamTolmay
ebab67cfc0 chore(blocks-basic): bump version to v1.0.8 2020-12-02 12:34:47 +02:00
SamTolmay
27080e8e4d chore(blocks-antd): bump version to v1.0.2 2020-12-02 12:34:15 +02:00
SamTolmay
1e15798c6d chore(node-utils): bump version to v1.0.1 2020-12-02 12:32:06 +02:00
SamTolmay
75d73628b2 chore(layout): bump version to v1.0.2 2020-12-02 12:29:34 +02:00
SamTolmay
4e6548d0f1 chore(block-tools): bump version to v1.0.4 2020-12-02 12:27:21 +02:00
SamTolmay
e74c1f3dbf chore: update version npm scripts 2020-12-02 12:21:11 +02:00
SamTolmay
3859a436fa fix(cli): react and @lowdefy/block-tools should be dev deps 2020-12-02 12:04:20 +02:00
SamTolmay
e484a48eed fix(server): @lowdefy/block-tools should be a dev dependency 2020-12-02 11:22:16 +02:00
Sam
33d040aef5
Merge branch 'develop' into cli 2020-12-02 10:14:39 +02:00
SamTolmay
93d35e453f fix(cli): fix test imports 2020-12-02 10:01:34 +02:00
SamTolmay
9c461084f8 fix(cli): node_modules should be moved to project root in build-netlify 2020-12-02 10:00:01 +02:00
SamTolmay
dfa96290e3 feat(cli): improve errors 2020-12-02 09:59:35 +02:00
SamTolmay
37a9a1ee0f fix(servers): react is a dev dependency 2020-12-02 09:20:10 +02:00
SamTolmay
c779ac7c8a feat(cli): add build-netlify command 2020-12-01 17:33:34 +02:00
Gervwyk
958d760eaa fix(blocksAntd): type in Button block 2020-12-01 16:32:59 +02:00
SamTolmay
98541e670e refactor(cli): factor out fetchNpmTarball function 2020-12-01 16:03:18 +02:00
Gervwyk
44b969e98f fix(blocksAntd): update snapshots 2020-12-01 15:55:32 +02:00
Gervwyk
6fb6fa93c0 fix(blockTools): runMockRenderTests must mock makeCssClass 2020-12-01 15:54:52 +02:00
Gervwyk
ffdfa8779b Merge branch 'develop' into fix-antd-label 2020-12-01 15:42:21 +02:00
Gervwyk
500ae5e301 fix(blocksAntd): update snapshots for inputs 2020-12-01 15:41:18 +02:00
Gervwyk
9d5c5ee60f fix(blocksAntd): set defined height to Label Col based on input size 2020-12-01 15:41:02 +02:00
SamTolmay
6a097793f3 feat(cli): add output directory option to build 2020-12-01 15:36:02 +02:00
Gervwyk
4681550519
Merge pull request #256 from lowdefy/servers
Servers
2020-12-01 15:12:13 +02:00
Sam
bb4f355f27
Merge pull request #257 from lowdefy/fix-block-tools
Fix @lowdefy/block-tools
2020-12-01 15:07:24 +02:00