Commit Graph

73 Commits

Author SHA1 Message Date
Gervwyk
8fd3262fc4 Merge branch 'main' into blockTools 2020-10-09 14:02:31 +02:00
Gervwyk
ce638c7d16 fix: update renderer and express to server local blocks 2020-10-09 14:02:26 +02:00
Sam Tolmay
e43236bc12 fix(graphql): fix readJsonFile for node 12 2020-10-09 13:25:58 +02:00
Sam Tolmay
5e0918f6fa chore: add license headers to test files 2020-10-09 13:20:41 +02:00
Sam Tolmay
86fad62f29 chore(format): update package.json, add licence headers 2020-10-09 13:20:27 +02:00
Gervwyk
ce0d2a70de fix: @lowdefy/block-tools version 2020-10-09 13:16:55 +02:00
Gervwyk
d62884af75 fix(blockTools): bug fixes and create initEmotion 2020-10-09 13:15:49 +02:00
Sam Tolmay
aac1423a9d Merge branch 'main' into graphql 2020-10-09 12:07:44 +02:00
Sam Tolmay
e6faf72afd chore(deps): Update babel monorepo in format package 2020-10-09 12:04:33 +02:00
Sam Tolmay
18de196665 chore(deps): Update dependency moment to version 2.29.1 2020-10-09 12:00:53 +02:00
Sam Tolmay
73424dce62 chore(deps): remove unused dependency jest-diff 2020-10-09 11:59:12 +02:00
Sam Tolmay
ae64afd66d chore(deps): Update dependency jest to version 26.5.2 2020-10-09 10:20:09 +02:00
Sam Tolmay
70d42503db feat(graphql): implement readJsonFile error handling 2020-10-09 10:17:34 +02:00
Sam Tolmay
5fa4aa9e12 feat(graphql): add page loader that reads json config files 2020-10-08 17:55:58 +02:00
Gervwyk
3b669abee8 Merge branch 'main' into blockTools 2020-10-08 17:48:44 +02:00
Gervwyk
3b96ab7e0e fix: move engine related files from helpers to engine 2020-10-08 17:47:55 +02:00
Gervwyk
f1382260e5 fix(layout): rename makeCss to makeCssClass 2020-10-08 17:35:21 +02:00
Gervwyk
e9854a7a29 feat: init @lowdefy/block-tools 2020-10-08 17:34:28 +02:00
Sam Tolmay
8177400464 feat(express): update express package to use graphql 2020-10-08 16:22:15 +02:00
Sam Tolmay
c6835405c2 feat(graphql): graphql file structure 2020-10-08 16:21:33 +02:00
Gervwyk
0e64e59260 fix(helpers): remove unused and block related helpers 2020-10-08 15:11:16 +02:00
Gervwyk
94866c8bf1 feat: move block files in layout to blockTools 2020-10-08 15:09:08 +02:00
Sam
6f027e6914
Merge pull request #25 from lowdefy/packages
fix: update @lowdefy/layout to run tests and demo
2020-10-08 14:02:05 +02:00
Sam Tolmay
1604212419 feat(engine): init @lowdefy/engine package 2020-10-07 16:44:28 +02:00
Gervwyk
e636aef122 fix(layout): move labelLogic to blocks-antd package 2020-10-07 16:42:36 +02:00
Gervwyk
6fc9d4719f Merge branch 'main' into packages 2020-10-07 16:20:09 +02:00
Gervwyk
18d24295c0 fix(layout): add process polyfill for webpack 5 2020-10-07 16:19:39 +02:00
Gervwyk
c0f84b2889 fix(layout): add random to id in AutoBlockSim to resolve duplucate id warnings 2020-10-07 16:19:14 +02:00
Gervwyk
1d4dd93532 fix(layout): fix webpack and babel config for jest and demo 2020-10-07 16:18:01 +02:00
Sam Tolmay
a59d523bb9 feat(operators): init @lowdefy/operators package 2020-10-07 16:03:48 +02:00
Sam Tolmay
bd3dd67c9e chore: remove node 14 test 2020-10-07 15:49:23 +02:00
Sam Tolmay
cf67d39992 fix(tests): remove full-icu, test on both node 12 and 14 2020-10-07 15:34:28 +02:00
Sam Tolmay
f121e43671 feat(format): init @lowdefy/format package 2020-10-07 14:21:38 +02:00
Sam Tolmay
3d8d1fa3d7 chore(nunjucks): add license header 2020-10-07 13:50:18 +02:00
Sam Tolmay
93f7dd79e4 feat(nunjucks): init @lowdefy/nunjucks package 2020-10-07 13:48:46 +02:00
Sam Tolmay
8f7b3f0820 chore(deps): Update dependency eslint to 7.10.0 2020-10-07 12:59:59 +02:00
Sam Tolmay
e7c8c75a48 chore(deps): Update dependency @apollo/client to 3.2.2 2020-10-07 12:53:26 +02:00
Sam Tolmay
2613400f32 chore(deps): Update apollo-server dependencies to 2.18.2 2020-10-07 12:52:27 +02:00
Sam Tolmay
989e9f85be chore(deps): Update dependency query-string to 6.13.5 2020-10-07 12:50:09 +02:00
Sam Tolmay
ed42c13c49 chore(deps): Update dependency tinycolor2 to 1.4.2 2020-10-07 12:48:41 +02:00
Gervwyk
960121ee3c fix(layout): add license to files 2020-10-07 12:39:21 +02:00
Gervwyk
72f969928a chore: webpack updates 2020-10-07 12:32:20 +02:00
Gervwyk
65612d4a5a feat(layout): init @lowdefy/layout 2020-10-07 12:00:08 +02:00
Gervwyk
06939c6c77 chore: update babel, jest and react 2020-10-07 11:57:08 +02:00
Sam Tolmay
35a2d91a9f chore: configure eslint and prettier 2020-10-06 17:21:14 +02:00
Sam Tolmay
41e5101ff4 Merge branch 'main' into rename-renderer 2020-10-06 16:36:54 +02:00
Gervwyk
95d835f607 fix: rename yarn publish to yarn npm-publish 2020-10-06 16:32:50 +02:00
Sam Tolmay
c69e908286 chore: rename renderer 2020-10-06 16:32:32 +02:00
Gervwyk
fccf57dbea feat: add yarn publish to scripts 2020-10-06 16:26:15 +02:00
Gervwyk
514e413fda Merge branch 'main' into packages 2020-10-06 16:17:04 +02:00