556 Commits

Author SHA1 Message Date
Sam
52ec14639d
chore: Release v4.0.0-alpha.7 2022-02-21 12:30:00 +02:00
Sam
550f253778
Merge remote-tracking branch 'upstream/develop' into update-mongodb
# Conflicts:
#	.pnp.cjs
#	yarn.lock
2022-02-21 10:57:08 +02:00
Sam
7f0fccffe3
fix(connection-mongodb): Update MongoDB connection docs
BREAKING CHANGE: The MongoDB driver was updated to v4, which has some changes to the option variable names.
2022-02-21 10:52:02 +02:00
Gervwyk
cbb71d809b feat(operators): Change dependancy from js-yaml to yaml.
BREAKING CHANGE: _yaml.parse now takes an array or an object data instead of a string.
2022-02-18 15:52:25 +02:00
Gervwyk
27a2361fc6 fix(docs): Comment our JsAction usage. 2022-02-16 17:05:48 +02:00
Gervwyk
9eea4f10b1 fix(docs): Add CircleColorSelector to transformer and fix typo. 2022-02-16 14:20:27 +02:00
Gervwyk
e4369bb345 fix(docs): Update paths for all blocks and some icon name fixes. 2022-02-16 09:57:03 +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
Gervwyk
540aa035d2 fix: Move S3UploadButton to plugin-aws. 2022-02-14 12:58:22 +02:00
Sam
774202d45d
chore(deps): Upgrade dev dependency jest. 2022-02-12 14:38:39 +02:00
Gervwyk
a78796261a chore(docs): Fix typo. 2022-02-11 17:40:40 +02:00
Gervwyk
53117b88cf fix: Update docs for Anchor.
BREAKING CHANGE: href and strong property removed for Anchor block, replaced with Link properties.
2022-02-11 17:13:18 +02:00
Gervwyk
95b44473a3 feat(server): Add ariaLabel and rel properties to Link. 2022-02-09 10:39:01 +02:00
Gervwyk
9d6ac04b09 feat(server): Add replace and scroll to Link. 2022-02-08 15:20:16 +02:00
Gervwyk
1cce024339 feat(build): Add buildPath to config. 2022-02-08 15:17:52 +02:00
Gervwyk
d5db970b55 Merge branch 'develop' into link-component 2022-02-07 23:30:37 +02:00
Gervwyk
37b80b172b feat(docs): Add docs for the Link component. 2022-02-07 23:23:32 +02:00
Sam
e3f3ad269f
chore(docs): Fix docs test config. 2022-02-07 14:00:47 +02:00
Sam Tolmay
f1d677d8b0
chore: Remove dev dependency babel. 2022-02-03 07:28:03 +02:00
Sam Tolmay
8a0e3313ab
fix: Fix docs transformer fns tests. 2022-02-02 15:13:33 +02:00
Sam Tolmay
d082d0c335
fix: Fix V4 tests. 2022-02-02 15:01:06 +02:00
Sam Tolmay
b3c45ca407
chore(deps): Update jest development dependencies. 2022-02-01 16:35:36 +02:00
Sam Tolmay
b233fb087e
chore(deps): Update babel dev dependencies. 2022-02-01 16:11:13 +02:00
Sam Tolmay
48eb371eaf
Merge remote-tracking branch 'origin/main' into develop
# Conflicts:
#	.gitignore
#	CHANGELOG.md
#	lerna.json
#	package.json
#	packages/ajv/CHANGELOG.md
#	packages/ajv/package.json
#	packages/blockTools/CHANGELOG.md
#	packages/blockTools/package.json
#	packages/blocks/blocksAntd/CHANGELOG.md
#	packages/blocks/blocksAntd/package.json
#	packages/blocks/blocksBasic/CHANGELOG.md
#	packages/blocks/blocksBasic/package.json
#	packages/blocks/blocksColorSelectors/CHANGELOG.md
#	packages/blocks/blocksColorSelectors/package.json
#	packages/blocks/blocksECharts/CHANGELOG.md
#	packages/blocks/blocksECharts/package.json
#	packages/blocks/blocksMarkdown/CHANGELOG.md
#	packages/blocks/blocksMarkdown/package.json
#	packages/build/CHANGELOG.md
#	packages/build/package.json
#	packages/cli/CHANGELOG.md
#	packages/cli/package.json
#	packages/color/CHANGELOG.md
#	packages/color/package.json
#	packages/docs/CHANGELOG.md
#	packages/docs/package.json
#	packages/docs/version.yaml
#	packages/engine/CHANGELOG.md
#	packages/engine/package.json
#	packages/format/CHANGELOG.md
#	packages/format/package.json
#	packages/graphql-federated/CHANGELOG.md
#	packages/graphql-federated/package.json
#	packages/graphql/CHANGELOG.md
#	packages/graphql/package.json
#	packages/helpers/CHANGELOG.md
#	packages/helpers/package.json
#	packages/layout/CHANGELOG.md
#	packages/layout/package.json
#	packages/nodeUtils/CHANGELOG.md
#	packages/nodeUtils/package.json
#	packages/nunjucks/CHANGELOG.md
#	packages/nunjucks/package.json
#	packages/operators/CHANGELOG.md
#	packages/operators/package.json
#	packages/renderer/CHANGELOG.md
#	packages/renderer/package.json
#	packages/server/CHANGELOG.md
#	packages/server/package.json
#	packages/servers/serverAwsLambda/CHANGELOG.md
#	packages/servers/serverAwsLambda/package.json
#	packages/servers/serverDev/CHANGELOG.md
#	packages/servers/serverDev/package.json
#	packages/servers/serverDocker/CHANGELOG.md
#	packages/servers/serverDocker/package.json
#	packages/servers/serverNetlify/CHANGELOG.md
#	packages/servers/serverNetlify/package.json
#	packages/servers/serverNode/CHANGELOG.md
#	packages/servers/serverNode/package.json
#	packages/shell/CHANGELOG.md
#	packages/shell/package.json
#	yarn.lock
2022-02-01 15:49:51 +02:00
Sam Tolmay
8a3605e840
fix(docs): Add docs on ES Modules in build resolvers and transformers. 2022-01-31 14:24:10 +02:00
Sam Tolmay
c9db72ac55
feat(build): Use dynamic import for build resolver and transformer functions. 2022-01-31 13:55:15 +02:00
Gervwyk
56b5676fc5 chore: Fix typo in cli docs. 2022-01-24 09:43:14 +02:00
Gervwyk
e20cfdfdcb fix(cli): Change additional base dir references to config. 2022-01-23 15:05:55 +02:00
Gervwyk
f09c569f0e feat(cli): Rename base-directory to config-directory.
BREAKING CHANGE: Rename base-directory to config-directory.
2022-01-21 18:29:33 +02:00
Sam Tolmay
2530e31af7
chore: Release version 4.0.0-alpha.6. 2022-01-20 13:05:28 +02:00
João Correia
ee1620bb41 fix(docs): Added redis connection documentation. 2022-01-13 09:47:32 +00:00
Sam Tolmay
127449e6b1
Merge remote-tracking branch 'origin/v4' into release-v4 2021-11-29 11:33:54 +02:00
JohannMoller
4e23fec8a4 feat: Add _diff to client operators as well as server. 2021-11-29 11:09:00 +02:00
Sam Tolmay
4c30d3cdfa
chore: Release version 3.23.2. 2021-11-29 10:53:43 +02:00
Sam Tolmay
995fcdb020
chore: Release version v4.0.0-alpha.5. 2021-11-27 11:21:34 +02:00
Sam Tolmay
537d166ba3
chore: Release version v4.0.0-alpha.4. 2021-11-25 22:26:03 +02:00
Sam Tolmay
ae388e4240
chore: Release version v4.0.0-alpha.3. 2021-11-25 21:22:30 +02:00
Sam Tolmay
4ac8365d6e
chore: Release version v4.0.0-alpha.2. 2021-11-25 21:06:07 +02:00
Sam Tolmay
c97a8fa6b5
chore: Release version v4.0.0-alpha.1. 2021-11-25 13:37:00 +02:00
Sam Tolmay
3a95ec1949
chore: Bump to version v4.0.0-alpha.0. 2021-11-22 17:33:18 +02:00
Gervwyk
21b268b2fb Merge branch 'main' into merge-main 2021-11-21 17:10:36 +02:00
Sam Tolmay
713a8323d1
chore: Release version 3.23.1. 2021-11-20 07:59:51 +02:00
Gervwyk
9f9cc98aaf chore: Release version 3.23.0. 2021-11-19 17:36:58 +02:00
Gervwyk
5bd5f9aaf1 chore(blocksAntd): Change to value for onSearch and simplify examples. 2021-11-19 16:21:57 +02:00
Sandile
0e53cb8f93 fix(docs): Included onSearch event example in MultipleSelector and Selector docs. 2021-11-18 15:49:45 +02:00
Sam Tolmay
0903094ce5
fix(docs): Fix _ref resolver function example. 2021-11-16 15:09:19 +02:00
Sam Tolmay
8a2b43f590
chore: Release version 3.23.0-alpha.0. 2021-11-09 18:28:00 +02:00
Sam
84bb53c032
Merge branch 'develop' into init-page 2021-11-09 18:14:26 +02:00
Sam Tolmay
c5c6f0c9a5
fix: Add _switch operator to docs. 2021-11-09 17:57:07 +02:00
Sam Tolmay
1761700cb4
chore: Update dependency jest to v27.3.1. 2021-11-09 15:54:53 +02:00