diff --git a/.pnp.cjs b/.pnp.cjs index 7e8175a3a..5d10641fb 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -3541,25 +3541,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./packages/server/", "packageDependencies": [ ["@lowdefy/server", "workspace:packages/server"], - ["@lowdefy/actions-core", "workspace:packages/plugins/actions/actions-core"], ["@lowdefy/api", "workspace:packages/api"], ["@lowdefy/block-utils", "workspace:packages/utils/block-utils"], - ["@lowdefy/blocks-antd", "workspace:packages/plugins/blocks/blocks-antd"], - ["@lowdefy/blocks-basic", "workspace:packages/plugins/blocks/blocks-basic"], - ["@lowdefy/blocks-color-selectors", "workspace:packages/plugins/blocks/blocks-color-selectors"], - ["@lowdefy/blocks-echarts", "workspace:packages/plugins/blocks/blocks-echarts"], - ["@lowdefy/blocks-markdown", "workspace:packages/plugins/blocks/blocks-markdown"], ["@lowdefy/build", "workspace:packages/build"], - ["@lowdefy/connection-axios-http", "workspace:packages/plugins/connections/connection-axios-http"], - ["@lowdefy/connection-mongodb", "workspace:packages/plugins/connections/connection-mongodb"], ["@lowdefy/engine", "workspace:packages/engine"], ["@lowdefy/helpers", "workspace:packages/utils/helpers"], ["@lowdefy/layout", "workspace:packages/layout"], ["@lowdefy/node-utils", "workspace:packages/utils/node-utils"], ["@lowdefy/operators-js", "workspace:packages/plugins/operators/operators-js"], - ["@lowdefy/operators-mql", "workspace:packages/plugins/operators/operators-mql"], - ["@lowdefy/operators-nunjucks", "workspace:packages/plugins/operators/operators-nunjucks"], - ["@lowdefy/operators-yaml", "workspace:packages/plugins/operators/operators-yaml"], ["@next/eslint-plugin-next", "npm:12.0.10"], ["less", "npm:4.1.2"], ["less-loader", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0"], diff --git a/CHANGELOG.md b/CHANGELOG.md index f09e5999f..c7ecab553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,230 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **actions-core:** Added scrollTo with no params error test. ([1402180](https://github.com/lowdefy/lowdefy/commit/140218075f0f9ce00c0e930a7b18db5629bb1ab0)) +* **actions-core:** Added testContext for action testing. ([2f6189b](https://github.com/lowdefy/lowdefy/commit/2f6189b6405ccaa1e0ffbf055669970f60300476)) +* **actions-core:** Changed param type check in DisplayMessage action. ([3d85e26](https://github.com/lowdefy/lowdefy/commit/3d85e26ac5b5f33897032d04ebd6e20ab1944168)) +* **actions-core:** Refactored actions to use actions interface. ([563900b](https://github.com/lowdefy/lowdefy/commit/563900ba49e6025862e9444743a485952c0d2c1c)) +* **actions-core:** Updated ScrollTo action tests. ([ae202f2](https://github.com/lowdefy/lowdefy/commit/ae202f2d1db7f5e56c60d4da384c2f15d8a53a18)) +* **actions-core:** Updated ScrollTo action to include param error handling. ([25b656f](https://github.com/lowdefy/lowdefy/commit/25b656f115da074b7da266ce81c0bc975db2c109)) +* **actions-core:** Updated Throw action tests to use new plugin config. ([ccf4fd1](https://github.com/lowdefy/lowdefy/commit/ccf4fd14c3a112f74d89939166db0e17972c95a7)) +* **actions-core:** Updated Wait action tests to use new plugin config. ([abb74af](https://github.com/lowdefy/lowdefy/commit/abb74afc8e68e32960cb1c50f7930e79bbcfbed8)) +* Add missing api and helpers tests. ([aa1d72c](https://github.com/lowdefy/lowdefy/commit/aa1d72c19122eb7d4343108ba6ad21c423dc2493)) +* Add operators used by validation to plugin imports. ([02abd41](https://github.com/lowdefy/lowdefy/commit/02abd41e8eb7e9d1f2637de8f85fbe5dfee350ee)) +* Add packages/cli/server/ to git ignore. ([20f02bd](https://github.com/lowdefy/lowdefy/commit/20f02bdef929184338a62875c6207c2ffd584e81)) +* Add yarn install to dev scripts for server. ([dc7f988](https://github.com/lowdefy/lowdefy/commit/dc7f98827e5b97fe96ac2008779b8d2f456d0adb)) +* **api:** Fix callRequest tests. ([58655cb](https://github.com/lowdefy/lowdefy/commit/58655cba190a3a2371e301d2bf4779bd13651ad5)) +* **api:** Fixes using jest with es modules. ([d69a4dc](https://github.com/lowdefy/lowdefy/commit/d69a4dca33d49c639b3c80d90eed4ffa6ef28950)) +* **blocks-antd:** Refactored tests to use new Block config. ([1919560](https://github.com/lowdefy/lowdefy/commit/191956023512213203b78f66bfcdebc451202eb0)) +* **blocks-antd:** Temporary for schema for TimelineList. ([ce8640d](https://github.com/lowdefy/lowdefy/commit/ce8640d85b5ff7daa3610fe145a4569ec4c91777)) +* **blocks-basic:** Refactored tests to use new Block config. ([37ba69d](https://github.com/lowdefy/lowdefy/commit/37ba69dd60301cbdbbba88bbab2f0b9573c77608)) +* **blocks-color-selectors:** Fix typo in style import. ([7a90f5b](https://github.com/lowdefy/lowdefy/commit/7a90f5b3edbf8e081aa73bf40db2768bf43c2107)) +* **blocks-color-selectors:** Refactored tests to use new Block config. ([bd38975](https://github.com/lowdefy/lowdefy/commit/bd389752dccb8030ad80da0f717e8ecaba71c7fd)) +* **blocks-echarts:** Refactored tests to use new Block config. ([d17e34e](https://github.com/lowdefy/lowdefy/commit/d17e34ebf82a40f7f8fc28e97917e1f2f971e733)) +* **blocks-loaders:** Refactored tests to use new Block config. ([e4f4590](https://github.com/lowdefy/lowdefy/commit/e4f45908e934c0f4929288db7204fba1dc66fb1e)) +* **blocks-markdown:** Refactored tests to use new Block config. ([b963944](https://github.com/lowdefy/lowdefy/commit/b96394456f972386fe3395331ac0c1fb82c3ac07)) +* **bock-utils:** Fix icon properties, size might be an issue. ([cd2b9ad](https://github.com/lowdefy/lowdefy/commit/cd2b9ad3957cb9a30019b94e3129a17ff6f3fc3f)) +* **build:** Add writeActionImports to build. ([f0889d2](https://github.com/lowdefy/lowdefy/commit/f0889d238ca2e0558a59913b6f68069b018bc25f)) +* **build:** Events with try defined should add default for catch. ([bb36b55](https://github.com/lowdefy/lowdefy/commit/bb36b55d7c3a06dea1a448fb6b588b12547141b4)) +* **build:** Fix build tests. ([417f5cb](https://github.com/lowdefy/lowdefy/commit/417f5cb0043ca4e62bcedac192a5965217b0219c)) +* **build:** Fix error message when block is not an object. ([5bc113b](https://github.com/lowdefy/lowdefy/commit/5bc113b18cc30090d9862d95dc6d021b0fe9af6b)) +* **build:** Fix jest with es modules. ([a4d089a](https://github.com/lowdefy/lowdefy/commit/a4d089afa25363a19cddb0ee62d4e0211f1cfda3)) +* **build:** Move page not an object error to addDefaultPages. ([b3c980d](https://github.com/lowdefy/lowdefy/commit/b3c980d2bfc99d1ef4f48a5fb9ef6f99353a4fd6)) +* **build:** Throw better error for incorrect user transformer functions. ([d796de3](https://github.com/lowdefy/lowdefy/commit/d796de3cc7e3bf8602d76e5190cfd1d4f71c775a)) +* **build:** Throw instead of logging error for build. ([cccaabc](https://github.com/lowdefy/lowdefy/commit/cccaabcdaeb357dc8c1382310166cd96af10b2e0)) +* **cli:** Change additional base dir references to config. ([e20cfdf](https://github.com/lowdefy/lowdefy/commit/e20cfdfdcb1f079ea80450b87608ae57ab4e30f8)) +* **cli:** Fix icon in init command. ([295faba](https://github.com/lowdefy/lowdefy/commit/295faba2bf0c9dec826fa0c589e3a7e729e635e9)) +* **cli:** Fix jest es module mocks. ([78480e8](https://github.com/lowdefy/lowdefy/commit/78480e80022f79a0ab449a9a8d804e6213b676c4)) +* **connection-elasticsearch:** Add license comments in schema files. ([43ec9a0](https://github.com/lowdefy/lowdefy/commit/43ec9a07c988fdf85ee4b217fff767290f0f88a2)) +* **connection-elasticsearch:** Fix connection-elasticsearch plugin structure to work with version 4. ([f0c55e8](https://github.com/lowdefy/lowdefy/commit/f0c55e8afd69da8581285c9b1805e72e858e4dad)) +* **connection-google-sheets:** Add license comments in schema files. ([c230318](https://github.com/lowdefy/lowdefy/commit/c23031842a2ff7cd1177235874f16a9747121801)) +* **connection-google-sheets:** Fix connection-google-sheets plugin structure to work with version 4. ([2c19747](https://github.com/lowdefy/lowdefy/commit/2c1974748625a2262edb068f3a8317474eaaee50)) +* **connection-google-sheets:** Revert mingo system imports. ([66a42c7](https://github.com/lowdefy/lowdefy/commit/66a42c7dc53c3bd3e54cbf3f16661750416a0d33)) +* **connection-knex:** Add license comments in schema files. ([916452b](https://github.com/lowdefy/lowdefy/commit/916452b8106668f8d5e65773863abfd122b46b95)) +* **connection-knex:** Fix connection-knex plugin structure to work with version 4. ([ffc9c35](https://github.com/lowdefy/lowdefy/commit/ffc9c351590921f0008192c4106ba4fab8c82e73)) +* **connection-mongodb:** Add license comments in schema files. ([0872590](https://github.com/lowdefy/lowdefy/commit/08725905456a3c00d0c00ae3ed2fc5cdde2bd24e)) +* **connection-mongodb:** Fix connection-mongodb plugin structure to work with version 4. ([a8b9da9](https://github.com/lowdefy/lowdefy/commit/a8b9da9707fe7aa77e64f042ac36a8efb135329b)) +* **connection-mongodb:** Update dependency mongodb to v4.4.0. ([0655365](https://github.com/lowdefy/lowdefy/commit/065536568199fb5cee12d8108b910b675ac5981d)) +* **connection-mongodb:** Update MongoDB connection docs ([7f0fccf](https://github.com/lowdefy/lowdefy/commit/7f0fccffe308a14331c8c6f3ddb3c4579387facb)) +* **connection-sendgrid:** Add license comments in schema files. ([1850af3](https://github.com/lowdefy/lowdefy/commit/1850af3336bf4983d34b6386bdc77419b51815ed)) +* **connection-sendgrid:** Fix connection-sendgrid plugin structure to work with version 4. ([1baeb0f](https://github.com/lowdefy/lowdefy/commit/1baeb0faaac7a9a008984f7a333e902d8b3be4dc)) +* **connection-stripe:** Add license comments in schema files. ([cf4a614](https://github.com/lowdefy/lowdefy/commit/cf4a614d77035fd954f4a2bc3111dd270d6604e9)) +* **connection-stripe:** Fix connection-stripe plugin structure to work with version 4. ([3a35829](https://github.com/lowdefy/lowdefy/commit/3a35829edae64dcd5d558698d7bc469fe9d55f0e)) +* Convert link to pass pathname and query separately. ([1294914](https://github.com/lowdefy/lowdefy/commit/1294914fae0cafbe9165db230b2cf418a97e71b7)) +* Convert links to use pathname and query. ([1189a8b](https://github.com/lowdefy/lowdefy/commit/1189a8bdbb6ade52eee7e8223603dc4d2dcd6223)) +* **deps:** Downgrade dependency swr to v1.1.2. ([80b047f](https://github.com/lowdefy/lowdefy/commit/80b047fb8e5684d032026d9e10b50114a67af89f)) +* **deps:** Update dependecy next to v12.0.10 ([c058935](https://github.com/lowdefy/lowdefy/commit/c05893578f8d5f625391b560ec24411d16df902d)) +* **deps:** Update dependency @elastic/elasticsearch to v7.16.0. ([ed1346e](https://github.com/lowdefy/lowdefy/commit/ed1346ebd45a2cc6f7b2802c6cd3fb032cbaab92)) +* **deps:** Update dependency @sendgrid/mail to v7.6.0. ([f44d267](https://github.com/lowdefy/lowdefy/commit/f44d267e6f2dfd060c40bbae7c6d1d6296b8f0a9)) +* **deps:** Update dependency ajv to v8.9.0. ([efd18da](https://github.com/lowdefy/lowdefy/commit/efd18da6b146a60db286af00353bac0e12667884)) +* **deps:** Update dependency aws-sdk to v2.1066.0. ([766acde](https://github.com/lowdefy/lowdefy/commit/766acde8de455290076e1aba97fd2ed7f8c50610)) +* **deps:** Update dependency axios to v0.25.0. ([ddf13bb](https://github.com/lowdefy/lowdefy/commit/ddf13bb7f891bbb328f1ac6aea3e34894d80c42c)) +* **deps:** Update dependency chokidar to v3.5.3. ([4513321](https://github.com/lowdefy/lowdefy/commit/45133218d83e9751746e1c71c6f9fa44a5b50ead)) +* **deps:** Update dependency commander to v9.0.0. ([aebd5be](https://github.com/lowdefy/lowdefy/commit/aebd5bec6b28d0242d60d3ac92a667b5e39c8aca)) +* **deps:** Update dependency dompurify to v2.3.5. ([41dbc3d](https://github.com/lowdefy/lowdefy/commit/41dbc3d67f0bc55214add6125cda06946eca7ac1)) +* **deps:** Update dependency dotenv to v15.0.0. ([682620c](https://github.com/lowdefy/lowdefy/commit/682620c99c0e53d31467b6c3d5146f0eba596ab1)) +* **deps:** Update dependency echarts to v5.3.0. ([6571f98](https://github.com/lowdefy/lowdefy/commit/6571f988c07e02df4d1ba076f4b214918358e3e9)) +* **deps:** Update dependency echarts-for-react to v3.0.2. ([e5f7ed6](https://github.com/lowdefy/lowdefy/commit/e5f7ed6494c0fa2a39dc598fc2148eacfb3b9568)) +* **deps:** Update dependency google-spreadsheet to v3.2.0. ([2c62cc2](https://github.com/lowdefy/lowdefy/commit/2c62cc2d328ad4dbb6927844c2ab5b8d5a48380e)) +* **deps:** Update dependency knex to v1.0.1. ([26863fc](https://github.com/lowdefy/lowdefy/commit/26863fc41bacec7adbd24ced1331639d1334e169)) +* **deps:** Update dependency mingo to v6.0.0. ([145dcda](https://github.com/lowdefy/lowdefy/commit/145dcdacc13074070ce8f9c4fc0bac46d8523cd6)) +* **deps:** Update dependency mssql to v8.0.1. ([6848ade](https://github.com/lowdefy/lowdefy/commit/6848ade275da966b829282f29f32303845fe9ac7)) +* **deps:** Update dependency next-auth to v4.1.2. ([4b63c87](https://github.com/lowdefy/lowdefy/commit/4b63c8774fab7adbc3e11f92a5e808b38d22f4c9)) +* **deps:** Update dependency next-with-less to v2.0.4. ([7c71492](https://github.com/lowdefy/lowdefy/commit/7c714926ee0caeba362af78b594698635f34c70f)) +* **deps:** Update dependency query-string to v7.1.0. ([f434ee9](https://github.com/lowdefy/lowdefy/commit/f434ee942e7a58228b84db4406cfeb03f55e5e5f)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update dependency react-markdown to v8.0.0. ([f04e35b](https://github.com/lowdefy/lowdefy/commit/f04e35bff26393f425f5711a66ac23dc4031a943)) +* **deps:** Update dependency redis to v4.0.3. ([c4b0e75](https://github.com/lowdefy/lowdefy/commit/c4b0e757960b994593166d58298c23ded4269bbf)) +* **deps:** Update dependency rehype-raw to v6.1.1. ([e13b0f1](https://github.com/lowdefy/lowdefy/commit/e13b0f18c2c974845421821899ac132fe25f871d)) +* **deps:** Update dependency stripe to v8.201.0. ([964efb4](https://github.com/lowdefy/lowdefy/commit/964efb445bfbcc36625405f33895afbef1a9c686)) +* **deps:** Update dependency swr to v1.2.0. ([8c55376](https://github.com/lowdefy/lowdefy/commit/8c55376080ea89f015f208262c097e5201c21d79)) +* **deps:** Update dependency yargs to v17.3.1. ([277776c](https://github.com/lowdefy/lowdefy/commit/277776c7294e57a95dfcf86d300bb20ea4742043)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* **docs:** Add CircleColorSelector to transformer and fix typo. ([9eea4f1](https://github.com/lowdefy/lowdefy/commit/9eea4f10b145929ace661f52809594cb02580a00)) +* **docs:** Add docs on ES Modules in build resolvers and transformers. ([8a3605e](https://github.com/lowdefy/lowdefy/commit/8a3605e840b9f0a86fbf58f47ecbb507e85605fe)) +* **docs:** Comment our JsAction usage. ([27a2361](https://github.com/lowdefy/lowdefy/commit/27a2361fc626a78a7b34b2bcdd074bc352a6a677)) +* **docs:** Update paths for all blocks and some icon name fixes. ([e4369bb](https://github.com/lowdefy/lowdefy/commit/e4369bb3453c19d76f083b139f317de7dd96e090)) +* Downgrade dependency ora to v5.4.1 ([ea28ea5](https://github.com/lowdefy/lowdefy/commit/ea28ea51c2c2371e0636d3f9bc66b07470563bce)) +* **engine:** Changed method action from getRequest to getRequestDetails. ([32c0b7c](https://github.com/lowdefy/lowdefy/commit/32c0b7c96f07e16c5a4b16b8501ea44da3f2ba76)) +* **engine:** Fixed validate action method context reference. ([576e3a9](https://github.com/lowdefy/lowdefy/commit/576e3a9fe8234a61ed5f3237ea44cc309e4cb27d)) +* **engine:** Reset input when link is followed with no input. ([fab9e2a](https://github.com/lowdefy/lowdefy/commit/fab9e2a3fb1d59ff604bee2b95edf0e8464f0a42)) +* **engine:** Reverted index based block id change in callMethod action test. ([46ad3c0](https://github.com/lowdefy/lowdefy/commit/46ad3c07982dacb481b1513750db19b55fe89382)) +* **engine:** Update set global action method global object reference. ([91fa543](https://github.com/lowdefy/lowdefy/commit/91fa543969a33e119df23b716d04acca55edcaf0)) +* **engine:** Updated callMethod action method to use action & block plugin config. ([ddd849e](https://github.com/lowdefy/lowdefy/commit/ddd849e2de6b9691041d098fe53ace1db5940451)) +* **engine:** Updated link action method test to use action & block plugin config. ([1306698](https://github.com/lowdefy/lowdefy/commit/1306698ebbd9fe6b41c77628da70c2b7f95a4e13)) +* **engine:** Updated login action method test to use action & block plugin config. ([4cbd863](https://github.com/lowdefy/lowdefy/commit/4cbd863cfe8f2b325dc3e9bea4d54d1f4c1d97b7)) +* **engine:** Updated logout action method test to use action & block plugin config. ([e120fe8](https://github.com/lowdefy/lowdefy/commit/e120fe88beb39fb59661151c15429c4d926782be)) +* **engine:** Updated message action method test to use action & block plugin config. ([48cd251](https://github.com/lowdefy/lowdefy/commit/48cd2515e51ba769437dd3509f55b68f571a0757)) +* **engine:** Updated request action method test to use action & block plugin config. ([d2bd2f5](https://github.com/lowdefy/lowdefy/commit/d2bd2f5fc207eeb15ec86559dc4bec726e037071)) +* **engine:** Updated reset action method test to use action & block plugin config. ([d46add8](https://github.com/lowdefy/lowdefy/commit/d46add8f05279253cf99955315e6acda9b42a516)) +* **engine:** Updated resetValidation action method test to use new plugin config. ([107a1a5](https://github.com/lowdefy/lowdefy/commit/107a1a50000d9ca731370cc41bca2e5f7d564bad)) +* **engine:** Updated setGlobal action method test to use new plugin config. ([ceceec3](https://github.com/lowdefy/lowdefy/commit/ceceec34da9973d054d2138232832b2fd5aeb5aa)) +* **engine:** Updated setState action method test to use new plugin config. ([27838bc](https://github.com/lowdefy/lowdefy/commit/27838bcf75bba256d13f7a72b1bfd6e1d41bceeb)) +* **engine:** Updated testContext to use rootBlock config. ([c8524c6](https://github.com/lowdefy/lowdefy/commit/c8524c6742d3f45109f15ace6e2d84b6114b92d8)) +* **engine:** Updated validate action method test to use new plugin config. ([f8962c6](https://github.com/lowdefy/lowdefy/commit/f8962c6451e92c467ae882c55ac0859e92ca2ba0)) +* Fix docs transformer fns tests. ([8a0e331](https://github.com/lowdefy/lowdefy/commit/8a0e3313abe15bee9ce28aa2d8b8f91a3482bae3)) +* Fix import issues for build. ([64a076c](https://github.com/lowdefy/lowdefy/commit/64a076cdc91b77a4b067972f77e99bfc2c571650)) +* Fix util package tests. ([9d0cc45](https://github.com/lowdefy/lowdefy/commit/9d0cc45cffd3a373492bc842ba54a7254f7c509f)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* Move S3UploadButton to plugin-aws. ([540aa03](https://github.com/lowdefy/lowdefy/commit/540aa035d2ed0672b0f3e233c1cee90e82d4bb52)) +* **node-utils:** Convert writeFile function prototype. ([5371430](https://github.com/lowdefy/lowdefy/commit/53714307123f3477240767a91c5332a70a292d93)) +* **node-utils:** Do not throw if readFile path is not resolved. ([b451c29](https://github.com/lowdefy/lowdefy/commit/b451c29b4a904bfdbaa31e9316b488935bdf8571)) +* **operators-js:** Fix array, function, operator, type tests ([4d19d48](https://github.com/lowdefy/lowdefy/commit/4d19d48f5bdc48442820946c18d5d08c000d9c1c)) +* **operators-js:** Fix getter operator tests. ([c774f3f](https://github.com/lowdefy/lowdefy/commit/c774f3f31fcbdf16aabd99d1cf76714cfa4b109f)) +* **operators-js:** Fix menu and location tests ([3fac862](https://github.com/lowdefy/lowdefy/commit/3fac862c58dea6b293d9556f4e8f17dd169021d8)) +* **operators-js:** Update request tests. ([f78405f](https://github.com/lowdefy/lowdefy/commit/f78405f48602f97b6954ceb07bf2e9dfb5bf5e7a)) +* **operators-js:** Update shared operators tests. ([1c6cb87](https://github.com/lowdefy/lowdefy/commit/1c6cb87c59116ca02dfe02d7f76450345afa7918)) +* **operators-js:** Update test name and license wording. ([708beac](https://github.com/lowdefy/lowdefy/commit/708beacc11f8de1c09c7abef3fae724f74c70d6a)) +* **operators-nunjucks:** Fix tests. ([6b5d8c8](https://github.com/lowdefy/lowdefy/commit/6b5d8c81b1a14a98c0dfc0f4febb87f0fb6f6ba0)) +* **plugin-aws:** Convert @lowdefy/plugin-aws to new plugin package structure. ([64043d3](https://github.com/lowdefy/lowdefy/commit/64043d3ddee84fcfc40b60ed777eff688517c2c8)) +* Remove rc-animate from yarnrc config. ([0a037d1](https://github.com/lowdefy/lowdefy/commit/0a037d1218e652e02e03df36fbb8bf676c16a5d0)) +* **server-dev:** Add dev server manager description. ([18cf9c2](https://github.com/lowdefy/lowdefy/commit/18cf9c2941f0001d98eed5c79dac2b111f6c6eee)) +* **server-dev:** Do not error if .env file does not exist. ([fa389a1](https://github.com/lowdefy/lowdefy/commit/fa389a17eff8d716e4cc45c1262f4e3d69bdb71d)) +* **server-dev:** Fix redirect. ([96ed764](https://github.com/lowdefy/lowdefy/commit/96ed764458ebed076d5bee246622c2fb457d9f33)) +* **server:** Maintain the lowdefy objects during page transitions. ([4b3d061](https://github.com/lowdefy/lowdefy/commit/4b3d061a0de79b86b0fa8be9ff8948a9dc0caeb7)) +* **servr-dev:** Fix 404 redirect so that browser back works. ([9df6579](https://github.com/lowdefy/lowdefy/commit/9df6579198c0dd0aef9092a98c1b455fac41a761)) +* Strip auth prop from page config in api. ([693667d](https://github.com/lowdefy/lowdefy/commit/693667db5bece8081865e74dc2e4391b62f10f93)) +* Update createLink tests. ([2e531b3](https://github.com/lowdefy/lowdefy/commit/2e531b385248361fc6f015e0102838462299af06)) +* Update docs for Anchor. ([53117b8](https://github.com/lowdefy/lowdefy/commit/53117b88cf759991539265ca84c0f47a9b45a911)) + + +### Features + +* **actions-core:** Added CallMethod action test. ([f9333e5](https://github.com/lowdefy/lowdefy/commit/f9333e5a4fd3e7a47100000de1c9ee70488f37ca)) +* **actions-core:** Added Link action test. ([d04cc03](https://github.com/lowdefy/lowdefy/commit/d04cc031d9e831c18f01b96a1ae7a05851d92cb6)) +* **actions-core:** Added Login action test. ([ba6ac71](https://github.com/lowdefy/lowdefy/commit/ba6ac71731b24c3a003585b5fe4ab4763c40e186)) +* **actions-core:** Added Logout action test. ([b67e77d](https://github.com/lowdefy/lowdefy/commit/b67e77d56c415b9349b84b31a49d505dda2af2ff)) +* **actions-core:** Added Message action test. ([0404c0d](https://github.com/lowdefy/lowdefy/commit/0404c0d326c18d9447349520fe0e6c64d2512023)) +* **actions-core:** Added Request action test. ([696d816](https://github.com/lowdefy/lowdefy/commit/696d8163c1a8128e8ec3e0704e16378b173039c5)) +* **actions-core:** Added Reset action test. ([c53d111](https://github.com/lowdefy/lowdefy/commit/c53d111da0811d7822b122641d5cc36d9e61a384)) +* **actions-core:** Added ResetValidation action test. ([b5fc499](https://github.com/lowdefy/lowdefy/commit/b5fc49915bdfabca2721c71cf5d5653ee62d27b9)) +* **actions-core:** Added SetGlobal action test. ([66c8218](https://github.com/lowdefy/lowdefy/commit/66c8218578a3f3da77c9b722ef3141d205262499)) +* **actions-core:** Added SetState action test. ([bfab2e4](https://github.com/lowdefy/lowdefy/commit/bfab2e4b6602c9b2ecf7e720dda7f49725ecb0af)) +* **actions-core:** Added Validate action test. ([171aec3](https://github.com/lowdefy/lowdefy/commit/171aec380b7be3ee9ce2d003e2359bf80c82af4a)) +* **actions-core:** BREAKING CHANGE - The Message action was renamed to DisplayMessage. ([a9bfe65](https://github.com/lowdefy/lowdefy/commit/a9bfe65f42094d53cd4eee60aa34fbd0a5e180a6)) +* **actions-core:** Refactored @lowdefy/engine and added actions-core package to plugins. ([b08ef1d](https://github.com/lowdefy/lowdefy/commit/b08ef1d3944503be83beffb006a284e4460660d9)) +* **actions-core:** Updated DisplayMessage action and tests to include edge cases. ([1d70f64](https://github.com/lowdefy/lowdefy/commit/1d70f64983922070916537c0a81b4ed343810365)) +* Add build scripts for plugings. ([d37db36](https://github.com/lowdefy/lowdefy/commit/d37db362801de9f0e4d9640fc77e431edeca757a)) +* Add start, start:dev and start:server-dev scripts for easy dev ⚡️. ([da813c3](https://github.com/lowdefy/lowdefy/commit/da813c3d13b39fcfdbd50b8d53c3e0b1f5e7e8e2)) +* Add start:dev-docs start script. ([0c494fe](https://github.com/lowdefy/lowdefy/commit/0c494fe2ad68d02d9fac0b65a1267ee0ebaf4874)) +* Add watch and ignore paths, default ref resolver to dev server and build. ([c700d9f](https://github.com/lowdefy/lowdefy/commit/c700d9fb0efbdb20dcfe5f8916e256de81acd79e)) +* **blocks:** Implement Link in blocks. ([2bcf600](https://github.com/lowdefy/lowdefy/commit/2bcf600bd1ae477325cf205069952006e3032b63)) +* **build:** Add buildPath to config. ([1cce024](https://github.com/lowdefy/lowdefy/commit/1cce024339bc89e4192d86f09d1a9ec233663f02)) +* **build:** Add command line args for build, config and server directories. ([1ef213b](https://github.com/lowdefy/lowdefy/commit/1ef213b19d5eea582f7597310200468a787e897c)) +* **build:** Added @lowdefy/actions-core plugin to build process. ([a144735](https://github.com/lowdefy/lowdefy/commit/a144735e2cf7647db5e48b434a53c974d907b4f9)) +* **build:** Copy files in config public folder to next public folder. ([ceafdc8](https://github.com/lowdefy/lowdefy/commit/ceafdc8cfca0011425e7a2979e50cd2b32d883b9)) +* **build:** Use dynamic import for build resolver and transformer functions. ([c9db72a](https://github.com/lowdefy/lowdefy/commit/c9db72ac55109a85cfc821dfbbf87e54b4881d59)) +* **cli:** Add config option for server-dev and server directories. ([07902b0](https://github.com/lowdefy/lowdefy/commit/07902b0e06f9c72a04168842d7f9bb8de470c424)) +* **cli:** Add port option for start command. ([9e16e2f](https://github.com/lowdefy/lowdefy/commit/9e16e2f9b920a44ce1ed95172b4e960afe404ffa)) +* **cli:** Add port setting to dev command. ([546798a](https://github.com/lowdefy/lowdefy/commit/546798a8fc3ac877b851f31316eb5b0a49d7ac9f)) +* **cli:** Pass package manager setting to dev server. ([0425f07](https://github.com/lowdefy/lowdefy/commit/0425f07e4ada328e76488e3ec0aa164ff475df5c)) +* **cli:** Rename base-directory to config-directory. ([f09c569](https://github.com/lowdefy/lowdefy/commit/f09c569f0e4207ce31a9e5e002f8eb30ea221bc5)) +* **docs:** Add docs for the Link component. ([37b80b1](https://github.com/lowdefy/lowdefy/commit/37b80b172bc078ab4b83f5932fc8d0908c5baf6f)) +* **engine:** Added action methods to Actions class. ([e3a32aa](https://github.com/lowdefy/lowdefy/commit/e3a32aae4079fe85124039c1ac736cffb784bd4a)) +* **engine:** Added getActions action method test. ([c79c7ed](https://github.com/lowdefy/lowdefy/commit/c79c7ed11da18923395aa8385fb542b5a41c7f96)) +* **engine:** Added getBlockId action method test. ([5802217](https://github.com/lowdefy/lowdefy/commit/5802217d3c6b20af5412af2a491f1b9f7852c175)) +* **engine:** Added getEvent action method test. ([031535c](https://github.com/lowdefy/lowdefy/commit/031535c553e1f2c7806e810d8b609f3fb3550de3)) +* **engine:** Added getGlobal action method test. ([61d23a2](https://github.com/lowdefy/lowdefy/commit/61d23a282ab98202b0b431f7043e381fad7a87c7)) +* **engine:** Added getInput action method test. ([5578f46](https://github.com/lowdefy/lowdefy/commit/5578f46978ae78189b90e0ce39c1133add59499d)) +* **engine:** Added getPageId action method test. ([602e114](https://github.com/lowdefy/lowdefy/commit/602e114040dcf51cf9f0c259d84a62ab847c2b0d)) +* **engine:** Added getRequestDetails action method test. ([55519c5](https://github.com/lowdefy/lowdefy/commit/55519c5c5945ccb2d754ff38798f8917a49bfb5a)) +* **engine:** Added getState action method test. ([384d264](https://github.com/lowdefy/lowdefy/commit/384d2645d7f6b56bc9e17937f6d5e82c2c45adbe)) +* **engine:** Added getUrlQuery action method test. ([6665f2e](https://github.com/lowdefy/lowdefy/commit/6665f2eaa06c604fedb4de64d0fb414d153af6b4)) +* **engine:** Added getUser action method test. ([f7156f5](https://github.com/lowdefy/lowdefy/commit/f7156f5e6f9ebf1178821b46f73ddeba6e6d134a)) +* **engine:** BREAKING CHANGE - The Message action was renamed to DisplayMessage. ([6c3abb7](https://github.com/lowdefy/lowdefy/commit/6c3abb71e8e82612c18148c00add90d6d8e1f36f)) +* **engine:** Update link to include noLink and disableLink, fix logic. ([b9633e4](https://github.com/lowdefy/lowdefy/commit/b9633e4f105c07efbf192f09038438a0f61b0390)) +* Ignore app/** test config. ([f5fad82](https://github.com/lowdefy/lowdefy/commit/f5fad82a9d2e4237c660164bcce3f74dc69c677a)) +* Link and basePath implementation for dev server. ([d487a1c](https://github.com/lowdefy/lowdefy/commit/d487a1c7fd496d4342a786ec7c96da13bafafc12)) +* **node-utils:** Add copyDirectory. ([852a77a](https://github.com/lowdefy/lowdefy/commit/852a77a6277f0fe9c98cb39e329f60dccdb0793e)) +* **node-utils:** Replace rimraf with fs-extra. ([e15031d](https://github.com/lowdefy/lowdefy/commit/e15031d32de3bc60eef5248b9f8440fc14ea11ef)) +* **operators:** Change dependancy from js-yaml to yaml. ([cbb71d8](https://github.com/lowdefy/lowdefy/commit/cbb71d809b3117dbaf89b23c17a2229a24235308)) +* **server-dev:** Add .env and lowdefy version watchers. ([bc52268](https://github.com/lowdefy/lowdefy/commit/bc522684abce8c050873ef20a3da66ca023cfa32)) +* **server-dev:** Add port setting to server-dev. ([f5b0e7e](https://github.com/lowdefy/lowdefy/commit/f5b0e7e80f8a6002e6d6c6ea426a2b6fee8953bf)) +* **server-dev:** Added import for actions plugins to the lowdefy context. ([20133bb](https://github.com/lowdefy/lowdefy/commit/20133bb0589d35b1494cd3f996ff0ea5421ee560)) +* **server-dev:** Clean up server-dev manager. ([ad3511c](https://github.com/lowdefy/lowdefy/commit/ad3511cce781bdcaf4cba634c87ed541e07b0123)) +* **server-dev:** Dev server plugin install and next build working. ([cf66a6f](https://github.com/lowdefy/lowdefy/commit/cf66a6f83952016b4282985b44f8eb10e7f72ea4)) +* **server-dev:** Optimise dev server next build time. ([34aa84a](https://github.com/lowdefy/lowdefy/commit/34aa84acf92288ecbada387ecf9c7eefc1c0968e)) +* **server-dev:** Skip calling next and lowdefy build using npm/yarn start. ([1a8699a](https://github.com/lowdefy/lowdefy/commit/1a8699a0124ba45202cc4d57255d5d0d6ff6abb7)) +* **server:** Add ariaLabel and rel properties to Link. ([95b4447](https://github.com/lowdefy/lowdefy/commit/95b44473a3f67741951e4d020a0ad84a90805d94)) +* **server:** Add Next Link component implementation. ([6104ae0](https://github.com/lowdefy/lowdefy/commit/6104ae0254909fa969bd9f641e540700d8d8b268)) +* **server:** Add replace and scroll to Link. ([9d6ac04](https://github.com/lowdefy/lowdefy/commit/9d6ac04b09f7c2281ebc699de504bba8b8b5e13b)) +* **server:** Added import for actions plugins to the lowdefy context. ([f28052c](https://github.com/lowdefy/lowdefy/commit/f28052cb510a0757310d20068105d193e2f6856c)) + + +### Reverts + +* Revert "chore: Update yarn.lock" ([f894cb4](https://github.com/lowdefy/lowdefy/commit/f894cb421e89b40d7b8a49b253930198938eabc3)) +* Revert "chore: Update yarn lock to fix removal of rc-animate." ([ab3e513](https://github.com/lowdefy/lowdefy/commit/ab3e513bb95d4bacfe10794b4a77beda82cc6c29)) + + +### BREAKING CHANGES + +* **connection-mongodb:** The MongoDB driver was updated to v4, which has some changes to the option variable names. +* **operators:** _yaml.parse now takes an array or an object data instead of a string. +* href and strong property removed for Anchor block, replaced with Link properties. +* **engine:** The Message action was renamed to DisplayMessage. +* **deps:** The Knex driver has been updated to v1.0.1 which has some changes in the returned values. See https://github.com/knex/knex/releases. +* **deps:** # marks the beginning of a comment in .env files (UNLESS the value is wrapped in quotes. Please update your .env files to wrap in quotes any values containing #. +* **cli:** Rename base-directory to config-directory. + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + +### Bug Fixes + +* **blocksAntd:** Added deboucing condition to Selector and MultipleSelector. ([ce1d3e4](https://github.com/lowdefy/lowdefy/commit/ce1d3e45d5e3add137a97c17461fcf57159dc3e2)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/lerna.json b/lerna.json index 1ad94f70d..e1e5f08fc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "packages": [ "src/packages/*", "src/packages/blocks/*", diff --git a/package.json b/package.json index 42dd4b8a9..daf305de7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/lowdefy", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "private": true, "description": "Lowdefy monorepo", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index fb905e9ba..4625c4ad1 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Add missing api and helpers tests. ([aa1d72c](https://github.com/lowdefy/lowdefy/commit/aa1d72c19122eb7d4343108ba6ad21c423dc2493)) +* **api:** Fix callRequest tests. ([58655cb](https://github.com/lowdefy/lowdefy/commit/58655cba190a3a2371e301d2bf4779bd13651ad5)) +* **api:** Fixes using jest with es modules. ([d69a4dc](https://github.com/lowdefy/lowdefy/commit/d69a4dca33d49c639b3c80d90eed4ffa6ef28950)) +* **cli:** Fix jest es module mocks. ([78480e8](https://github.com/lowdefy/lowdefy/commit/78480e80022f79a0ab449a9a8d804e6213b676c4)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* Strip auth prop from page config in api. ([693667d](https://github.com/lowdefy/lowdefy/commit/693667db5bece8081865e74dc2e4391b62f10f93)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/api diff --git a/packages/api/package.json b/packages/api/package.json index efcb05968..9b5a3544c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/api", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -41,15 +41,15 @@ "test": "yarn node --experimental-vm-modules $(yarn bin jest)" }, "dependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/node-utils": "4.0.0-alpha.6", - "@lowdefy/nunjucks": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6" + "@lowdefy/ajv": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/node-utils": "4.0.0-alpha.7", + "@lowdefy/nunjucks": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7" }, "devDependencies": { "@jest/globals": "27.5.1", - "@lowdefy/operators-js": "4.0.0-alpha.6", + "@lowdefy/operators-js": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/build/CHANGELOG.md b/packages/build/CHANGELOG.md index 0194de6ba..6bb9cc262 100644 --- a/packages/build/CHANGELOG.md +++ b/packages/build/CHANGELOG.md @@ -3,6 +3,56 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Add operators used by validation to plugin imports. ([02abd41](https://github.com/lowdefy/lowdefy/commit/02abd41e8eb7e9d1f2637de8f85fbe5dfee350ee)) +* **build:** Add writeActionImports to build. ([f0889d2](https://github.com/lowdefy/lowdefy/commit/f0889d238ca2e0558a59913b6f68069b018bc25f)) +* **build:** Events with try defined should add default for catch. ([bb36b55](https://github.com/lowdefy/lowdefy/commit/bb36b55d7c3a06dea1a448fb6b588b12547141b4)) +* **build:** Fix build tests. ([417f5cb](https://github.com/lowdefy/lowdefy/commit/417f5cb0043ca4e62bcedac192a5965217b0219c)) +* **build:** Fix error message when block is not an object. ([5bc113b](https://github.com/lowdefy/lowdefy/commit/5bc113b18cc30090d9862d95dc6d021b0fe9af6b)) +* **build:** Fix jest with es modules. ([a4d089a](https://github.com/lowdefy/lowdefy/commit/a4d089afa25363a19cddb0ee62d4e0211f1cfda3)) +* **build:** Move page not an object error to addDefaultPages. ([b3c980d](https://github.com/lowdefy/lowdefy/commit/b3c980d2bfc99d1ef4f48a5fb9ef6f99353a4fd6)) +* **build:** Throw better error for incorrect user transformer functions. ([d796de3](https://github.com/lowdefy/lowdefy/commit/d796de3cc7e3bf8602d76e5190cfd1d4f71c775a)) +* **build:** Throw instead of logging error for build. ([cccaabc](https://github.com/lowdefy/lowdefy/commit/cccaabcdaeb357dc8c1382310166cd96af10b2e0)) +* **connection-elasticsearch:** Fix connection-elasticsearch plugin structure to work with version 4. ([f0c55e8](https://github.com/lowdefy/lowdefy/commit/f0c55e8afd69da8581285c9b1805e72e858e4dad)) +* **connection-google-sheets:** Fix connection-google-sheets plugin structure to work with version 4. ([2c19747](https://github.com/lowdefy/lowdefy/commit/2c1974748625a2262edb068f3a8317474eaaee50)) +* **connection-knex:** Fix connection-knex plugin structure to work with version 4. ([ffc9c35](https://github.com/lowdefy/lowdefy/commit/ffc9c351590921f0008192c4106ba4fab8c82e73)) +* **connection-mongodb:** Fix connection-mongodb plugin structure to work with version 4. ([a8b9da9](https://github.com/lowdefy/lowdefy/commit/a8b9da9707fe7aa77e64f042ac36a8efb135329b)) +* **connection-sendgrid:** Fix connection-sendgrid plugin structure to work with version 4. ([1baeb0f](https://github.com/lowdefy/lowdefy/commit/1baeb0faaac7a9a008984f7a333e902d8b3be4dc)) +* **connection-stripe:** Fix connection-stripe plugin structure to work with version 4. ([3a35829](https://github.com/lowdefy/lowdefy/commit/3a35829edae64dcd5d558698d7bc469fe9d55f0e)) +* **deps:** Update dependency ajv to v8.9.0. ([efd18da](https://github.com/lowdefy/lowdefy/commit/efd18da6b146a60db286af00353bac0e12667884)) +* **deps:** Update dependency yargs to v17.3.1. ([277776c](https://github.com/lowdefy/lowdefy/commit/277776c7294e57a95dfcf86d300bb20ea4742043)) +* Fix import issues for build. ([64a076c](https://github.com/lowdefy/lowdefy/commit/64a076cdc91b77a4b067972f77e99bfc2c571650)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* **node-utils:** Convert writeFile function prototype. ([5371430](https://github.com/lowdefy/lowdefy/commit/53714307123f3477240767a91c5332a70a292d93)) + + +### Features + +* Add watch and ignore paths, default ref resolver to dev server and build. ([c700d9f](https://github.com/lowdefy/lowdefy/commit/c700d9fb0efbdb20dcfe5f8916e256de81acd79e)) +* **build:** Add buildPath to config. ([1cce024](https://github.com/lowdefy/lowdefy/commit/1cce024339bc89e4192d86f09d1a9ec233663f02)) +* **build:** Add command line args for build, config and server directories. ([1ef213b](https://github.com/lowdefy/lowdefy/commit/1ef213b19d5eea582f7597310200468a787e897c)) +* **build:** Added @lowdefy/actions-core plugin to build process. ([a144735](https://github.com/lowdefy/lowdefy/commit/a144735e2cf7647db5e48b434a53c974d907b4f9)) +* **build:** Copy files in config public folder to next public folder. ([ceafdc8](https://github.com/lowdefy/lowdefy/commit/ceafdc8cfca0011425e7a2979e50cd2b32d883b9)) +* **build:** Use dynamic import for build resolver and transformer functions. ([c9db72a](https://github.com/lowdefy/lowdefy/commit/c9db72ac55109a85cfc821dfbbf87e54b4881d59)) +* **operators:** Change dependancy from js-yaml to yaml. ([cbb71d8](https://github.com/lowdefy/lowdefy/commit/cbb71d809b3117dbaf89b23c17a2229a24235308)) + + +### BREAKING CHANGES + +* **operators:** _yaml.parse now takes an array or an object data instead of a string. + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/build/package.json b/packages/build/package.json index 3a6b83085..66bae58ae 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/build", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -45,10 +45,10 @@ "test": "yarn node --experimental-vm-modules $(yarn bin jest)" }, "dependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/node-utils": "4.0.0-alpha.6", - "@lowdefy/nunjucks": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/node-utils": "4.0.0-alpha.7", + "@lowdefy/nunjucks": "4.0.0-alpha.7", "ajv": "8.9.0", "json5": "2.2.0", "uuid": "8.3.2", @@ -57,28 +57,28 @@ }, "devDependencies": { "@jest/globals": "27.5.1", - "@lowdefy/actions-core": "4.0.0-alpha.6", - "@lowdefy/blocks-antd": "4.0.0-alpha.6", - "@lowdefy/blocks-basic": "4.0.0-alpha.6", - "@lowdefy/blocks-color-selectors": "4.0.0-alpha.6", - "@lowdefy/blocks-echarts": "4.0.0-alpha.6", - "@lowdefy/blocks-loaders": "4.0.0-alpha.6", - "@lowdefy/blocks-markdown": "4.0.0-alpha.6", - "@lowdefy/connection-axios-http": "4.0.0-alpha.6", - "@lowdefy/connection-elasticsearch": "4.0.0-alpha.6", - "@lowdefy/connection-google-sheets": "4.0.0-alpha.6", - "@lowdefy/connection-knex": "4.0.0-alpha.6", - "@lowdefy/connection-mongodb": "4.0.0-alpha.6", - "@lowdefy/connection-redis": "4.0.0-alpha.6", - "@lowdefy/connection-sendgrid": "4.0.0-alpha.6", - "@lowdefy/connection-stripe": "4.0.0-alpha.6", - "@lowdefy/operators-change-case": "4.0.0-alpha.6", - "@lowdefy/operators-diff": "4.0.0-alpha.6", - "@lowdefy/operators-js": "4.0.0-alpha.6", - "@lowdefy/operators-mql": "4.0.0-alpha.6", - "@lowdefy/operators-nunjucks": "4.0.0-alpha.6", - "@lowdefy/operators-uuid": "4.0.0-alpha.6", - "@lowdefy/operators-yaml": "4.0.0-alpha.6", + "@lowdefy/actions-core": "4.0.0-alpha.7", + "@lowdefy/blocks-antd": "4.0.0-alpha.7", + "@lowdefy/blocks-basic": "4.0.0-alpha.7", + "@lowdefy/blocks-color-selectors": "4.0.0-alpha.7", + "@lowdefy/blocks-echarts": "4.0.0-alpha.7", + "@lowdefy/blocks-loaders": "4.0.0-alpha.7", + "@lowdefy/blocks-markdown": "4.0.0-alpha.7", + "@lowdefy/connection-axios-http": "4.0.0-alpha.7", + "@lowdefy/connection-elasticsearch": "4.0.0-alpha.7", + "@lowdefy/connection-google-sheets": "4.0.0-alpha.7", + "@lowdefy/connection-knex": "4.0.0-alpha.7", + "@lowdefy/connection-mongodb": "4.0.0-alpha.7", + "@lowdefy/connection-redis": "4.0.0-alpha.7", + "@lowdefy/connection-sendgrid": "4.0.0-alpha.7", + "@lowdefy/connection-stripe": "4.0.0-alpha.7", + "@lowdefy/operators-change-case": "4.0.0-alpha.7", + "@lowdefy/operators-diff": "4.0.0-alpha.7", + "@lowdefy/operators-js": "4.0.0-alpha.7", + "@lowdefy/operators-mql": "4.0.0-alpha.7", + "@lowdefy/operators-nunjucks": "4.0.0-alpha.7", + "@lowdefy/operators-uuid": "4.0.0-alpha.7", + "@lowdefy/operators-yaml": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1ea1e8f7a..6af353182 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **cli:** Change additional base dir references to config. ([e20cfdf](https://github.com/lowdefy/lowdefy/commit/e20cfdfdcb1f079ea80450b87608ae57ab4e30f8)) +* **cli:** Fix icon in init command. ([295faba](https://github.com/lowdefy/lowdefy/commit/295faba2bf0c9dec826fa0c589e3a7e729e635e9)) +* **cli:** Fix jest es module mocks. ([78480e8](https://github.com/lowdefy/lowdefy/commit/78480e80022f79a0ab449a9a8d804e6213b676c4)) +* **deps:** Update dependency axios to v0.25.0. ([ddf13bb](https://github.com/lowdefy/lowdefy/commit/ddf13bb7f891bbb328f1ac6aea3e34894d80c42c)) +* **deps:** Update dependency commander to v9.0.0. ([aebd5be](https://github.com/lowdefy/lowdefy/commit/aebd5bec6b28d0242d60d3ac92a667b5e39c8aca)) +* Downgrade dependency ora to v5.4.1 ([ea28ea5](https://github.com/lowdefy/lowdefy/commit/ea28ea51c2c2371e0636d3f9bc66b07470563bce)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* **node-utils:** Convert writeFile function prototype. ([5371430](https://github.com/lowdefy/lowdefy/commit/53714307123f3477240767a91c5332a70a292d93)) + + +### Features + +* Add watch and ignore paths, default ref resolver to dev server and build. ([c700d9f](https://github.com/lowdefy/lowdefy/commit/c700d9fb0efbdb20dcfe5f8916e256de81acd79e)) +* **cli:** Add config option for server-dev and server directories. ([07902b0](https://github.com/lowdefy/lowdefy/commit/07902b0e06f9c72a04168842d7f9bb8de470c424)) +* **cli:** Add port option for start command. ([9e16e2f](https://github.com/lowdefy/lowdefy/commit/9e16e2f9b920a44ce1ed95172b4e960afe404ffa)) +* **cli:** Add port setting to dev command. ([546798a](https://github.com/lowdefy/lowdefy/commit/546798a8fc3ac877b851f31316eb5b0a49d7ac9f)) +* **cli:** Pass package manager setting to dev server. ([0425f07](https://github.com/lowdefy/lowdefy/commit/0425f07e4ada328e76488e3ec0aa164ff475df5c)) +* **cli:** Rename base-directory to config-directory. ([f09c569](https://github.com/lowdefy/lowdefy/commit/f09c569f0e4207ce31a9e5e002f8eb30ea221bc5)) +* **operators:** Change dependancy from js-yaml to yaml. ([cbb71d8](https://github.com/lowdefy/lowdefy/commit/cbb71d809b3117dbaf89b23c17a2229a24235308)) +* **server-dev:** Add .env and lowdefy version watchers. ([bc52268](https://github.com/lowdefy/lowdefy/commit/bc522684abce8c050873ef20a3da66ca023cfa32)) + + +### BREAKING CHANGES + +* **operators:** _yaml.parse now takes an array or an object data instead of a string. +* **cli:** Rename base-directory to config-directory. + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/cli/package.json b/packages/cli/package.json index 733072539..1dc4c06da 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "lowdefy", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "Lowdefy CLI", "homepage": "https://lowdefy.com", @@ -40,8 +40,8 @@ "test": "FORCE_COLOR=3 yarn node --experimental-vm-modules $(yarn bin jest)" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/node-utils": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/node-utils": "4.0.0-alpha.7", "axios": "0.25.0", "chalk": "4.1.2", "commander": "9.0.0", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 74d9f2742..966258d98 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -3,6 +3,49 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **cli:** Change additional base dir references to config. ([e20cfdf](https://github.com/lowdefy/lowdefy/commit/e20cfdfdcb1f079ea80450b87608ae57ab4e30f8)) +* **connection-mongodb:** Update MongoDB connection docs ([7f0fccf](https://github.com/lowdefy/lowdefy/commit/7f0fccffe308a14331c8c6f3ddb3c4579387facb)) +* **docs:** Add CircleColorSelector to transformer and fix typo. ([9eea4f1](https://github.com/lowdefy/lowdefy/commit/9eea4f10b145929ace661f52809594cb02580a00)) +* **docs:** Add docs on ES Modules in build resolvers and transformers. ([8a3605e](https://github.com/lowdefy/lowdefy/commit/8a3605e840b9f0a86fbf58f47ecbb507e85605fe)) +* **docs:** Comment our JsAction usage. ([27a2361](https://github.com/lowdefy/lowdefy/commit/27a2361fc626a78a7b34b2bcdd074bc352a6a677)) +* **docs:** Update paths for all blocks and some icon name fixes. ([e4369bb](https://github.com/lowdefy/lowdefy/commit/e4369bb3453c19d76f083b139f317de7dd96e090)) +* Fix docs transformer fns tests. ([8a0e331](https://github.com/lowdefy/lowdefy/commit/8a0e3313abe15bee9ce28aa2d8b8f91a3482bae3)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* Move S3UploadButton to plugin-aws. ([540aa03](https://github.com/lowdefy/lowdefy/commit/540aa035d2ed0672b0f3e233c1cee90e82d4bb52)) +* Update docs for Anchor. ([53117b8](https://github.com/lowdefy/lowdefy/commit/53117b88cf759991539265ca84c0f47a9b45a911)) + + +### Features + +* **build:** Add buildPath to config. ([1cce024](https://github.com/lowdefy/lowdefy/commit/1cce024339bc89e4192d86f09d1a9ec233663f02)) +* **build:** Use dynamic import for build resolver and transformer functions. ([c9db72a](https://github.com/lowdefy/lowdefy/commit/c9db72ac55109a85cfc821dfbbf87e54b4881d59)) +* **cli:** Rename base-directory to config-directory. ([f09c569](https://github.com/lowdefy/lowdefy/commit/f09c569f0e4207ce31a9e5e002f8eb30ea221bc5)) +* **docs:** Add docs for the Link component. ([37b80b1](https://github.com/lowdefy/lowdefy/commit/37b80b172bc078ab4b83f5932fc8d0908c5baf6f)) +* **operators:** Change dependancy from js-yaml to yaml. ([cbb71d8](https://github.com/lowdefy/lowdefy/commit/cbb71d809b3117dbaf89b23c17a2229a24235308)) +* **server:** Add ariaLabel and rel properties to Link. ([95b4447](https://github.com/lowdefy/lowdefy/commit/95b44473a3f67741951e4d020a0ad84a90805d94)) +* **server:** Add replace and scroll to Link. ([9d6ac04](https://github.com/lowdefy/lowdefy/commit/9d6ac04b09f7c2281ebc699de504bba8b8b5e13b)) + + +### BREAKING CHANGES + +* **connection-mongodb:** The MongoDB driver was updated to v4, which has some changes to the option variable names. +* **operators:** _yaml.parse now takes an array or an object data instead of a string. +* href and strong property removed for Anchor block, replaced with Link properties. +* **cli:** Rename base-directory to config-directory. + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) ### Bug Fixes diff --git a/packages/docs/lowdefy.yaml b/packages/docs/lowdefy.yaml index e2c49de72..7d146bd0a 100644 --- a/packages/docs/lowdefy.yaml +++ b/packages/docs/lowdefy.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: '@lowdefy/docs' -lowdefy: 4.0.0-alpha.6 +lowdefy: 4.0.0-alpha.7 licence: Apache-2.0 cli: diff --git a/packages/docs/package.json b/packages/docs/package.json index 859800c7c..fdff18c34 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/docs", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index af2657e39..44d39bcaf 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -3,6 +3,62 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Convert link to pass pathname and query separately. ([1294914](https://github.com/lowdefy/lowdefy/commit/1294914fae0cafbe9165db230b2cf418a97e71b7)) +* **engine:** Changed method action from getRequest to getRequestDetails. ([32c0b7c](https://github.com/lowdefy/lowdefy/commit/32c0b7c96f07e16c5a4b16b8501ea44da3f2ba76)) +* **engine:** Fixed validate action method context reference. ([576e3a9](https://github.com/lowdefy/lowdefy/commit/576e3a9fe8234a61ed5f3237ea44cc309e4cb27d)) +* **engine:** Reset input when link is followed with no input. ([fab9e2a](https://github.com/lowdefy/lowdefy/commit/fab9e2a3fb1d59ff604bee2b95edf0e8464f0a42)) +* **engine:** Reverted index based block id change in callMethod action test. ([46ad3c0](https://github.com/lowdefy/lowdefy/commit/46ad3c07982dacb481b1513750db19b55fe89382)) +* **engine:** Update set global action method global object reference. ([91fa543](https://github.com/lowdefy/lowdefy/commit/91fa543969a33e119df23b716d04acca55edcaf0)) +* **engine:** Updated callMethod action method to use action & block plugin config. ([ddd849e](https://github.com/lowdefy/lowdefy/commit/ddd849e2de6b9691041d098fe53ace1db5940451)) +* **engine:** Updated link action method test to use action & block plugin config. ([1306698](https://github.com/lowdefy/lowdefy/commit/1306698ebbd9fe6b41c77628da70c2b7f95a4e13)) +* **engine:** Updated login action method test to use action & block plugin config. ([4cbd863](https://github.com/lowdefy/lowdefy/commit/4cbd863cfe8f2b325dc3e9bea4d54d1f4c1d97b7)) +* **engine:** Updated logout action method test to use action & block plugin config. ([e120fe8](https://github.com/lowdefy/lowdefy/commit/e120fe88beb39fb59661151c15429c4d926782be)) +* **engine:** Updated message action method test to use action & block plugin config. ([48cd251](https://github.com/lowdefy/lowdefy/commit/48cd2515e51ba769437dd3509f55b68f571a0757)) +* **engine:** Updated request action method test to use action & block plugin config. ([d2bd2f5](https://github.com/lowdefy/lowdefy/commit/d2bd2f5fc207eeb15ec86559dc4bec726e037071)) +* **engine:** Updated reset action method test to use action & block plugin config. ([d46add8](https://github.com/lowdefy/lowdefy/commit/d46add8f05279253cf99955315e6acda9b42a516)) +* **engine:** Updated resetValidation action method test to use new plugin config. ([107a1a5](https://github.com/lowdefy/lowdefy/commit/107a1a50000d9ca731370cc41bca2e5f7d564bad)) +* **engine:** Updated setGlobal action method test to use new plugin config. ([ceceec3](https://github.com/lowdefy/lowdefy/commit/ceceec34da9973d054d2138232832b2fd5aeb5aa)) +* **engine:** Updated setState action method test to use new plugin config. ([27838bc](https://github.com/lowdefy/lowdefy/commit/27838bcf75bba256d13f7a72b1bfd6e1d41bceeb)) +* **engine:** Updated testContext to use rootBlock config. ([c8524c6](https://github.com/lowdefy/lowdefy/commit/c8524c6742d3f45109f15ace6e2d84b6114b92d8)) +* **engine:** Updated validate action method test to use new plugin config. ([f8962c6](https://github.com/lowdefy/lowdefy/commit/f8962c6451e92c467ae882c55ac0859e92ca2ba0)) +* Update createLink tests. ([2e531b3](https://github.com/lowdefy/lowdefy/commit/2e531b385248361fc6f015e0102838462299af06)) + + +### Features + +* **actions-core:** Refactored @lowdefy/engine and added actions-core package to plugins. ([b08ef1d](https://github.com/lowdefy/lowdefy/commit/b08ef1d3944503be83beffb006a284e4460660d9)) +* **engine:** Added action methods to Actions class. ([e3a32aa](https://github.com/lowdefy/lowdefy/commit/e3a32aae4079fe85124039c1ac736cffb784bd4a)) +* **engine:** Added getActions action method test. ([c79c7ed](https://github.com/lowdefy/lowdefy/commit/c79c7ed11da18923395aa8385fb542b5a41c7f96)) +* **engine:** Added getBlockId action method test. ([5802217](https://github.com/lowdefy/lowdefy/commit/5802217d3c6b20af5412af2a491f1b9f7852c175)) +* **engine:** Added getEvent action method test. ([031535c](https://github.com/lowdefy/lowdefy/commit/031535c553e1f2c7806e810d8b609f3fb3550de3)) +* **engine:** Added getGlobal action method test. ([61d23a2](https://github.com/lowdefy/lowdefy/commit/61d23a282ab98202b0b431f7043e381fad7a87c7)) +* **engine:** Added getInput action method test. ([5578f46](https://github.com/lowdefy/lowdefy/commit/5578f46978ae78189b90e0ce39c1133add59499d)) +* **engine:** Added getPageId action method test. ([602e114](https://github.com/lowdefy/lowdefy/commit/602e114040dcf51cf9f0c259d84a62ab847c2b0d)) +* **engine:** Added getRequestDetails action method test. ([55519c5](https://github.com/lowdefy/lowdefy/commit/55519c5c5945ccb2d754ff38798f8917a49bfb5a)) +* **engine:** Added getState action method test. ([384d264](https://github.com/lowdefy/lowdefy/commit/384d2645d7f6b56bc9e17937f6d5e82c2c45adbe)) +* **engine:** Added getUrlQuery action method test. ([6665f2e](https://github.com/lowdefy/lowdefy/commit/6665f2eaa06c604fedb4de64d0fb414d153af6b4)) +* **engine:** Added getUser action method test. ([f7156f5](https://github.com/lowdefy/lowdefy/commit/f7156f5e6f9ebf1178821b46f73ddeba6e6d134a)) +* **engine:** BREAKING CHANGE - The Message action was renamed to DisplayMessage. ([6c3abb7](https://github.com/lowdefy/lowdefy/commit/6c3abb71e8e82612c18148c00add90d6d8e1f36f)) +* **engine:** Update link to include noLink and disableLink, fix logic. ([b9633e4](https://github.com/lowdefy/lowdefy/commit/b9633e4f105c07efbf192f09038438a0f61b0390)) + + +### BREAKING CHANGES + +* **engine:** The Message action was renamed to DisplayMessage. + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/engine/package.json b/packages/engine/package.json index c5fc5819d..85927f961 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/engine", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -38,11 +38,11 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6" + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7" }, "devDependencies": { - "@lowdefy/operators-js": "4.0.0-alpha.6", + "@lowdefy/operators-js": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/format/CHANGELOG.md b/packages/format/CHANGELOG.md index e5965a195..24f11409d 100644 --- a/packages/format/CHANGELOG.md +++ b/packages/format/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + +**Note:** Version bump only for package @lowdefy/format + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) ## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v3.23.2) (2021-11-29) diff --git a/packages/format/package.json b/packages/format/package.json index b5925574b..27ba28ed6 100644 --- a/packages/format/package.json +++ b/packages/format/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/format", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 5abe9122e..ad2b81834 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/layout/package.json b/packages/layout/package.json index 85b92eaa7..a8ecfcf0d 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/layout", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -42,15 +42,15 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", "antd": "4.18.2", "react": "17.0.2", "react-dom": "17.0.2" }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-dev": "4.0.0-alpha.6", + "@lowdefy/block-dev": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/operators/CHANGELOG.md b/packages/operators/CHANGELOG.md index 844c3e223..c21afeb8e 100644 --- a/packages/operators/CHANGELOG.md +++ b/packages/operators/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* **operators-js:** Fix getter operator tests. ([c774f3f](https://github.com/lowdefy/lowdefy/commit/c774f3f31fcbdf16aabd99d1cf76714cfa4b109f)) + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/operators/package.json b/packages/operators/package.json index e064c23b3..819d9a05e 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -38,7 +38,7 @@ "test:watch": "jest --coverage --watch" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6" + "@lowdefy/helpers": "4.0.0-alpha.7" }, "devDependencies": { "@swc/cli": "0.1.55", diff --git a/packages/plugins/actions/actions-core/CHANGELOG.md b/packages/plugins/actions/actions-core/CHANGELOG.md new file mode 100644 index 000000000..f3bd319c4 --- /dev/null +++ b/packages/plugins/actions/actions-core/CHANGELOG.md @@ -0,0 +1,42 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **actions-core:** Added scrollTo with no params error test. ([1402180](https://github.com/lowdefy/lowdefy/commit/140218075f0f9ce00c0e930a7b18db5629bb1ab0)) +* **actions-core:** Added testContext for action testing. ([2f6189b](https://github.com/lowdefy/lowdefy/commit/2f6189b6405ccaa1e0ffbf055669970f60300476)) +* **actions-core:** Changed param type check in DisplayMessage action. ([3d85e26](https://github.com/lowdefy/lowdefy/commit/3d85e26ac5b5f33897032d04ebd6e20ab1944168)) +* **actions-core:** Refactored actions to use actions interface. ([563900b](https://github.com/lowdefy/lowdefy/commit/563900ba49e6025862e9444743a485952c0d2c1c)) +* **actions-core:** Updated ScrollTo action tests. ([ae202f2](https://github.com/lowdefy/lowdefy/commit/ae202f2d1db7f5e56c60d4da384c2f15d8a53a18)) +* **actions-core:** Updated ScrollTo action to include param error handling. ([25b656f](https://github.com/lowdefy/lowdefy/commit/25b656f115da074b7da266ce81c0bc975db2c109)) +* **actions-core:** Updated Throw action tests to use new plugin config. ([ccf4fd1](https://github.com/lowdefy/lowdefy/commit/ccf4fd14c3a112f74d89939166db0e17972c95a7)) +* **actions-core:** Updated Wait action tests to use new plugin config. ([abb74af](https://github.com/lowdefy/lowdefy/commit/abb74afc8e68e32960cb1c50f7930e79bbcfbed8)) + + +### Features + +* **actions-core:** Added CallMethod action test. ([f9333e5](https://github.com/lowdefy/lowdefy/commit/f9333e5a4fd3e7a47100000de1c9ee70488f37ca)) +* **actions-core:** Added Link action test. ([d04cc03](https://github.com/lowdefy/lowdefy/commit/d04cc031d9e831c18f01b96a1ae7a05851d92cb6)) +* **actions-core:** Added Login action test. ([ba6ac71](https://github.com/lowdefy/lowdefy/commit/ba6ac71731b24c3a003585b5fe4ab4763c40e186)) +* **actions-core:** Added Logout action test. ([b67e77d](https://github.com/lowdefy/lowdefy/commit/b67e77d56c415b9349b84b31a49d505dda2af2ff)) +* **actions-core:** Added Message action test. ([0404c0d](https://github.com/lowdefy/lowdefy/commit/0404c0d326c18d9447349520fe0e6c64d2512023)) +* **actions-core:** Added Request action test. ([696d816](https://github.com/lowdefy/lowdefy/commit/696d8163c1a8128e8ec3e0704e16378b173039c5)) +* **actions-core:** Added Reset action test. ([c53d111](https://github.com/lowdefy/lowdefy/commit/c53d111da0811d7822b122641d5cc36d9e61a384)) +* **actions-core:** Added ResetValidation action test. ([b5fc499](https://github.com/lowdefy/lowdefy/commit/b5fc49915bdfabca2721c71cf5d5653ee62d27b9)) +* **actions-core:** Added SetGlobal action test. ([66c8218](https://github.com/lowdefy/lowdefy/commit/66c8218578a3f3da77c9b722ef3141d205262499)) +* **actions-core:** Added SetState action test. ([bfab2e4](https://github.com/lowdefy/lowdefy/commit/bfab2e4b6602c9b2ecf7e720dda7f49725ecb0af)) +* **actions-core:** Added Validate action test. ([171aec3](https://github.com/lowdefy/lowdefy/commit/171aec380b7be3ee9ce2d003e2359bf80c82af4a)) +* **actions-core:** BREAKING CHANGE - The Message action was renamed to DisplayMessage. ([a9bfe65](https://github.com/lowdefy/lowdefy/commit/a9bfe65f42094d53cd4eee60aa34fbd0a5e180a6)) +* **actions-core:** Refactored @lowdefy/engine and added actions-core package to plugins. ([b08ef1d](https://github.com/lowdefy/lowdefy/commit/b08ef1d3944503be83beffb006a284e4460660d9)) +* **actions-core:** Updated DisplayMessage action and tests to include edge cases. ([1d70f64](https://github.com/lowdefy/lowdefy/commit/1d70f64983922070916537c0a81b4ed343810365)) +* **engine:** BREAKING CHANGE - The Message action was renamed to DisplayMessage. ([6c3abb7](https://github.com/lowdefy/lowdefy/commit/6c3abb71e8e82612c18148c00add90d6d8e1f36f)) + + +### BREAKING CHANGES + +* **engine:** The Message action was renamed to DisplayMessage. diff --git a/packages/plugins/actions/actions-core/package.json b/packages/plugins/actions/actions-core/package.json index 91ead86c5..86df0a890 100644 --- a/packages/plugins/actions/actions-core/package.json +++ b/packages/plugins/actions/actions-core/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/actions-core", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -46,11 +46,11 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6" + "@lowdefy/helpers": "4.0.0-alpha.7" }, "devDependencies": { - "@lowdefy/engine": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6", + "@lowdefy/engine": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/blocks/blocks-antd/CHANGELOG.md b/packages/plugins/blocks/blocks-antd/CHANGELOG.md index dfc1d5e8d..2040a805e 100644 --- a/packages/plugins/blocks/blocks-antd/CHANGELOG.md +++ b/packages/plugins/blocks/blocks-antd/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **blocks-antd:** Refactored tests to use new Block config. ([1919560](https://github.com/lowdefy/lowdefy/commit/191956023512213203b78f66bfcdebc451202eb0)) +* **blocks-antd:** Temporary for schema for TimelineList. ([ce8640d](https://github.com/lowdefy/lowdefy/commit/ce8640d85b5ff7daa3610fe145a4569ec4c91777)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* Move S3UploadButton to plugin-aws. ([540aa03](https://github.com/lowdefy/lowdefy/commit/540aa035d2ed0672b0f3e233c1cee90e82d4bb52)) + + +### Features + +* **blocks:** Implement Link in blocks. ([2bcf600](https://github.com/lowdefy/lowdefy/commit/2bcf600bd1ae477325cf205069952006e3032b63)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/blocks/blocks-antd/package.json b/packages/plugins/blocks/blocks-antd/package.json index 4a20235ca..d98b26dac 100644 --- a/packages/plugins/blocks/blocks-antd/package.json +++ b/packages/plugins/blocks/blocks-antd/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/blocks-antd", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "Lowdefy Ant Design Blocks", "homepage": "https://lowdefy.com", @@ -52,8 +52,8 @@ }, "dependencies": { "@ant-design/icons": "4.7.0", - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", "antd": "4.18.2", "classnames": "2.3.1", "moment": "2.29.1", @@ -64,8 +64,8 @@ }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-dev": "4.0.0-alpha.6", - "@lowdefy/node-utils": "4.0.0-alpha.6", + "@lowdefy/block-dev": "4.0.0-alpha.7", + "@lowdefy/node-utils": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/blocks/blocks-basic/CHANGELOG.md b/packages/plugins/blocks/blocks-basic/CHANGELOG.md index 8e88ee86f..bbd855d4c 100644 --- a/packages/plugins/blocks/blocks-basic/CHANGELOG.md +++ b/packages/plugins/blocks/blocks-basic/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **blocks-basic:** Refactored tests to use new Block config. ([37ba69d](https://github.com/lowdefy/lowdefy/commit/37ba69dd60301cbdbbba88bbab2f0b9573c77608)) +* **deps:** Update dependency dompurify to v2.3.5. ([41dbc3d](https://github.com/lowdefy/lowdefy/commit/41dbc3d67f0bc55214add6125cda06946eca7ac1)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* Update docs for Anchor. ([53117b8](https://github.com/lowdefy/lowdefy/commit/53117b88cf759991539265ca84c0f47a9b45a911)) + + +### Features + +* **blocks:** Implement Link in blocks. ([2bcf600](https://github.com/lowdefy/lowdefy/commit/2bcf600bd1ae477325cf205069952006e3032b63)) + + +### BREAKING CHANGES + +* href and strong property removed for Anchor block, replaced with Link properties. + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/blocks/blocks-basic/package.json b/packages/plugins/blocks/blocks-basic/package.json index 570a597fa..c18246497 100644 --- a/packages/plugins/blocks/blocks-basic/package.json +++ b/packages/plugins/blocks/blocks-basic/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/blocks-basic", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "Basic html Lowdefy blocks.", "homepage": "https://lowdefy.com", @@ -49,15 +49,15 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", "dompurify": "2.3.5", "react": "17.0.2", "react-dom": "17.0.2" }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-dev": "4.0.0-alpha.6", + "@lowdefy/block-dev": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/blocks/blocks-color-selectors/CHANGELOG.md b/packages/plugins/blocks/blocks-color-selectors/CHANGELOG.md index 2cb772713..2c3c29c5f 100644 --- a/packages/plugins/blocks/blocks-color-selectors/CHANGELOG.md +++ b/packages/plugins/blocks/blocks-color-selectors/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **blocks-color-selectors:** Fix typo in style import. ([7a90f5b](https://github.com/lowdefy/lowdefy/commit/7a90f5b3edbf8e081aa73bf40db2768bf43c2107)) +* **blocks-color-selectors:** Refactored tests to use new Block config. ([bd38975](https://github.com/lowdefy/lowdefy/commit/bd389752dccb8030ad80da0f717e8ecaba71c7fd)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix import issues for build. ([64a076c](https://github.com/lowdefy/lowdefy/commit/64a076cdc91b77a4b067972f77e99bfc2c571650)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/blocks/blocks-color-selectors/package.json b/packages/plugins/blocks/blocks-color-selectors/package.json index 930b7eea1..e2cf4e4b8 100644 --- a/packages/plugins/blocks/blocks-color-selectors/package.json +++ b/packages/plugins/blocks/blocks-color-selectors/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/blocks-color-selectors", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "A Lowdefy color selector blocks based on react-color.", "homepage": "https://lowdefy.com", @@ -51,15 +51,15 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/blocks-antd": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/blocks-antd": "4.0.0-alpha.7", "react": "17.0.2", "react-color": "2.19.3", "react-dom": "17.0.2" }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-dev": "4.0.0-alpha.6", + "@lowdefy/block-dev": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/blocks/blocks-echarts/CHANGELOG.md b/packages/plugins/blocks/blocks-echarts/CHANGELOG.md index 09c4aa87f..43c883069 100644 --- a/packages/plugins/blocks/blocks-echarts/CHANGELOG.md +++ b/packages/plugins/blocks/blocks-echarts/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **blocks-echarts:** Refactored tests to use new Block config. ([d17e34e](https://github.com/lowdefy/lowdefy/commit/d17e34ebf82a40f7f8fc28e97917e1f2f971e733)) +* **deps:** Update dependency echarts to v5.3.0. ([6571f98](https://github.com/lowdefy/lowdefy/commit/6571f988c07e02df4d1ba076f4b214918358e3e9)) +* **deps:** Update dependency echarts-for-react to v3.0.2. ([e5f7ed6](https://github.com/lowdefy/lowdefy/commit/e5f7ed6494c0fa2a39dc598fc2148eacfb3b9568)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/blocks/blocks-echarts/package.json b/packages/plugins/blocks/blocks-echarts/package.json index 6303d0757..8b00a2e90 100644 --- a/packages/plugins/blocks/blocks-echarts/package.json +++ b/packages/plugins/blocks/blocks-echarts/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/blocks-echarts", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "ECharts Blocks for Lowdefy.", "homepage": "https://lowdefy.com", @@ -51,7 +51,7 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/block-utils": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", "echarts": "5.3.0", "echarts-for-react": "3.0.2", "react": "17.0.2", @@ -59,7 +59,7 @@ }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-dev": "4.0.0-alpha.6", + "@lowdefy/block-dev": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/blocks/blocks-loaders/CHANGELOG.md b/packages/plugins/blocks/blocks-loaders/CHANGELOG.md index d3813fdc1..03d80a896 100644 --- a/packages/plugins/blocks/blocks-loaders/CHANGELOG.md +++ b/packages/plugins/blocks/blocks-loaders/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **blocks-loaders:** Refactored tests to use new Block config. ([e4f4590](https://github.com/lowdefy/lowdefy/commit/e4f45908e934c0f4929288db7204fba1dc66fb1e)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/blocks/blocks-loaders/package.json b/packages/plugins/blocks/blocks-loaders/package.json index 7f19d2385..863bc0146 100644 --- a/packages/plugins/blocks/blocks-loaders/package.json +++ b/packages/plugins/blocks/blocks-loaders/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/blocks-loaders", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "Lowdefy loader blocks.", "homepage": "https://lowdefy.com", @@ -49,14 +49,14 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", "react": "17.0.2", "react-dom": "17.0.2" }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-dev": "4.0.0-alpha.6", + "@lowdefy/block-dev": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/blocks/blocks-markdown/CHANGELOG.md b/packages/plugins/blocks/blocks-markdown/CHANGELOG.md index 1c03a31d5..a21f89e45 100644 --- a/packages/plugins/blocks/blocks-markdown/CHANGELOG.md +++ b/packages/plugins/blocks/blocks-markdown/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **blocks-markdown:** Refactored tests to use new Block config. ([b963944](https://github.com/lowdefy/lowdefy/commit/b96394456f972386fe3395331ac0c1fb82c3ac07)) +* **deps:** Update dependency dompurify to v2.3.5. ([41dbc3d](https://github.com/lowdefy/lowdefy/commit/41dbc3d67f0bc55214add6125cda06946eca7ac1)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update dependency react-markdown to v8.0.0. ([f04e35b](https://github.com/lowdefy/lowdefy/commit/f04e35bff26393f425f5711a66ac23dc4031a943)) +* **deps:** Update dependency rehype-raw to v6.1.1. ([e13b0f1](https://github.com/lowdefy/lowdefy/commit/e13b0f18c2c974845421821899ac132fe25f871d)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/blocks/blocks-markdown/package.json b/packages/plugins/blocks/blocks-markdown/package.json index e9610ed15..6d9116f82 100644 --- a/packages/plugins/blocks/blocks-markdown/package.json +++ b/packages/plugins/blocks/blocks-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/blocks-markdown", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "Lowdefy markdown blocks.", "homepage": "https://lowdefy.com", @@ -47,7 +47,7 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/block-utils": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", "dompurify": "2.3.5", "react": "17.0.2", "react-dom": "17.0.2", @@ -58,7 +58,7 @@ }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-dev": "4.0.0-alpha.6", + "@lowdefy/block-dev": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/connections/connection-axios-http/CHANGELOG.md b/packages/plugins/connections/connection-axios-http/CHANGELOG.md index 39bd05ac2..2e2f2ae07 100644 --- a/packages/plugins/connections/connection-axios-http/CHANGELOG.md +++ b/packages/plugins/connections/connection-axios-http/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Update dependency axios to v0.25.0. ([ddf13bb](https://github.com/lowdefy/lowdefy/commit/ddf13bb7f891bbb328f1ac6aea3e34894d80c42c)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/connection-axios-http diff --git a/packages/plugins/connections/connection-axios-http/package.json b/packages/plugins/connections/connection-axios-http/package.json index 54c90b2db..7cb27b5fa 100644 --- a/packages/plugins/connections/connection-axios-http/package.json +++ b/packages/plugins/connections/connection-axios-http/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-axios-http", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -42,11 +42,11 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "axios": "0.25.0" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/connections/connection-elasticsearch/CHANGELOG.md b/packages/plugins/connections/connection-elasticsearch/CHANGELOG.md index e59e56d12..824fbe497 100644 --- a/packages/plugins/connections/connection-elasticsearch/CHANGELOG.md +++ b/packages/plugins/connections/connection-elasticsearch/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **connection-elasticsearch:** Add license comments in schema files. ([43ec9a0](https://github.com/lowdefy/lowdefy/commit/43ec9a07c988fdf85ee4b217fff767290f0f88a2)) +* **connection-elasticsearch:** Fix connection-elasticsearch plugin structure to work with version 4. ([f0c55e8](https://github.com/lowdefy/lowdefy/commit/f0c55e8afd69da8581285c9b1805e72e858e4dad)) +* **deps:** Update dependency @elastic/elasticsearch to v7.16.0. ([ed1346e](https://github.com/lowdefy/lowdefy/commit/ed1346ebd45a2cc6f7b2802c6cd3fb032cbaab92)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/connection-elasticsearch diff --git a/packages/plugins/connections/connection-elasticsearch/package.json b/packages/plugins/connections/connection-elasticsearch/package.json index 2790fa762..1c5a29084 100644 --- a/packages/plugins/connections/connection-elasticsearch/package.json +++ b/packages/plugins/connections/connection-elasticsearch/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-elasticsearch", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,10 +43,10 @@ }, "dependencies": { "@elastic/elasticsearch": "7.16.0", - "@lowdefy/helpers": "4.0.0-alpha.6" + "@lowdefy/helpers": "4.0.0-alpha.7" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/connections/connection-google-sheets/CHANGELOG.md b/packages/plugins/connections/connection-google-sheets/CHANGELOG.md index 5551972ef..46506fc81 100644 --- a/packages/plugins/connections/connection-google-sheets/CHANGELOG.md +++ b/packages/plugins/connections/connection-google-sheets/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **connection-google-sheets:** Add license comments in schema files. ([c230318](https://github.com/lowdefy/lowdefy/commit/c23031842a2ff7cd1177235874f16a9747121801)) +* **connection-google-sheets:** Fix connection-google-sheets plugin structure to work with version 4. ([2c19747](https://github.com/lowdefy/lowdefy/commit/2c1974748625a2262edb068f3a8317474eaaee50)) +* **connection-google-sheets:** Revert mingo system imports. ([66a42c7](https://github.com/lowdefy/lowdefy/commit/66a42c7dc53c3bd3e54cbf3f16661750416a0d33)) +* **deps:** Update dependency google-spreadsheet to v3.2.0. ([2c62cc2](https://github.com/lowdefy/lowdefy/commit/2c62cc2d328ad4dbb6927844c2ab5b8d5a48380e)) +* **deps:** Update dependency mingo to v6.0.0. ([145dcda](https://github.com/lowdefy/lowdefy/commit/145dcdacc13074070ce8f9c4fc0bac46d8523cd6)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/connections/connection-google-sheets/package.json b/packages/plugins/connections/connection-google-sheets/package.json index ab6ec92a8..00bc72192 100644 --- a/packages/plugins/connections/connection-google-sheets/package.json +++ b/packages/plugins/connections/connection-google-sheets/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-google-sheets", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -42,13 +42,13 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "google-spreadsheet": "3.2.0", "mingo": "6.0.4", "moment": "2.29.1" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/connections/connection-knex/CHANGELOG.md b/packages/plugins/connections/connection-knex/CHANGELOG.md index 6a314ad7d..817bfd309 100644 --- a/packages/plugins/connections/connection-knex/CHANGELOG.md +++ b/packages/plugins/connections/connection-knex/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **connection-knex:** Add license comments in schema files. ([916452b](https://github.com/lowdefy/lowdefy/commit/916452b8106668f8d5e65773863abfd122b46b95)) +* **connection-knex:** Fix connection-knex plugin structure to work with version 4. ([ffc9c35](https://github.com/lowdefy/lowdefy/commit/ffc9c351590921f0008192c4106ba4fab8c82e73)) +* **deps:** Update dependency knex to v1.0.1. ([26863fc](https://github.com/lowdefy/lowdefy/commit/26863fc41bacec7adbd24ced1331639d1334e169)) +* **deps:** Update dependency mssql to v8.0.1. ([6848ade](https://github.com/lowdefy/lowdefy/commit/6848ade275da966b829282f29f32303845fe9ac7)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + +### BREAKING CHANGES + +* **deps:** The Knex driver has been updated to v1.0.1 which has some changes in the returned values. See https://github.com/knex/knex/releases. + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/connection-knex diff --git a/packages/plugins/connections/connection-knex/package.json b/packages/plugins/connections/connection-knex/package.json index 9930f63c9..f9715e2aa 100644 --- a/packages/plugins/connections/connection-knex/package.json +++ b/packages/plugins/connections/connection-knex/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-knex", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -42,7 +42,7 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "@vscode/sqlite3": "5.0.7", "knex": "1.0.1", "mssql": "8.0.1", @@ -50,7 +50,7 @@ "pg": "8.7.1" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/connections/connection-mongodb/CHANGELOG.md b/packages/plugins/connections/connection-mongodb/CHANGELOG.md index 7424739c5..08423a99b 100644 --- a/packages/plugins/connections/connection-mongodb/CHANGELOG.md +++ b/packages/plugins/connections/connection-mongodb/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **connection-mongodb:** Add license comments in schema files. ([0872590](https://github.com/lowdefy/lowdefy/commit/08725905456a3c00d0c00ae3ed2fc5cdde2bd24e)) +* **connection-mongodb:** Fix connection-mongodb plugin structure to work with version 4. ([a8b9da9](https://github.com/lowdefy/lowdefy/commit/a8b9da9707fe7aa77e64f042ac36a8efb135329b)) +* **connection-mongodb:** Update dependency mongodb to v4.4.0. ([0655365](https://github.com/lowdefy/lowdefy/commit/065536568199fb5cee12d8108b910b675ac5981d)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/connection-mongodb diff --git a/packages/plugins/connections/connection-mongodb/package.json b/packages/plugins/connections/connection-mongodb/package.json index 78fea6a1e..f57984e37 100644 --- a/packages/plugins/connections/connection-mongodb/package.json +++ b/packages/plugins/connections/connection-mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-mongodb", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -42,12 +42,12 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "mongodb": "4.4.0", "saslprep": "1.0.3" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@shelf/jest-mongodb": "2.2.0", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", diff --git a/packages/plugins/connections/connection-redis/CHANGELOG.md b/packages/plugins/connections/connection-redis/CHANGELOG.md index df0eab73f..26a2a58f9 100644 --- a/packages/plugins/connections/connection-redis/CHANGELOG.md +++ b/packages/plugins/connections/connection-redis/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Update dependency redis to v4.0.3. ([c4b0e75](https://github.com/lowdefy/lowdefy/commit/c4b0e757960b994593166d58298c23ded4269bbf)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/connections/connection-redis/package.json b/packages/plugins/connections/connection-redis/package.json index df0566e60..2d2cfee01 100644 --- a/packages/plugins/connections/connection-redis/package.json +++ b/packages/plugins/connections/connection-redis/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-redis", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -46,11 +46,11 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "redis": "4.0.3" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/connections/connection-sendgrid/CHANGELOG.md b/packages/plugins/connections/connection-sendgrid/CHANGELOG.md index eb2af195e..86f7f52c9 100644 --- a/packages/plugins/connections/connection-sendgrid/CHANGELOG.md +++ b/packages/plugins/connections/connection-sendgrid/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **connection-sendgrid:** Add license comments in schema files. ([1850af3](https://github.com/lowdefy/lowdefy/commit/1850af3336bf4983d34b6386bdc77419b51815ed)) +* **connection-sendgrid:** Fix connection-sendgrid plugin structure to work with version 4. ([1baeb0f](https://github.com/lowdefy/lowdefy/commit/1baeb0faaac7a9a008984f7a333e902d8b3be4dc)) +* **deps:** Update dependency @sendgrid/mail to v7.6.0. ([f44d267](https://github.com/lowdefy/lowdefy/commit/f44d267e6f2dfd060c40bbae7c6d1d6296b8f0a9)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/connection-sendgrid diff --git a/packages/plugins/connections/connection-sendgrid/package.json b/packages/plugins/connections/connection-sendgrid/package.json index 0278e11b6..730f6f215 100644 --- a/packages/plugins/connections/connection-sendgrid/package.json +++ b/packages/plugins/connections/connection-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-sendgrid", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -42,11 +42,11 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "@sendgrid/mail": "7.6.0" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/connections/connection-stripe/CHANGELOG.md b/packages/plugins/connections/connection-stripe/CHANGELOG.md index 095bf7875..e1814e513 100644 --- a/packages/plugins/connections/connection-stripe/CHANGELOG.md +++ b/packages/plugins/connections/connection-stripe/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **connection-stripe:** Add license comments in schema files. ([cf4a614](https://github.com/lowdefy/lowdefy/commit/cf4a614d77035fd954f4a2bc3111dd270d6604e9)) +* **connection-stripe:** Fix connection-stripe plugin structure to work with version 4. ([3a35829](https://github.com/lowdefy/lowdefy/commit/3a35829edae64dcd5d558698d7bc469fe9d55f0e)) +* **deps:** Update dependency stripe to v8.201.0. ([964efb4](https://github.com/lowdefy/lowdefy/commit/964efb445bfbcc36625405f33895afbef1a9c686)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/connection-stripe diff --git a/packages/plugins/connections/connection-stripe/package.json b/packages/plugins/connections/connection-stripe/package.json index 9d3f510e3..f9eabd8a6 100644 --- a/packages/plugins/connections/connection-stripe/package.json +++ b/packages/plugins/connections/connection-stripe/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/connection-stripe", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,11 +43,11 @@ "s": "swc" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "stripe": "8.201.0" }, "devDependencies": { - "@lowdefy/ajv": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/plugins/operators/operators-change-case/CHANGELOG.md b/packages/plugins/operators/operators-change-case/CHANGELOG.md index 0dc87543f..beaaca53b 100644 --- a/packages/plugins/operators/operators-change-case/CHANGELOG.md +++ b/packages/plugins/operators/operators-change-case/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + +**Note:** Version bump only for package @lowdefy/operators-change-case + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/operators/operators-change-case/package.json b/packages/plugins/operators/operators-change-case/package.json index 6277f7548..bd2050317 100644 --- a/packages/plugins/operators/operators-change-case/package.json +++ b/packages/plugins/operators/operators-change-case/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators-change-case", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,8 +43,8 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7", "change-case": "4.1.2" }, "devDependencies": { diff --git a/packages/plugins/operators/operators-diff/CHANGELOG.md b/packages/plugins/operators/operators-diff/CHANGELOG.md index cc59d04b2..5e5343902 100644 --- a/packages/plugins/operators/operators-diff/CHANGELOG.md +++ b/packages/plugins/operators/operators-diff/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Fix import issues for build. ([64a076c](https://github.com/lowdefy/lowdefy/commit/64a076cdc91b77a4b067972f77e99bfc2c571650)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/operators/operators-diff/package.json b/packages/plugins/operators/operators-diff/package.json index ba333fb51..05acbf93e 100644 --- a/packages/plugins/operators/operators-diff/package.json +++ b/packages/plugins/operators/operators-diff/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators-diff", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,8 +43,8 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7", "deep-diff": "1.0.2" }, "devDependencies": { diff --git a/packages/plugins/operators/operators-js/CHANGELOG.md b/packages/plugins/operators/operators-js/CHANGELOG.md index 03b76f94e..689d63a3d 100644 --- a/packages/plugins/operators/operators-js/CHANGELOG.md +++ b/packages/plugins/operators/operators-js/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **api:** Fix callRequest tests. ([58655cb](https://github.com/lowdefy/lowdefy/commit/58655cba190a3a2371e301d2bf4779bd13651ad5)) +* **cli:** Fix jest es module mocks. ([78480e8](https://github.com/lowdefy/lowdefy/commit/78480e80022f79a0ab449a9a8d804e6213b676c4)) +* **operators-js:** Fix array, function, operator, type tests ([4d19d48](https://github.com/lowdefy/lowdefy/commit/4d19d48f5bdc48442820946c18d5d08c000d9c1c)) +* **operators-js:** Fix getter operator tests. ([c774f3f](https://github.com/lowdefy/lowdefy/commit/c774f3f31fcbdf16aabd99d1cf76714cfa4b109f)) +* **operators-js:** Fix menu and location tests ([3fac862](https://github.com/lowdefy/lowdefy/commit/3fac862c58dea6b293d9556f4e8f17dd169021d8)) +* **operators-js:** Update request tests. ([f78405f](https://github.com/lowdefy/lowdefy/commit/f78405f48602f97b6954ceb07bf2e9dfb5bf5e7a)) +* **operators-js:** Update shared operators tests. ([1c6cb87](https://github.com/lowdefy/lowdefy/commit/1c6cb87c59116ca02dfe02d7f76450345afa7918)) +* **operators-js:** Update test name and license wording. ([708beac](https://github.com/lowdefy/lowdefy/commit/708beacc11f8de1c09c7abef3fae724f74c70d6a)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/operators-js diff --git a/packages/plugins/operators/operators-js/package.json b/packages/plugins/operators/operators-js/package.json index d81c62f74..a9ca99351 100644 --- a/packages/plugins/operators/operators-js/package.json +++ b/packages/plugins/operators/operators-js/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators-js", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -44,8 +44,8 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6" + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7" }, "devDependencies": { "@swc/cli": "0.1.55", diff --git a/packages/plugins/operators/operators-mql/CHANGELOG.md b/packages/plugins/operators/operators-mql/CHANGELOG.md index 13a8a12d4..ba7aaf9ca 100644 --- a/packages/plugins/operators/operators-mql/CHANGELOG.md +++ b/packages/plugins/operators/operators-mql/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Update dependency mingo to v6.0.0. ([145dcda](https://github.com/lowdefy/lowdefy/commit/145dcdacc13074070ce8f9c4fc0bac46d8523cd6)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/operators/operators-mql/package.json b/packages/plugins/operators/operators-mql/package.json index 0b168e5c9..5e820c325 100644 --- a/packages/plugins/operators/operators-mql/package.json +++ b/packages/plugins/operators/operators-mql/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators-mql", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,8 +43,8 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7", "mingo": "6.0.4" }, "devDependencies": { diff --git a/packages/plugins/operators/operators-nunjucks/CHANGELOG.md b/packages/plugins/operators/operators-nunjucks/CHANGELOG.md index 30f0bbb7a..e0049d689 100644 --- a/packages/plugins/operators/operators-nunjucks/CHANGELOG.md +++ b/packages/plugins/operators/operators-nunjucks/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **operators-nunjucks:** Fix tests. ([6b5d8c8](https://github.com/lowdefy/lowdefy/commit/6b5d8c81b1a14a98c0dfc0f4febb87f0fb6f6ba0)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/operators-nunjucks diff --git a/packages/plugins/operators/operators-nunjucks/package.json b/packages/plugins/operators/operators-nunjucks/package.json index e2de412e2..1a2eefeab 100644 --- a/packages/plugins/operators/operators-nunjucks/package.json +++ b/packages/plugins/operators/operators-nunjucks/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators-nunjucks", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,9 +43,9 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/nunjucks": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6" + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/nunjucks": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7" }, "devDependencies": { "@swc/cli": "0.1.55", diff --git a/packages/plugins/operators/operators-uuid/CHANGELOG.md b/packages/plugins/operators/operators-uuid/CHANGELOG.md index ecd3451bb..aab703a8d 100644 --- a/packages/plugins/operators/operators-uuid/CHANGELOG.md +++ b/packages/plugins/operators/operators-uuid/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + +**Note:** Version bump only for package @lowdefy/operators-uuid + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/operators/operators-uuid/package.json b/packages/plugins/operators/operators-uuid/package.json index bbae23436..02f43a7b9 100644 --- a/packages/plugins/operators/operators-uuid/package.json +++ b/packages/plugins/operators/operators-uuid/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators-uuid", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,8 +43,8 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7", "uuid": "8.3.2" }, "devDependencies": { diff --git a/packages/plugins/operators/operators-yaml/CHANGELOG.md b/packages/plugins/operators/operators-yaml/CHANGELOG.md index 4c1f19b27..82212f8ba 100644 --- a/packages/plugins/operators/operators-yaml/CHANGELOG.md +++ b/packages/plugins/operators/operators-yaml/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Features + +* **operators:** Change dependancy from js-yaml to yaml. ([cbb71d8](https://github.com/lowdefy/lowdefy/commit/cbb71d809b3117dbaf89b23c17a2229a24235308)) + + +### BREAKING CHANGES + +* **operators:** _yaml.parse now takes an array or an object data instead of a string. + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/plugins/operators/operators-yaml/package.json b/packages/plugins/operators/operators-yaml/package.json index 713449ae2..99e301cad 100644 --- a/packages/plugins/operators/operators-yaml/package.json +++ b/packages/plugins/operators/operators-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/operators-yaml", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -43,8 +43,8 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/operators": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/operators": "4.0.0-alpha.7", "yaml": "2.0.0-10" }, "devDependencies": { diff --git a/packages/plugins/plugins/plugin-aws/CHANGELOG.md b/packages/plugins/plugins/plugin-aws/CHANGELOG.md index c85363d0c..0ea46be56 100644 --- a/packages/plugins/plugins/plugin-aws/CHANGELOG.md +++ b/packages/plugins/plugins/plugin-aws/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Update dependency aws-sdk to v2.1066.0. ([766acde](https://github.com/lowdefy/lowdefy/commit/766acde8de455290076e1aba97fd2ed7f8c50610)) +* Move S3UploadButton to plugin-aws. ([540aa03](https://github.com/lowdefy/lowdefy/commit/540aa035d2ed0672b0f3e233c1cee90e82d4bb52)) +* **plugin-aws:** Convert @lowdefy/plugin-aws to new plugin package structure. ([64043d3](https://github.com/lowdefy/lowdefy/commit/64043d3ddee84fcfc40b60ed777eff688517c2c8)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/plugin-aws diff --git a/packages/plugins/plugins/plugin-aws/package.json b/packages/plugins/plugins/plugin-aws/package.json index 818a24504..f615c0b12 100644 --- a/packages/plugins/plugins/plugin-aws/package.json +++ b/packages/plugins/plugins/plugin-aws/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/plugin-aws", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -42,9 +42,9 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/blocks-antd": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/blocks-antd": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", "antd": "4.18.2", "aws-sdk": "2.1066.0", "react": "17.0.2", @@ -52,8 +52,8 @@ }, "devDependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/ajv": "4.0.0-alpha.6", - "@lowdefy/block-dev": "4.0.0-alpha.6", + "@lowdefy/ajv": "4.0.0-alpha.7", + "@lowdefy/block-dev": "4.0.0-alpha.7", "@swc/cli": "0.1.55", "@swc/core": "1.2.135", "@swc/jest": "0.2.17", diff --git a/packages/server-dev/CHANGELOG.md b/packages/server-dev/CHANGELOG.md index 9523f5c7f..c4d04faf1 100644 --- a/packages/server-dev/CHANGELOG.md +++ b/packages/server-dev/CHANGELOG.md @@ -3,6 +3,53 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Downgrade dependency swr to v1.1.2. ([80b047f](https://github.com/lowdefy/lowdefy/commit/80b047fb8e5684d032026d9e10b50114a67af89f)) +* **deps:** Update dependecy next to v12.0.10 ([c058935](https://github.com/lowdefy/lowdefy/commit/c05893578f8d5f625391b560ec24411d16df902d)) +* **deps:** Update dependency chokidar to v3.5.3. ([4513321](https://github.com/lowdefy/lowdefy/commit/45133218d83e9751746e1c71c6f9fa44a5b50ead)) +* **deps:** Update dependency dotenv to v15.0.0. ([682620c](https://github.com/lowdefy/lowdefy/commit/682620c99c0e53d31467b6c3d5146f0eba596ab1)) +* **deps:** Update dependency next-auth to v4.1.2. ([4b63c87](https://github.com/lowdefy/lowdefy/commit/4b63c8774fab7adbc3e11f92a5e808b38d22f4c9)) +* **deps:** Update dependency next-with-less to v2.0.4. ([7c71492](https://github.com/lowdefy/lowdefy/commit/7c714926ee0caeba362af78b594698635f34c70f)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update dependency swr to v1.2.0. ([8c55376](https://github.com/lowdefy/lowdefy/commit/8c55376080ea89f015f208262c097e5201c21d79)) +* **deps:** Update dependency yargs to v17.3.1. ([277776c](https://github.com/lowdefy/lowdefy/commit/277776c7294e57a95dfcf86d300bb20ea4742043)) +* **node-utils:** Convert writeFile function prototype. ([5371430](https://github.com/lowdefy/lowdefy/commit/53714307123f3477240767a91c5332a70a292d93)) +* **server-dev:** Add dev server manager description. ([18cf9c2](https://github.com/lowdefy/lowdefy/commit/18cf9c2941f0001d98eed5c79dac2b111f6c6eee)) +* **server-dev:** Do not error if .env file does not exist. ([fa389a1](https://github.com/lowdefy/lowdefy/commit/fa389a17eff8d716e4cc45c1262f4e3d69bdb71d)) +* **server-dev:** Fix redirect. ([96ed764](https://github.com/lowdefy/lowdefy/commit/96ed764458ebed076d5bee246622c2fb457d9f33)) +* **servr-dev:** Fix 404 redirect so that browser back works. ([9df6579](https://github.com/lowdefy/lowdefy/commit/9df6579198c0dd0aef9092a98c1b455fac41a761)) + + +### Features + +* Add start, start:dev and start:server-dev scripts for easy dev ⚡️. ([da813c3](https://github.com/lowdefy/lowdefy/commit/da813c3d13b39fcfdbd50b8d53c3e0b1f5e7e8e2)) +* Add watch and ignore paths, default ref resolver to dev server and build. ([c700d9f](https://github.com/lowdefy/lowdefy/commit/c700d9fb0efbdb20dcfe5f8916e256de81acd79e)) +* **build:** Add buildPath to config. ([1cce024](https://github.com/lowdefy/lowdefy/commit/1cce024339bc89e4192d86f09d1a9ec233663f02)) +* **cli:** Pass package manager setting to dev server. ([0425f07](https://github.com/lowdefy/lowdefy/commit/0425f07e4ada328e76488e3ec0aa164ff475df5c)) +* Link and basePath implementation for dev server. ([d487a1c](https://github.com/lowdefy/lowdefy/commit/d487a1c7fd496d4342a786ec7c96da13bafafc12)) +* **operators:** Change dependancy from js-yaml to yaml. ([cbb71d8](https://github.com/lowdefy/lowdefy/commit/cbb71d809b3117dbaf89b23c17a2229a24235308)) +* **server-dev:** Add .env and lowdefy version watchers. ([bc52268](https://github.com/lowdefy/lowdefy/commit/bc522684abce8c050873ef20a3da66ca023cfa32)) +* **server-dev:** Add port setting to server-dev. ([f5b0e7e](https://github.com/lowdefy/lowdefy/commit/f5b0e7e80f8a6002e6d6c6ea426a2b6fee8953bf)) +* **server-dev:** Added import for actions plugins to the lowdefy context. ([20133bb](https://github.com/lowdefy/lowdefy/commit/20133bb0589d35b1494cd3f996ff0ea5421ee560)) +* **server-dev:** Clean up server-dev manager. ([ad3511c](https://github.com/lowdefy/lowdefy/commit/ad3511cce781bdcaf4cba634c87ed541e07b0123)) +* **server-dev:** Dev server plugin install and next build working. ([cf66a6f](https://github.com/lowdefy/lowdefy/commit/cf66a6f83952016b4282985b44f8eb10e7f72ea4)) +* **server-dev:** Optimise dev server next build time. ([34aa84a](https://github.com/lowdefy/lowdefy/commit/34aa84acf92288ecbada387ecf9c7eefc1c0968e)) +* **server-dev:** Skip calling next and lowdefy build using npm/yarn start. ([1a8699a](https://github.com/lowdefy/lowdefy/commit/1a8699a0124ba45202cc4d57255d5d0d6ff6abb7)) + + +### BREAKING CHANGES + +* **operators:** _yaml.parse now takes an array or an object data instead of a string. +* **deps:** # marks the beginning of a comment in .env files (UNLESS the value is wrapped in quotes. Please update your .env files to wrap in quotes any values containing #. + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/server-dev/package.json b/packages/server-dev/package.json index 54da1e89c..852f66f83 100644 --- a/packages/server-dev/package.json +++ b/packages/server-dev/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/server-dev", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -40,27 +40,27 @@ "next": "next" }, "dependencies": { - "@lowdefy/api": "4.0.0-alpha.6", - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/blocks-antd": "4.0.0-alpha.6", - "@lowdefy/blocks-basic": "4.0.0-alpha.6", - "@lowdefy/blocks-color-selectors": "4.0.0-alpha.6", - "@lowdefy/blocks-echarts": "4.0.0-alpha.6", - "@lowdefy/blocks-loaders": "4.0.0-alpha.6", - "@lowdefy/blocks-markdown": "4.0.0-alpha.6", - "@lowdefy/build": "4.0.0-alpha.6", - "@lowdefy/connection-axios-http": "4.0.0-alpha.6", - "@lowdefy/engine": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/layout": "4.0.0-alpha.6", - "@lowdefy/node-utils": "4.0.0-alpha.6", - "@lowdefy/operators-change-case": "4.0.0-alpha.6", - "@lowdefy/operators-diff": "4.0.0-alpha.6", - "@lowdefy/operators-js": "4.0.0-alpha.6", - "@lowdefy/operators-mql": "4.0.0-alpha.6", - "@lowdefy/operators-nunjucks": "4.0.0-alpha.6", - "@lowdefy/operators-uuid": "4.0.0-alpha.6", - "@lowdefy/operators-yaml": "4.0.0-alpha.6", + "@lowdefy/api": "4.0.0-alpha.7", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/blocks-antd": "4.0.0-alpha.7", + "@lowdefy/blocks-basic": "4.0.0-alpha.7", + "@lowdefy/blocks-color-selectors": "4.0.0-alpha.7", + "@lowdefy/blocks-echarts": "4.0.0-alpha.7", + "@lowdefy/blocks-loaders": "4.0.0-alpha.7", + "@lowdefy/blocks-markdown": "4.0.0-alpha.7", + "@lowdefy/build": "4.0.0-alpha.7", + "@lowdefy/connection-axios-http": "4.0.0-alpha.7", + "@lowdefy/engine": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/layout": "4.0.0-alpha.7", + "@lowdefy/node-utils": "4.0.0-alpha.7", + "@lowdefy/operators-change-case": "4.0.0-alpha.7", + "@lowdefy/operators-diff": "4.0.0-alpha.7", + "@lowdefy/operators-js": "4.0.0-alpha.7", + "@lowdefy/operators-mql": "4.0.0-alpha.7", + "@lowdefy/operators-nunjucks": "4.0.0-alpha.7", + "@lowdefy/operators-uuid": "4.0.0-alpha.7", + "@lowdefy/operators-yaml": "4.0.0-alpha.7", "chokidar": "3.5.3", "dotenv": "15.0.0", "js-yaml": "4.1.0", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 5da662aee..0efdfd959 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Convert links to use pathname and query. ([1189a8b](https://github.com/lowdefy/lowdefy/commit/1189a8bdbb6ade52eee7e8223603dc4d2dcd6223)) +* **deps:** Update dependecy next to v12.0.10 ([c058935](https://github.com/lowdefy/lowdefy/commit/c05893578f8d5f625391b560ec24411d16df902d)) +* **deps:** Update dependency next-auth to v4.1.2. ([4b63c87](https://github.com/lowdefy/lowdefy/commit/4b63c8774fab7adbc3e11f92a5e808b38d22f4c9)) +* **deps:** Update dependency next-with-less to v2.0.4. ([7c71492](https://github.com/lowdefy/lowdefy/commit/7c714926ee0caeba362af78b594698635f34c70f)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **server:** Maintain the lowdefy objects during page transitions. ([4b3d061](https://github.com/lowdefy/lowdefy/commit/4b3d061a0de79b86b0fa8be9ff8948a9dc0caeb7)) + + +### Features + +* Add start, start:dev and start:server-dev scripts for easy dev ⚡️. ([da813c3](https://github.com/lowdefy/lowdefy/commit/da813c3d13b39fcfdbd50b8d53c3e0b1f5e7e8e2)) +* **build:** Add buildPath to config. ([1cce024](https://github.com/lowdefy/lowdefy/commit/1cce024339bc89e4192d86f09d1a9ec233663f02)) +* **build:** Use dynamic import for build resolver and transformer functions. ([c9db72a](https://github.com/lowdefy/lowdefy/commit/c9db72ac55109a85cfc821dfbbf87e54b4881d59)) +* **server:** Add ariaLabel and rel properties to Link. ([95b4447](https://github.com/lowdefy/lowdefy/commit/95b44473a3f67741951e4d020a0ad84a90805d94)) +* **server:** Add Next Link component implementation. ([6104ae0](https://github.com/lowdefy/lowdefy/commit/6104ae0254909fa969bd9f641e540700d8d8b268)) +* **server:** Add replace and scroll to Link. ([9d6ac04](https://github.com/lowdefy/lowdefy/commit/9d6ac04b09f7c2281ebc699de504bba8b8b5e13b)) +* **server:** Added import for actions plugins to the lowdefy context. ([f28052c](https://github.com/lowdefy/lowdefy/commit/f28052cb510a0757310d20068105d193e2f6856c)) + + + +## [3.23.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v3.23.2) (2021-11-29) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/server/package.json b/packages/server/package.json index 87a3006ec..71f5fba6b 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/server", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -40,24 +40,13 @@ "next": "next" }, "dependencies": { - "@lowdefy/actions-core": "4.0.0-alpha.6", - "@lowdefy/api": "4.0.0-alpha.6", - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/blocks-antd": "4.0.0-alpha.6", - "@lowdefy/blocks-basic": "4.0.0-alpha.6", - "@lowdefy/blocks-color-selectors": "4.0.0-alpha.6", - "@lowdefy/blocks-echarts": "4.0.0-alpha.6", - "@lowdefy/blocks-markdown": "4.0.0-alpha.6", - "@lowdefy/connection-axios-http": "4.0.0-alpha.6", - "@lowdefy/connection-mongodb": "4.0.0-alpha.6", - "@lowdefy/engine": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", - "@lowdefy/layout": "4.0.0-alpha.6", - "@lowdefy/node-utils": "4.0.0-alpha.6", - "@lowdefy/operators-js": "4.0.0-alpha.6", - "@lowdefy/operators-mql": "4.0.0-alpha.6", - "@lowdefy/operators-nunjucks": "4.0.0-alpha.6", - "@lowdefy/operators-yaml": "4.0.0-alpha.6", + "@lowdefy/api": "4.0.0-alpha.7", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/engine": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", + "@lowdefy/layout": "4.0.0-alpha.7", + "@lowdefy/node-utils": "4.0.0-alpha.7", + "@lowdefy/operators-js": "4.0.0-alpha.7", "next": "12.0.10", "next-auth": "4.1.2", "process": "0.11.10", @@ -66,7 +55,7 @@ "react-icons": "4.3.1" }, "devDependencies": { - "@lowdefy/build": "4.0.0-alpha.6", + "@lowdefy/build": "4.0.0-alpha.7", "@next/eslint-plugin-next": "12.0.10", "less": "4.1.2", "less-loader": "10.2.0", diff --git a/packages/utils/ajv/CHANGELOG.md b/packages/utils/ajv/CHANGELOG.md index 2e39c77e4..6c434513b 100644 --- a/packages/utils/ajv/CHANGELOG.md +++ b/packages/utils/ajv/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Update dependency ajv to v8.9.0. ([efd18da](https://github.com/lowdefy/lowdefy/commit/efd18da6b146a60db286af00353bac0e12667884)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/ajv diff --git a/packages/utils/ajv/package.json b/packages/utils/ajv/package.json index 30e070b6e..a521a8153 100644 --- a/packages/utils/ajv/package.json +++ b/packages/utils/ajv/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/ajv", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -40,7 +40,7 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/nunjucks": "4.0.0-alpha.6", + "@lowdefy/nunjucks": "4.0.0-alpha.7", "ajv": "8.9.0", "ajv-errors": "3.0.0" }, diff --git a/packages/utils/block-dev/CHANGELOG.md b/packages/utils/block-dev/CHANGELOG.md index f0396614e..38392c112 100644 --- a/packages/utils/block-dev/CHANGELOG.md +++ b/packages/utils/block-dev/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** Update dependency ajv to v8.9.0. ([efd18da](https://github.com/lowdefy/lowdefy/commit/efd18da6b146a60db286af00353bac0e12667884)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/block-dev diff --git a/packages/utils/block-dev/package.json b/packages/utils/block-dev/package.json index 9fe95bbba..9db176f05 100644 --- a/packages/utils/block-dev/package.json +++ b/packages/utils/block-dev/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/block-dev", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "Lowdefy Block Development Tools", "homepage": "https://lowdefy.com", @@ -38,8 +38,8 @@ }, "dependencies": { "@emotion/jest": "11.7.1", - "@lowdefy/block-utils": "4.0.0-alpha.6", - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/block-utils": "4.0.0-alpha.7", + "@lowdefy/helpers": "4.0.0-alpha.7", "@testing-library/dom": "8.11.3", "@testing-library/react": "13.0.0-alpha.4", "@testing-library/user-event": "14.0.0-alpha.14", diff --git a/packages/utils/block-utils/CHANGELOG.md b/packages/utils/block-utils/CHANGELOG.md index 5ff6c5eba..fd3cb650b 100644 --- a/packages/utils/block-utils/CHANGELOG.md +++ b/packages/utils/block-utils/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* **bock-utils:** Fix icon properties, size might be an issue. ([cd2b9ad](https://github.com/lowdefy/lowdefy/commit/cd2b9ad3957cb9a30019b94e3129a17ff6f3fc3f)) +* **deps:** Update dependency dompurify to v2.3.5. ([41dbc3d](https://github.com/lowdefy/lowdefy/commit/41dbc3d67f0bc55214add6125cda06946eca7ac1)) +* **deps:** Update dependency react to v18.0.0-rc.0 ([2345330](https://github.com/lowdefy/lowdefy/commit/23453301716f541a1e044f63a740aae09d635237)) +* **deps:** Update emotion css packages. ([3380594](https://github.com/lowdefy/lowdefy/commit/33805944e30e919c57e3e7e1876b9c6723c3988d)) +* Fix util package tests. ([9d0cc45](https://github.com/lowdefy/lowdefy/commit/9d0cc45cffd3a373492bc842ba54a7254f7c509f)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + +### Features + +* **build:** Add buildPath to config. ([1cce024](https://github.com/lowdefy/lowdefy/commit/1cce024339bc89e4192d86f09d1a9ec233663f02)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/block-utils diff --git a/packages/utils/block-utils/package.json b/packages/utils/block-utils/package.json index a394802e3..186081086 100644 --- a/packages/utils/block-utils/package.json +++ b/packages/utils/block-utils/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/block-utils", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "Lowdefy Block Utils", "homepage": "https://lowdefy.com", @@ -42,7 +42,7 @@ "@ant-design/icons": "4.7.0", "@emotion/css": "11.7.1", "@emotion/react": "11.7.1", - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "classnames": "2.3.1", "dompurify": "2.3.5", "react": "17.0.2", diff --git a/packages/utils/helpers/CHANGELOG.md b/packages/utils/helpers/CHANGELOG.md index 9de7fc8cd..022f3e21d 100644 --- a/packages/utils/helpers/CHANGELOG.md +++ b/packages/utils/helpers/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Add missing api and helpers tests. ([aa1d72c](https://github.com/lowdefy/lowdefy/commit/aa1d72c19122eb7d4343108ba6ad21c423dc2493)) +* **deps:** Update dependency query-string to v7.1.0. ([f434ee9](https://github.com/lowdefy/lowdefy/commit/f434ee942e7a58228b84db4406cfeb03f55e5e5f)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/utils/helpers/package.json b/packages/utils/helpers/package.json index 94184b107..c3d74ef7a 100644 --- a/packages/utils/helpers/package.json +++ b/packages/utils/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/helpers", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", diff --git a/packages/utils/node-utils/CHANGELOG.md b/packages/utils/node-utils/CHANGELOG.md index e02e0d266..3a9f8af7d 100644 --- a/packages/utils/node-utils/CHANGELOG.md +++ b/packages/utils/node-utils/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Fix util package tests. ([9d0cc45](https://github.com/lowdefy/lowdefy/commit/9d0cc45cffd3a373492bc842ba54a7254f7c509f)) +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) +* **node-utils:** Convert writeFile function prototype. ([5371430](https://github.com/lowdefy/lowdefy/commit/53714307123f3477240767a91c5332a70a292d93)) +* **node-utils:** Do not throw if readFile path is not resolved. ([b451c29](https://github.com/lowdefy/lowdefy/commit/b451c29b4a904bfdbaa31e9316b488935bdf8571)) + + +### Features + +* **build:** Add buildPath to config. ([1cce024](https://github.com/lowdefy/lowdefy/commit/1cce024339bc89e4192d86f09d1a9ec233663f02)) +* **node-utils:** Add copyDirectory. ([852a77a](https://github.com/lowdefy/lowdefy/commit/852a77a6277f0fe9c98cb39e329f60dccdb0793e)) +* **node-utils:** Replace rimraf with fs-extra. ([e15031d](https://github.com/lowdefy/lowdefy/commit/e15031d32de3bc60eef5248b9f8440fc14ea11ef)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) diff --git a/packages/utils/node-utils/package.json b/packages/utils/node-utils/package.json index ee4125a4c..8902abc66 100644 --- a/packages/utils/node-utils/package.json +++ b/packages/utils/node-utils/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/node-utils", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -41,7 +41,7 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "fs-extra": "10.0.0" }, "devDependencies": { diff --git a/packages/utils/nunjucks/CHANGELOG.md b/packages/utils/nunjucks/CHANGELOG.md index 25089fc13..6aff3806e 100644 --- a/packages/utils/nunjucks/CHANGELOG.md +++ b/packages/utils/nunjucks/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2022-02-21) + + +### Bug Fixes + +* Fix V4 tests. ([d082d0c](https://github.com/lowdefy/lowdefy/commit/d082d0c335eb4426acadbf30a08de64266d9f004)) + + + + + # [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20) **Note:** Version bump only for package @lowdefy/nunjucks diff --git a/packages/utils/nunjucks/package.json b/packages/utils/nunjucks/package.json index 7aae847a0..4afa8765b 100644 --- a/packages/utils/nunjucks/package.json +++ b/packages/utils/nunjucks/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/nunjucks", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", @@ -40,7 +40,7 @@ "test": "jest --coverage" }, "dependencies": { - "@lowdefy/helpers": "4.0.0-alpha.6", + "@lowdefy/helpers": "4.0.0-alpha.7", "moment": "2.29.1", "nunjucks": "3.2.3" }, diff --git a/yarn.lock b/yarn.lock index f4ccee30e..ac5ac3e7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1965,13 +1965,13 @@ __metadata: languageName: node linkType: hard -"@lowdefy/actions-core@4.0.0-alpha.6, @lowdefy/actions-core@workspace:packages/plugins/actions/actions-core": +"@lowdefy/actions-core@4.0.0-alpha.7, @lowdefy/actions-core@workspace:packages/plugins/actions/actions-core": version: 0.0.0-use.local resolution: "@lowdefy/actions-core@workspace:packages/plugins/actions/actions-core" dependencies: - "@lowdefy/engine": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/engine": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -1979,11 +1979,11 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/ajv@4.0.0-alpha.6, @lowdefy/ajv@workspace:packages/utils/ajv": +"@lowdefy/ajv@4.0.0-alpha.7, @lowdefy/ajv@workspace:packages/utils/ajv": version: 0.0.0-use.local resolution: "@lowdefy/ajv@workspace:packages/utils/ajv" dependencies: - "@lowdefy/nunjucks": 4.0.0-alpha.6 + "@lowdefy/nunjucks": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -1993,17 +1993,17 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/api@4.0.0-alpha.6, @lowdefy/api@workspace:packages/api": +"@lowdefy/api@4.0.0-alpha.7, @lowdefy/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@lowdefy/api@workspace:packages/api" dependencies: "@jest/globals": 27.5.1 - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/node-utils": 4.0.0-alpha.6 - "@lowdefy/nunjucks": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 - "@lowdefy/operators-js": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/node-utils": 4.0.0-alpha.7 + "@lowdefy/nunjucks": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 + "@lowdefy/operators-js": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2011,13 +2011,13 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/block-dev@4.0.0-alpha.6, @lowdefy/block-dev@workspace:packages/utils/block-dev": +"@lowdefy/block-dev@4.0.0-alpha.7, @lowdefy/block-dev@workspace:packages/utils/block-dev": version: 0.0.0-use.local resolution: "@lowdefy/block-dev@workspace:packages/utils/block-dev" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@testing-library/dom": 8.11.3 @@ -2033,7 +2033,7 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/block-utils@4.0.0-alpha.6, @lowdefy/block-utils@workspace:packages/utils/block-utils": +"@lowdefy/block-utils@4.0.0-alpha.7, @lowdefy/block-utils@workspace:packages/utils/block-utils": version: 0.0.0-use.local resolution: "@lowdefy/block-utils@workspace:packages/utils/block-utils" dependencies: @@ -2041,7 +2041,7 @@ __metadata: "@emotion/css": 11.7.1 "@emotion/jest": 11.7.1 "@emotion/react": 11.7.1 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2057,16 +2057,16 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/blocks-antd@4.0.0-alpha.6, @lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd": +"@lowdefy/blocks-antd@4.0.0-alpha.7, @lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd": version: 0.0.0-use.local resolution: "@lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd" dependencies: "@ant-design/icons": 4.7.0 "@emotion/jest": 11.7.1 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/node-utils": 4.0.0-alpha.6 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/node-utils": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2087,14 +2087,14 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/blocks-basic@4.0.0-alpha.6, @lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic": +"@lowdefy/blocks-basic@4.0.0-alpha.7, @lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic": version: 0.0.0-use.local resolution: "@lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2111,14 +2111,14 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/blocks-color-selectors@4.0.0-alpha.6, @lowdefy/blocks-color-selectors@workspace:packages/plugins/blocks/blocks-color-selectors": +"@lowdefy/blocks-color-selectors@4.0.0-alpha.7, @lowdefy/blocks-color-selectors@workspace:packages/plugins/blocks/blocks-color-selectors": version: 0.0.0-use.local resolution: "@lowdefy/blocks-color-selectors@workspace:packages/plugins/blocks/blocks-color-selectors" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/blocks-antd": 4.0.0-alpha.6 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/blocks-antd": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2136,13 +2136,13 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/blocks-echarts@4.0.0-alpha.6, @lowdefy/blocks-echarts@workspace:packages/plugins/blocks/blocks-echarts": +"@lowdefy/blocks-echarts@4.0.0-alpha.7, @lowdefy/blocks-echarts@workspace:packages/plugins/blocks/blocks-echarts": version: 0.0.0-use.local resolution: "@lowdefy/blocks-echarts@workspace:packages/plugins/blocks/blocks-echarts" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2160,14 +2160,14 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/blocks-loaders@4.0.0-alpha.6, @lowdefy/blocks-loaders@workspace:packages/plugins/blocks/blocks-loaders": +"@lowdefy/blocks-loaders@4.0.0-alpha.7, @lowdefy/blocks-loaders@workspace:packages/plugins/blocks/blocks-loaders": version: 0.0.0-use.local resolution: "@lowdefy/blocks-loaders@workspace:packages/plugins/blocks/blocks-loaders" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2183,13 +2183,13 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/blocks-markdown@4.0.0-alpha.6, @lowdefy/blocks-markdown@workspace:packages/plugins/blocks/blocks-markdown": +"@lowdefy/blocks-markdown@4.0.0-alpha.7, @lowdefy/blocks-markdown@workspace:packages/plugins/blocks/blocks-markdown": version: 0.0.0-use.local resolution: "@lowdefy/blocks-markdown@workspace:packages/plugins/blocks/blocks-markdown" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2210,37 +2210,37 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/build@4.0.0-alpha.6, @lowdefy/build@workspace:packages/build": +"@lowdefy/build@4.0.0-alpha.7, @lowdefy/build@workspace:packages/build": version: 0.0.0-use.local resolution: "@lowdefy/build@workspace:packages/build" dependencies: "@jest/globals": 27.5.1 - "@lowdefy/actions-core": 4.0.0-alpha.6 - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/blocks-antd": 4.0.0-alpha.6 - "@lowdefy/blocks-basic": 4.0.0-alpha.6 - "@lowdefy/blocks-color-selectors": 4.0.0-alpha.6 - "@lowdefy/blocks-echarts": 4.0.0-alpha.6 - "@lowdefy/blocks-loaders": 4.0.0-alpha.6 - "@lowdefy/blocks-markdown": 4.0.0-alpha.6 - "@lowdefy/connection-axios-http": 4.0.0-alpha.6 - "@lowdefy/connection-elasticsearch": 4.0.0-alpha.6 - "@lowdefy/connection-google-sheets": 4.0.0-alpha.6 - "@lowdefy/connection-knex": 4.0.0-alpha.6 - "@lowdefy/connection-mongodb": 4.0.0-alpha.6 - "@lowdefy/connection-redis": 4.0.0-alpha.6 - "@lowdefy/connection-sendgrid": 4.0.0-alpha.6 - "@lowdefy/connection-stripe": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/node-utils": 4.0.0-alpha.6 - "@lowdefy/nunjucks": 4.0.0-alpha.6 - "@lowdefy/operators-change-case": 4.0.0-alpha.6 - "@lowdefy/operators-diff": 4.0.0-alpha.6 - "@lowdefy/operators-js": 4.0.0-alpha.6 - "@lowdefy/operators-mql": 4.0.0-alpha.6 - "@lowdefy/operators-nunjucks": 4.0.0-alpha.6 - "@lowdefy/operators-uuid": 4.0.0-alpha.6 - "@lowdefy/operators-yaml": 4.0.0-alpha.6 + "@lowdefy/actions-core": 4.0.0-alpha.7 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/blocks-antd": 4.0.0-alpha.7 + "@lowdefy/blocks-basic": 4.0.0-alpha.7 + "@lowdefy/blocks-color-selectors": 4.0.0-alpha.7 + "@lowdefy/blocks-echarts": 4.0.0-alpha.7 + "@lowdefy/blocks-loaders": 4.0.0-alpha.7 + "@lowdefy/blocks-markdown": 4.0.0-alpha.7 + "@lowdefy/connection-axios-http": 4.0.0-alpha.7 + "@lowdefy/connection-elasticsearch": 4.0.0-alpha.7 + "@lowdefy/connection-google-sheets": 4.0.0-alpha.7 + "@lowdefy/connection-knex": 4.0.0-alpha.7 + "@lowdefy/connection-mongodb": 4.0.0-alpha.7 + "@lowdefy/connection-redis": 4.0.0-alpha.7 + "@lowdefy/connection-sendgrid": 4.0.0-alpha.7 + "@lowdefy/connection-stripe": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/node-utils": 4.0.0-alpha.7 + "@lowdefy/nunjucks": 4.0.0-alpha.7 + "@lowdefy/operators-change-case": 4.0.0-alpha.7 + "@lowdefy/operators-diff": 4.0.0-alpha.7 + "@lowdefy/operators-js": 4.0.0-alpha.7 + "@lowdefy/operators-mql": 4.0.0-alpha.7 + "@lowdefy/operators-nunjucks": 4.0.0-alpha.7 + "@lowdefy/operators-uuid": 4.0.0-alpha.7 + "@lowdefy/operators-yaml": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2255,12 +2255,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-axios-http@4.0.0-alpha.6, @lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http": +"@lowdefy/connection-axios-http@4.0.0-alpha.7, @lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http": version: 0.0.0-use.local resolution: "@lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http" dependencies: - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2269,13 +2269,13 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-elasticsearch@4.0.0-alpha.6, @lowdefy/connection-elasticsearch@workspace:packages/plugins/connections/connection-elasticsearch": +"@lowdefy/connection-elasticsearch@4.0.0-alpha.7, @lowdefy/connection-elasticsearch@workspace:packages/plugins/connections/connection-elasticsearch": version: 0.0.0-use.local resolution: "@lowdefy/connection-elasticsearch@workspace:packages/plugins/connections/connection-elasticsearch" dependencies: "@elastic/elasticsearch": 7.16.0 - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2283,12 +2283,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-google-sheets@4.0.0-alpha.6, @lowdefy/connection-google-sheets@workspace:packages/plugins/connections/connection-google-sheets": +"@lowdefy/connection-google-sheets@4.0.0-alpha.7, @lowdefy/connection-google-sheets@workspace:packages/plugins/connections/connection-google-sheets": version: 0.0.0-use.local resolution: "@lowdefy/connection-google-sheets@workspace:packages/plugins/connections/connection-google-sheets" dependencies: - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2299,12 +2299,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-knex@4.0.0-alpha.6, @lowdefy/connection-knex@workspace:packages/plugins/connections/connection-knex": +"@lowdefy/connection-knex@4.0.0-alpha.7, @lowdefy/connection-knex@workspace:packages/plugins/connections/connection-knex": version: 0.0.0-use.local resolution: "@lowdefy/connection-knex@workspace:packages/plugins/connections/connection-knex" dependencies: - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2317,12 +2317,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-mongodb@4.0.0-alpha.6, @lowdefy/connection-mongodb@workspace:packages/plugins/connections/connection-mongodb": +"@lowdefy/connection-mongodb@4.0.0-alpha.7, @lowdefy/connection-mongodb@workspace:packages/plugins/connections/connection-mongodb": version: 0.0.0-use.local resolution: "@lowdefy/connection-mongodb@workspace:packages/plugins/connections/connection-mongodb" dependencies: - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@shelf/jest-mongodb": 2.2.0 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 @@ -2333,12 +2333,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-redis@4.0.0-alpha.6, @lowdefy/connection-redis@workspace:packages/plugins/connections/connection-redis": +"@lowdefy/connection-redis@4.0.0-alpha.7, @lowdefy/connection-redis@workspace:packages/plugins/connections/connection-redis": version: 0.0.0-use.local resolution: "@lowdefy/connection-redis@workspace:packages/plugins/connections/connection-redis" dependencies: - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2347,12 +2347,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-sendgrid@4.0.0-alpha.6, @lowdefy/connection-sendgrid@workspace:packages/plugins/connections/connection-sendgrid": +"@lowdefy/connection-sendgrid@4.0.0-alpha.7, @lowdefy/connection-sendgrid@workspace:packages/plugins/connections/connection-sendgrid": version: 0.0.0-use.local resolution: "@lowdefy/connection-sendgrid@workspace:packages/plugins/connections/connection-sendgrid" dependencies: - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@sendgrid/mail": 7.6.0 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 @@ -2361,12 +2361,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/connection-stripe@4.0.0-alpha.6, @lowdefy/connection-stripe@workspace:packages/plugins/connections/connection-stripe": +"@lowdefy/connection-stripe@4.0.0-alpha.7, @lowdefy/connection-stripe@workspace:packages/plugins/connections/connection-stripe": version: 0.0.0-use.local resolution: "@lowdefy/connection-stripe@workspace:packages/plugins/connections/connection-stripe" dependencies: - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2385,13 +2385,13 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/engine@4.0.0-alpha.6, @lowdefy/engine@workspace:packages/engine": +"@lowdefy/engine@4.0.0-alpha.7, @lowdefy/engine@workspace:packages/engine": version: 0.0.0-use.local resolution: "@lowdefy/engine@workspace:packages/engine" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 - "@lowdefy/operators-js": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 + "@lowdefy/operators-js": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2411,7 +2411,7 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/helpers@4.0.0-alpha.6, @lowdefy/helpers@workspace:packages/utils/helpers": +"@lowdefy/helpers@4.0.0-alpha.7, @lowdefy/helpers@workspace:packages/utils/helpers": version: 0.0.0-use.local resolution: "@lowdefy/helpers@workspace:packages/utils/helpers" dependencies: @@ -2425,14 +2425,14 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/layout@4.0.0-alpha.6, @lowdefy/layout@workspace:packages/layout": +"@lowdefy/layout@4.0.0-alpha.7, @lowdefy/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@lowdefy/layout@workspace:packages/layout" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2467,11 +2467,11 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/node-utils@4.0.0-alpha.6, @lowdefy/node-utils@workspace:packages/utils/node-utils": +"@lowdefy/node-utils@4.0.0-alpha.7, @lowdefy/node-utils@workspace:packages/utils/node-utils": version: 0.0.0-use.local resolution: "@lowdefy/node-utils@workspace:packages/utils/node-utils" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2480,11 +2480,11 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/nunjucks@4.0.0-alpha.6, @lowdefy/nunjucks@workspace:packages/utils/nunjucks": +"@lowdefy/nunjucks@4.0.0-alpha.7, @lowdefy/nunjucks@workspace:packages/utils/nunjucks": version: 0.0.0-use.local resolution: "@lowdefy/nunjucks@workspace:packages/utils/nunjucks" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2494,12 +2494,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators-change-case@4.0.0-alpha.6, @lowdefy/operators-change-case@workspace:packages/plugins/operators/operators-change-case": +"@lowdefy/operators-change-case@4.0.0-alpha.7, @lowdefy/operators-change-case@workspace:packages/plugins/operators/operators-change-case": version: 0.0.0-use.local resolution: "@lowdefy/operators-change-case@workspace:packages/plugins/operators/operators-change-case" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2508,12 +2508,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators-diff@4.0.0-alpha.6, @lowdefy/operators-diff@workspace:packages/plugins/operators/operators-diff": +"@lowdefy/operators-diff@4.0.0-alpha.7, @lowdefy/operators-diff@workspace:packages/plugins/operators/operators-diff": version: 0.0.0-use.local resolution: "@lowdefy/operators-diff@workspace:packages/plugins/operators/operators-diff" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2522,12 +2522,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators-js@4.0.0-alpha.6, @lowdefy/operators-js@workspace:packages/plugins/operators/operators-js": +"@lowdefy/operators-js@4.0.0-alpha.7, @lowdefy/operators-js@workspace:packages/plugins/operators/operators-js": version: 0.0.0-use.local resolution: "@lowdefy/operators-js@workspace:packages/plugins/operators/operators-js" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2535,12 +2535,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators-mql@4.0.0-alpha.6, @lowdefy/operators-mql@workspace:packages/plugins/operators/operators-mql": +"@lowdefy/operators-mql@4.0.0-alpha.7, @lowdefy/operators-mql@workspace:packages/plugins/operators/operators-mql": version: 0.0.0-use.local resolution: "@lowdefy/operators-mql@workspace:packages/plugins/operators/operators-mql" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2549,13 +2549,13 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators-nunjucks@4.0.0-alpha.6, @lowdefy/operators-nunjucks@workspace:packages/plugins/operators/operators-nunjucks": +"@lowdefy/operators-nunjucks@4.0.0-alpha.7, @lowdefy/operators-nunjucks@workspace:packages/plugins/operators/operators-nunjucks": version: 0.0.0-use.local resolution: "@lowdefy/operators-nunjucks@workspace:packages/plugins/operators/operators-nunjucks" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/nunjucks": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/nunjucks": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2563,12 +2563,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators-uuid@4.0.0-alpha.6, @lowdefy/operators-uuid@workspace:packages/plugins/operators/operators-uuid": +"@lowdefy/operators-uuid@4.0.0-alpha.7, @lowdefy/operators-uuid@workspace:packages/plugins/operators/operators-uuid": version: 0.0.0-use.local resolution: "@lowdefy/operators-uuid@workspace:packages/plugins/operators/operators-uuid" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2577,12 +2577,12 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators-yaml@4.0.0-alpha.6, @lowdefy/operators-yaml@workspace:packages/plugins/operators/operators-yaml": +"@lowdefy/operators-yaml@4.0.0-alpha.7, @lowdefy/operators-yaml@workspace:packages/plugins/operators/operators-yaml": version: 0.0.0-use.local resolution: "@lowdefy/operators-yaml@workspace:packages/plugins/operators/operators-yaml" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/operators": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/operators": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2591,11 +2591,11 @@ __metadata: languageName: unknown linkType: soft -"@lowdefy/operators@4.0.0-alpha.6, @lowdefy/operators@workspace:packages/operators": +"@lowdefy/operators@4.0.0-alpha.7, @lowdefy/operators@workspace:packages/operators": version: 0.0.0-use.local resolution: "@lowdefy/operators@workspace:packages/operators" dependencies: - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2608,11 +2608,11 @@ __metadata: resolution: "@lowdefy/plugin-aws@workspace:packages/plugins/plugins/plugin-aws" dependencies: "@emotion/jest": 11.7.1 - "@lowdefy/ajv": 4.0.0-alpha.6 - "@lowdefy/block-dev": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/blocks-antd": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 + "@lowdefy/ajv": 4.0.0-alpha.7 + "@lowdefy/block-dev": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/blocks-antd": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17 @@ -2634,27 +2634,27 @@ __metadata: version: 0.0.0-use.local resolution: "@lowdefy/server-dev@workspace:packages/server-dev" dependencies: - "@lowdefy/api": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/blocks-antd": 4.0.0-alpha.6 - "@lowdefy/blocks-basic": 4.0.0-alpha.6 - "@lowdefy/blocks-color-selectors": 4.0.0-alpha.6 - "@lowdefy/blocks-echarts": 4.0.0-alpha.6 - "@lowdefy/blocks-loaders": 4.0.0-alpha.6 - "@lowdefy/blocks-markdown": 4.0.0-alpha.6 - "@lowdefy/build": 4.0.0-alpha.6 - "@lowdefy/connection-axios-http": 4.0.0-alpha.6 - "@lowdefy/engine": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/layout": 4.0.0-alpha.6 - "@lowdefy/node-utils": 4.0.0-alpha.6 - "@lowdefy/operators-change-case": 4.0.0-alpha.6 - "@lowdefy/operators-diff": 4.0.0-alpha.6 - "@lowdefy/operators-js": 4.0.0-alpha.6 - "@lowdefy/operators-mql": 4.0.0-alpha.6 - "@lowdefy/operators-nunjucks": 4.0.0-alpha.6 - "@lowdefy/operators-uuid": 4.0.0-alpha.6 - "@lowdefy/operators-yaml": 4.0.0-alpha.6 + "@lowdefy/api": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/blocks-antd": 4.0.0-alpha.7 + "@lowdefy/blocks-basic": 4.0.0-alpha.7 + "@lowdefy/blocks-color-selectors": 4.0.0-alpha.7 + "@lowdefy/blocks-echarts": 4.0.0-alpha.7 + "@lowdefy/blocks-loaders": 4.0.0-alpha.7 + "@lowdefy/blocks-markdown": 4.0.0-alpha.7 + "@lowdefy/build": 4.0.0-alpha.7 + "@lowdefy/connection-axios-http": 4.0.0-alpha.7 + "@lowdefy/engine": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/layout": 4.0.0-alpha.7 + "@lowdefy/node-utils": 4.0.0-alpha.7 + "@lowdefy/operators-change-case": 4.0.0-alpha.7 + "@lowdefy/operators-diff": 4.0.0-alpha.7 + "@lowdefy/operators-js": 4.0.0-alpha.7 + "@lowdefy/operators-mql": 4.0.0-alpha.7 + "@lowdefy/operators-nunjucks": 4.0.0-alpha.7 + "@lowdefy/operators-uuid": 4.0.0-alpha.7 + "@lowdefy/operators-yaml": 4.0.0-alpha.7 "@next/eslint-plugin-next": 12.0.10 chokidar: 3.5.3 dotenv: 15.0.0 @@ -2677,25 +2677,14 @@ __metadata: version: 0.0.0-use.local resolution: "@lowdefy/server@workspace:packages/server" dependencies: - "@lowdefy/actions-core": 4.0.0-alpha.6 - "@lowdefy/api": 4.0.0-alpha.6 - "@lowdefy/block-utils": 4.0.0-alpha.6 - "@lowdefy/blocks-antd": 4.0.0-alpha.6 - "@lowdefy/blocks-basic": 4.0.0-alpha.6 - "@lowdefy/blocks-color-selectors": 4.0.0-alpha.6 - "@lowdefy/blocks-echarts": 4.0.0-alpha.6 - "@lowdefy/blocks-markdown": 4.0.0-alpha.6 - "@lowdefy/build": 4.0.0-alpha.6 - "@lowdefy/connection-axios-http": 4.0.0-alpha.6 - "@lowdefy/connection-mongodb": 4.0.0-alpha.6 - "@lowdefy/engine": 4.0.0-alpha.6 - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/layout": 4.0.0-alpha.6 - "@lowdefy/node-utils": 4.0.0-alpha.6 - "@lowdefy/operators-js": 4.0.0-alpha.6 - "@lowdefy/operators-mql": 4.0.0-alpha.6 - "@lowdefy/operators-nunjucks": 4.0.0-alpha.6 - "@lowdefy/operators-yaml": 4.0.0-alpha.6 + "@lowdefy/api": 4.0.0-alpha.7 + "@lowdefy/block-utils": 4.0.0-alpha.7 + "@lowdefy/build": 4.0.0-alpha.7 + "@lowdefy/engine": 4.0.0-alpha.7 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/layout": 4.0.0-alpha.7 + "@lowdefy/node-utils": 4.0.0-alpha.7 + "@lowdefy/operators-js": 4.0.0-alpha.7 "@next/eslint-plugin-next": 12.0.10 less: 4.1.2 less-loader: 10.2.0 @@ -9835,8 +9824,8 @@ __metadata: resolution: "lowdefy@workspace:packages/cli" dependencies: "@jest/globals": 27.5.1 - "@lowdefy/helpers": 4.0.0-alpha.6 - "@lowdefy/node-utils": 4.0.0-alpha.6 + "@lowdefy/helpers": 4.0.0-alpha.7 + "@lowdefy/node-utils": 4.0.0-alpha.7 "@swc/cli": 0.1.55 "@swc/core": 1.2.135 "@swc/jest": 0.2.17