Commit Graph

2517 Commits

Author SHA1 Message Date
JohannMoller
38cb073d73 chore: Update lowdefy packages version. 2021-11-26 15:22:48 +02:00
JohannMoller
3cfc5a1e46 Merge branch 'v4' into plugins-operators 2021-11-26 15:13:38 +02:00
JohannMoller
a864473d7f feat: Move server operators to operators-js plugin. 2021-11-26 15:12:01 +02:00
JohannMoller
1453e8e8d6 feat: Add client operators to operators-js. 2021-11-26 14:40:31 +02:00
JohannMoller
b6ffbf6001 feat: Update types.js and update packages 2021-11-26 14:16:30 +02:00
JohannMoller
42a80549e3 feat(operators): Move common operators to operators-js plugin 2021-11-26 14:15:33 +02:00
Sam Tolmay
bd8ccbdaf7
feat: Allow Less variables to be specified in server.
Closes #893.
2021-11-26 13:23:21 +02:00
Sam Tolmay
09f7bca3a2
feat: Update server package.json if plugin deps change.
Closes #943
2021-11-26 11:44:56 +02:00
Sam Tolmay
088e210620
fix: V4 fixes. 2021-11-25 23:18:09 +02:00
Sam Tolmay
f711fa9fad
fix(cli): Add node shebang to index.js. 2021-11-25 23:00:27 +02:00
Sam Tolmay
537d166ba3
chore: Release version v4.0.0-alpha.4. 2021-11-25 22:26:03 +02:00
Sam Tolmay
e1becad087
fix: Plugin import fixes. 2021-11-25 22:24:52 +02:00
Sam Tolmay
583ea87f2d
Merge remote-tracking branch 'origin/v4' into v4-cli-2 2021-11-25 21:56:34 +02:00
Gervwyk
e3b7eb7bf4 feat(build): Add build icons.js. 2021-11-25 21:45:51 +02:00
Sam Tolmay
ae388e4240
chore: Release version v4.0.0-alpha.3. 2021-11-25 21:22:30 +02:00
Sam Tolmay
04c54dfa1b
Merge remote-tracking branch 'origin/v4' into v4-cli-2 2021-11-25 21:16:15 +02:00
Sam Tolmay
f6efc19f00
fix(build): Fix build default build directory. 2021-11-25 21:14:48 +02:00
Sam Tolmay
4ac8365d6e
chore: Release version v4.0.0-alpha.2. 2021-11-25 21:06:07 +02:00
Sam Tolmay
3e58d59982
fix: Fixes for CLI build. 2021-11-25 21:00:55 +02:00
Sam Tolmay
7966538468
feat: Fetch, install and build @lowdefy/server from CLI. 2021-11-25 17:31:03 +02:00
Gerrie van Wyk
fe5ef7b766
Merge branch 'v4' into build-styles 2021-11-25 17:26:36 +02:00
Gervwyk
d6c1cf7767 feat(connection-axios-http): Generate type.js from import. 2021-11-25 17:22:36 +02:00
Gervwyk
c4900b496d feat(blocks-basic): Add styles export to types.js. 2021-11-25 17:21:46 +02:00
Gervwyk
f898cfff5f feat(layout): Export styles.less. 2021-11-25 17:21:05 +02:00
Gervwyk
d0147743ec feat(build): Add styles.less in build. 2021-11-25 17:20:47 +02:00
JohannMoller
7612657220 chore: Add jest config, README and CHANGLOG to operators-js. 2021-11-25 16:21:03 +02:00
JohannMoller
a63ad76c0b chore(packages): Move tests next to files. 2021-11-25 15:55:18 +02:00
JohannMoller
e52a22eb9f feat(operators): Update node and webParser and tests. 2021-11-25 15:41:23 +02:00
Sam Tolmay
c97a8fa6b5
chore: Release version v4.0.0-alpha.1. 2021-11-25 13:37:00 +02:00
Sam Tolmay
86f32a1864
fix(build): Fix build if no lowdefy.yaml file is found. 2021-11-25 13:35:23 +02:00
Sam Tolmay
45489e68cd
fix(deps): Update dependency commander to v8.3.0. 2021-11-25 13:16:35 +02:00
Sam Tolmay
25e82f515f
fix(deps): Update dependency ora to v6.0.1. 2021-11-25 13:01:11 +02:00
Sam Tolmay
ea4f07784f
fix(deps): Update package axios to v0.24.0. 2021-11-25 12:57:55 +02:00
Sam Tolmay
2ded889ef7
fix(deps): Update package ajv to v8.8.2. 2021-11-25 12:56:33 +02:00
Sam Tolmay
338d30fc5c
chore: Update dev dependencies. 2021-11-25 12:54:50 +02:00
Sam Tolmay
ddfcdc5aa8
chore(cli): Cleanup cli package for v4. 2021-11-25 12:42:48 +02:00
JohannMoller
8cf6a69284 Merge branch 'v4' into plugins-operators 2021-11-25 11:45:57 +02:00
JohannMoller
fc0dc29ad8 feat: Create operators-js plugins. 2021-11-25 11:45:44 +02:00
JohannMoller
364729916a feat(operators): Update node and web parser and move their tests. 2021-11-25 11:45:00 +02:00
JohannMoller
16f4da78ec feat(operators): Add other functions to operators export. 2021-11-25 11:37:12 +02:00
Sam Tolmay
67e8f8f1d8
chore: Remove unused packages from CLI 2021-11-25 11:12:04 +02:00
Sam Tolmay
e8a63fbc9b
chore: Change @lowdefy/server npm files property. 2021-11-25 11:11:40 +02:00
Sam Tolmay
ca0b4b0d91
fix: Cleanup build script. 2021-11-24 17:53:32 +02:00
Sam Tolmay
14247eab07
feat(build): Write plugin imports and types.json during build. 2021-11-24 16:51:38 +02:00
Gerrie van Wyk
8512cd33c6
Merge branch 'v4' into build-types 2021-11-24 14:55:27 +02:00
Gervwyk
18a486384d feat(build): Add generateDefaultTypes script. 2021-11-24 14:47:44 +02:00
Sam Tolmay
6550f76ec0
feat(build): Count types during build. 2021-11-24 14:00:52 +02:00
Sam Tolmay
db21b58b46
fix(server): Move document and window to LowdefyContext component. 2021-11-23 18:05:52 +02:00
Sam Tolmay
cf752ec720
fix: Engine test fixes. 2021-11-23 17:56:30 +02:00
Sam Tolmay
4e46145d8f
fix: Render app using blockIds generated at build. 2021-11-23 17:56:13 +02:00