New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lowdefy/block-utils

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/block-utils - npm Package Versions

1
68

4.0.0-alpha.13

Diff

Changelog

Source

4.0.0-alpha.13 (2022-06-16)

Bug Fixes

  • actions-core: Fix actions core tests. (8647f91)
  • actions: Convert tests to use new testContext. (1a6f8df)
  • Add lerna-debug.log to gitignore. (e521be2)
  • blocks-echarts: Do not break if dataset.source is null. (30d3d7e)
  • Build createContext should not be async, create separate file. (67c03ec)
  • build: defaultTypesMap to write a js file to dist. (331284e)
  • build: Fix build tests. (9ea612b)
  • build: Fix buildAuth tests. (0882416)
  • build: Fix buildEvents tests. (0dcb927)
  • build: remove unneccesary async await in build. (6b974e6)
  • build: Restore buildRefs tests after jest update fixes es modules. (a684273)
  • build: Throw during build if events are not arrays. (c0c3971)
  • cli: Check env for configDirectory. (f8964ca)
  • engine: Fix createSetGlobal. (542ed98)
  • engine: Fix engine tests. (92182a2)
  • engine: RootBlocks.map to use blockId. (d31064f)
  • engine: Set request to null and update before calling request. (bb2b57b)
  • engine: testContext to build config and use getContext. (4539d6f)
  • engine: Update benchmark test to pass. (529f65e)
  • engine: Update createResetValidation test (177b66f)
  • engine: Update test to use built config. (f4c0f76)
  • Fix auth errors if auth is not configured. (8a386a8)
  • Fix license typo. (972acbb)
  • operators-js: Fix _location and _media tests. (f47bede)
  • server-dev: Load .env using dotenv. (85d7827)
  • Update all packages to use @lowdefy/jest-yaml-transform. (7bdf0a4)
  • Update tests to run on node and jsdom. (be2180a)
  • Use createRequire to import json files. (a9c7ec4)

Features

  • Add openid connect standard claims to user object. (7f099e1)
  • Add version property to Lowdefy schema. (04ff15f)
  • cli: Add —no-open option to cli dev command. (bc5b12f)
  • cli: Cli to load .env for build and start commands. (ac34fe8)
  • docs: Init v4 migration notes. (674dc03)
  • engine: 🏄‍♂️Engine tests are passing. (d737e1c)
  • engine: Add payload and blockId to context.requests[requestId]. (e29d88b)
  • Export buildTestPage, add tests. (bc9f16c)
  • Package updates. (e024181)
  • Package Updates. (0f9d8cd)
  • React 18 update. (55268e7)
  • Set login providerId if only one provider is configured. (8bc34a1)
  • utils: Add jest-yaml-transform package. (dd9dbe4)
samtolmay
published 4.0.0-alpha.12 •

Changelog

Source

4.0.0-alpha.12 (2022-05-23)

Bug Fixes

  • client: Clean up use effect hook. (413c697)
  • client: On mount async method should always be called. (912e405)
  • operators: Fix operator tests for passing down window. (562890f)
  • operators: Pass window to operators and not context. (dd9dfad)
  • operators: Use window from lowdefy object. (8e31d2a)
  • server-dev: Fix react hooks used incorrectly. (0b36cc2)

Features

  • Install most fill and outline antd icons for dev server. (07ef677)
samtolmay
published 4.0.0-alpha.11 •

Changelog

Source

4.0.0-alpha.11 (2022-05-20)

Bug Fixes

  • Adapt createAuthMethods for client package. (4675297)
  • Add turbo 64 files and clean package.json. (cc7b7c0)
  • Auth bug fixes. (3fe249c)
  • build: Remove unused configuration from auth schema. (4922373)
  • cli: Do not copy node_modules in plugin folders. (a5a131d)
  • client: Fix setupLink - createLink needs lowdefy for input. (314f131)
  • cli: Plugins should be added as dependencies, not devDependencies. (e11e11f)
  • deps: Update dependency next to v12.1.6 (490ea8f)
  • Fix auth callback import in dev server. (557669e)
  • Fix auth tests. (c2a8fc7)
  • Fix tests. (eb85c58)
  • Remove console logs. (42ab05b)
  • Remove test auth callback plugins. (b22e4a1)
  • Remove user from block properties. (7cadf63)
  • server-dev: Fix dev server not running next build. (27efcdf)
  • Update lowdefy auth schema. (60a048e)
  • Update operator plugin import locations. (b65aa48)
  • Use fileURLToPath when loading json files. (4885462)
  • Windows compatibility fixes. (8ecdfc4)

Features

  • Add support for auth callback plugins. (a16e074)
  • Add support for auth event plugins. (35f28b8)
  • api: Add user to api context and user roles to authorization. (133245e)
  • build: Build auth providers and write plugin import file. (9eb34c8)
  • build: Update build for v4 auth config. (0120462)
  • Create auth plugins types maps. (6df0010)
  • Import all next-auth providers. (28921ce)
  • Import all types exported by plugins in dev server. (b6e05fb)
  • Include auth event plugins in build. (4c6d108)
  • Init package @lowdefy/plugin-next-auth (b1dbf9e)
  • Next auth implementation work in progress. (bf5692a)
  • Next auth login and logout working. (d47f9e5)
  • Pass user session to api context from server. (55f2438)
  • Read auth secret from secrets object. (f266fbf)
  • server-dev: Next auth working in dev server. (44fbca9)
  • server: Add read user object from next-auth session. (fbab7f1)
  • Updates to auth configuration. (8f7abf7)
  • Use next-auth session to authenticate in api. (462c0ac)

BREAKING CHANGES

  • Removed user from block properties.
  • build: The “config.auth” object has been moved to the “auth” object at the root of the Lowdefy config.
samtolmay
published 4.0.0-alpha.10 •

Changelog

Source

4.0.0-alpha.10 (2022-05-06)

Bug Fixes

  • Fix server npm publish files. (3f5589e)
samtolmay
published 4.0.0-alpha.9 •

Changelog

Source

4.0.0-alpha.9 (2022-05-06)

Bug Fixes

  • actions-core: Fix tests. (29ec08d)
  • actions: textContext is now sync. (13d6396)
  • block-dev: Fix mockMethodTest prototype. (e90cefd)
  • block-dev: Render props when mocking Link and Icon in stubBlockProps. (b6b50c8)
  • block-utils: Icon should not spin on page loading. (c3d9be5)
  • blocks-antd: Fix button color on focus. (c56d1e4)
  • blocks-antd: Fix confirm modal button icons, closes #1160 (bba35be)
  • blocks-antd: Fix menu keys. (c6b8c69)
  • blocks-antd: Fix menu width wrapping. (f71499c)
  • blocks-antd: Menu to show current selected page. (72af09c)
  • blocks-antd: remove onEnter and onInit events from schema descriptions. (c0df169)
  • blocks-antd: Update snapshots. (c4cc37a)
  • blocks-basic: Fix tests and snapshots. (b9e6f1c)
  • blocks-color-selector: Fix update state. (f0e6f18)
  • blocks-loaders: Remove LogoSpinner. (3af64aa)
  • blocks-markdown: Cleanup markdown styles. (5cd90fb)
  • blocks-markdown: Fix react-syntax-highlighter styles import. (bc6fed7)
  • blocks-markdown: More style fixes. (6498040)
  • blocks-markdown: Updated and fixed MarkdownWithCode Syntax Highlighter@15.5.0 (424bf3e)
  • blocks: Fix icon names in examples. (0d28534)
  • build: Fix tests. (8e7b16e)
  • build: Skeleton on block only a object in schema. (98d9c57)
  • client: Fix setupLink - createLink needs lowdefy for input. (f152ac2)
  • client: Render progress bar next to context, and event order fixes. (fc32c75)
  • docs: Cleanup skeleton docs change. (6310d13)
  • docs: Fix docs version plugin import and markdown template. (3f3cf55)
  • engine: Catch block type not found error. (7d95728)
  • engine: Init validate only if none. (9b5bd70)
  • engine: Only init validate if none. (e0d7dd6)
  • engine: Remove block.loading. (31b8190)
  • Fix bugs in icon and icon usage in docs. (03858f4)
  • Fix icon names. (2e81f58)
  • Fix plugins in build. (ec8d5ca)
  • operators: Pass operatorPrefix to operators methods. (454523c)
  • operators: Update test snapshot. (655eae5)
  • Replace progressBarDispatcher with process object. (9aff083)
  • Review feedback changes. (6925625)
  • server-dev: Add actions.js to build watcher. (f9f295e)
  • server-dev: Do not render page before redirect. (b4431b1)
  • server-dev: Render app rebuild page. (7895b53)
  • server: Add actions-core as default to server. (eed470f)
  • server: Bug fixes on loading inc, and add auto inc. (dba6f49)
  • server: Cleanup from review. (d4dd1ca)
  • server: Remount progress controller on page change. (967ac70)
  • server: Remove block.loading. (0995109)
  • Update docs snapshot test (8987ad8)
  • Update snapshots. (19db923)

Features

  • api: evaluteOperators is sync. (40ba4df)
  • block-loaders: Add progress block. (a872dfc)
  • blocks-antd: Remove color settings for menu, etc. (bacaedb)
  • blocks-antd: Update snapshots. (5f5ef00)
  • blocks-markdown: Use antd less style vars where possible. (bc3dce4)
  • blocks: Add skeletons to blocks meta. (ba34939)
  • blocks: loading to render inputs but disable. (1662f36)
  • blocks: Remove loading prop from blocks. (fc2def3)
  • blocks: Remove skeleton definition on blocks. (f938a51)
  • build: Add loading and skeleton to blocks schema. (1398ca3)
  • build: Add mandatory block types. (2351f10)
  • build: Build changes for skeleton and loading. (b1d4212)
  • client: Add display message implementation. (f94ee32)
  • client: Apply reset context flag to recreate context on client. (09f49a2)
  • client: Init @lowdefy/client. (bb7931d)
  • docs: Fix loading and skeleton definitions on blocks concept pages. (b6207a9)
  • docs: Remove onEnter and fix onInit and onMount definitions. (051154f)
  • engine: Add progress callAction — needs tests. (771961c)
  • engine: Add runOnInit method to getContext. (2339a3a)
  • engine: Add skeleton and loading eval. (c3c35d1)
  • engine: Make getContext sync, add skeleton and loading eval. (a876b6f)
  • operators: Remove init so parser is now sync. (aabedad)
  • server-dev: Client working 🏄‍♂️ (cafca66)
  • server-dev: Reload to pass resetContext flag. (f303bc0)
  • server-dev: Use Client in dev server. (4089191)
  • server: Context is now sync, use MountEvents for onInit. (8f0ed25)
  • server: Make initLowdefyContext sync. (ef11ebb)
  • server: MountEvents, ProgressBarController and loading state. (931dda7)
  • server: Refine loading in render loop, remove onEnter. (8c67b98)
  • server: Remove block skeleton render. (8ce8882)
  • server: Render loop for skeleton and loading. (3ec944b)
  • server: Throw warning on illegal skeleton type. (86bbae6)
  • server: User Client in server. (31de543)
samtolmay
published 4.0.0-alpha.8 •

Changelog

Source

4.0.0-alpha.8 (2022-03-16)

Bug Fixes

  • actions-core: Fix Throw action error message if params are not an object. (057ff7e)
  • actions-core: Improve Throw action error messages. (9ffddd6)
  • block-utils: Update test snapshots. (445d20d)
  • block-utils: Wrap Icon in antd Icon component. (07dc80a)
  • blocks-antd: Fix Icon name in switch. (96e5e46)
  • blocks-antd: Icon name corrections. (7fa29e4)
  • build: Do not use ref resolver for lowdefy.yml files. (3c05e57)
  • Change swc react transform to classic runtime. (55bb5c9)
  • cli: Do not merge app and server package jsons (7a97261)
  • cli: Fix CLI tests. (1c8dc54)
  • docs: Correct icon names for react-icons. (4cae725)
  • docs: Fix _yaml.parse takes an array. (0943aa0)
  • docs: Fix image route paths in docs. (895d26d)
  • docs: Fix JSON syntax error in S3 docs. (0aa7501)
  • docs: Fixes in tests. (567afa4)
  • operators: Fix operators failing tests. (c25b6b6)
  • Remove _user from build operators and rogue console.log (bc39f77)
  • Remove _user from build operators. (a812d71)
  • Revert back to react 17.0.2. (1b38fd3)
  • server-dev: Read next cli bin path from package.json. (0146627)
  • server: Add index to keys to resolve react warning. (0f25b57)
  • server: Disable ssr on _app. (1b13e57)

Features

  • Add operator-js dependency to build (83d5b79)
  • Add support for typePrefix on custom plugins. (d66d395)
  • blocks-color-seletors: Replace color selectors with single color selector using react-colorful. (7830890)
  • cli: Add install custom plugins as dev dependencies. (b6ab43b)
  • cli: Copy plugins folder to server. (9f4ff92)
  • cli: Merge user package json into server package json. (899a15f)
  • Create _env operator and build operators. (e7421bd)
  • Create types map for custom plugins. (5ddf739)
  • Custom plugins on dev server. (9f65d13)
  • docs: Implement docs filter default value operator as plugin. (fa46d22)
  • docs: Replace color selectors with react-colorful selector. (3d146aa)
  • Evaluate build operators in refs. (f8e2214)
  • operators: Update parse for build operators. (d2f5f45)
  • Simplify _function with new operatorPrefix (139dae6)
samtolmay
published 4.0.0-alpha.7 •

Changelog

Source

4.0.0-alpha.7 (2022-02-21)

Bug Fixes

  • actions-core: Added scrollTo with no params error test. (1402180)
  • actions-core: Added testContext for action testing. (2f6189b)
  • actions-core: Changed param type check in DisplayMessage action. (3d85e26)
  • actions-core: Refactored actions to use actions interface. (563900b)
  • actions-core: Updated ScrollTo action tests. (ae202f2)
  • actions-core: Updated ScrollTo action to include param error handling. (25b656f)
  • actions-core: Updated Throw action tests to use new plugin config. (ccf4fd1)
  • actions-core: Updated Wait action tests to use new plugin config. (abb74af)
  • Add missing api and helpers tests. (aa1d72c)
  • Add operators used by validation to plugin imports. (02abd41)
  • Add packages/cli/server/ to git ignore. (20f02bd)
  • Add yarn install to dev scripts for server. (dc7f988)
  • api: Fix callRequest tests. (58655cb)
  • api: Fixes using jest with es modules. (d69a4dc)
  • blocks-antd: Refactored tests to use new Block config. (1919560)
  • blocks-antd: Temporary for schema for TimelineList. (ce8640d)
  • blocks-basic: Refactored tests to use new Block config. (37ba69d)
  • blocks-color-selectors: Fix typo in style import. (7a90f5b)
  • blocks-color-selectors: Refactored tests to use new Block config. (bd38975)
  • blocks-echarts: Refactored tests to use new Block config. (d17e34e)
  • blocks-loaders: Refactored tests to use new Block config. (e4f4590)
  • blocks-markdown: Refactored tests to use new Block config. (b963944)
  • bock-utils: Fix icon properties, size might be an issue. (cd2b9ad)
  • build: Add writeActionImports to build. (f0889d2)
  • build: Events with try defined should add default for catch. (bb36b55)
  • build: Fix build tests. (417f5cb)
  • build: Fix error message when block is not an object. (5bc113b)
  • build: Fix jest with es modules. (a4d089a)
  • build: Move page not an object error to addDefaultPages. (b3c980d)
  • build: Throw better error for incorrect user transformer functions. (d796de3)
  • build: Throw instead of logging error for build. (cccaabc)
  • cli: Change additional base dir references to config. (e20cfdf)
  • cli: Fix icon in init command. (295faba)
  • cli: Fix jest es module mocks. (78480e8)
  • connection-elasticsearch: Add license comments in schema files. (43ec9a0)
  • connection-elasticsearch: Fix connection-elasticsearch plugin structure to work with version 4. (f0c55e8)
  • connection-google-sheets: Add license comments in schema files. (c230318)
  • connection-google-sheets: Fix connection-google-sheets plugin structure to work with version 4. (2c19747)
  • connection-google-sheets: Revert mingo system imports. (66a42c7)
  • connection-knex: Add license comments in schema files. (916452b)
  • connection-knex: Fix connection-knex plugin structure to work with version 4. (ffc9c35)
  • connection-mongodb: Add license comments in schema files. (0872590)
  • connection-mongodb: Fix connection-mongodb plugin structure to work with version 4. (a8b9da9)
  • connection-mongodb: Update dependency mongodb to v4.4.0. (0655365)
  • connection-mongodb: Update MongoDB connection docs (7f0fccf)
  • connection-sendgrid: Add license comments in schema files. (1850af3)
  • connection-sendgrid: Fix connection-sendgrid plugin structure to work with version 4. (1baeb0f)
  • connection-stripe: Add license comments in schema files. (cf4a614)
  • connection-stripe: Fix connection-stripe plugin structure to work with version 4. (3a35829)
  • Convert link to pass pathname and query separately. (1294914)
  • Convert links to use pathname and query. (1189a8b)
  • deps: Downgrade dependency swr to v1.1.2. (80b047f)
  • deps: Update dependecy next to v12.0.10 (c058935)
  • deps: Update dependency @elastic/elasticsearch to v7.16.0. (ed1346e)
  • deps: Update dependency @sendgrid/mail to v7.6.0. (f44d267)
  • deps: Update dependency ajv to v8.9.0. (efd18da)
  • deps: Update dependency aws-sdk to v2.1066.0. (766acde)
  • deps: Update dependency axios to v0.25.0. (ddf13bb)
  • deps: Update dependency chokidar to v3.5.3. (4513321)
  • deps: Update dependency commander to v9.0.0. (aebd5be)
  • deps: Update dependency dompurify to v2.3.5. (41dbc3d)
  • deps: Update dependency dotenv to v15.0.0. (682620c)
  • deps: Update dependency echarts to v5.3.0. (6571f98)
  • deps: Update dependency echarts-for-react to v3.0.2. (e5f7ed6)
  • deps: Update dependency google-spreadsheet to v3.2.0. (2c62cc2)
  • deps: Update dependency knex to v1.0.1. (26863fc)
  • deps: Update dependency mingo to v6.0.0. (145dcda)
  • deps: Update dependency mssql to v8.0.1. (6848ade)
  • deps: Update dependency next-auth to v4.1.2. (4b63c87)
  • deps: Update dependency next-with-less to v2.0.4. (7c71492)
  • deps: Update dependency query-string to v7.1.0. (f434ee9)
  • deps: Update dependency react to v18.0.0-rc.0 (2345330)
  • deps: Update dependency react-markdown to v8.0.0. (f04e35b)
  • deps: Update dependency redis to v4.0.3. (c4b0e75)
  • deps: Update dependency rehype-raw to v6.1.1. (e13b0f1)
  • deps: Update dependency stripe to v8.201.0. (964efb4)
  • deps: Update dependency swr to v1.2.0. (8c55376)
  • deps: Update dependency yargs to v17.3.1. (277776c)
  • deps: Update emotion css packages. (3380594)
  • docs: Add CircleColorSelector to transformer and fix typo. (9eea4f1)
  • docs: Add docs on ES Modules in build resolvers and transformers. (8a3605e)
  • docs: Comment our JsAction usage. (27a2361)
  • docs: Update paths for all blocks and some icon name fixes. (e4369bb)
  • Downgrade dependency ora to v5.4.1 (ea28ea5)
  • engine: Changed method action from getRequest to getRequestDetails. (32c0b7c)
  • engine: Fixed validate action method context reference. (576e3a9)
  • engine: Reset input when link is followed with no input. (fab9e2a)
  • engine: Reverted index based block id change in callMethod action test. (46ad3c0)
  • engine: Update set global action method global object reference. (91fa543)
  • engine: Updated callMethod action method to use action & block plugin config. (ddd849e)
  • engine: Updated link action method test to use action & block plugin config. (1306698)
  • engine: Updated login action method test to use action & block plugin config. (4cbd863)
  • engine: Updated logout action method test to use action & block plugin config. (e120fe8)
  • engine: Updated message action method test to use action & block plugin config. (48cd251)
  • engine: Updated request action method test to use action & block plugin config. (d2bd2f5)
  • engine: Updated reset action method test to use action & block plugin config. (d46add8)
  • engine: Updated resetValidation action method test to use new plugin config. (107a1a5)
  • engine: Updated setGlobal action method test to use new plugin config. (ceceec3)
  • engine: Updated setState action method test to use new plugin config. (27838bc)
  • engine: Updated testContext to use rootBlock config. (c8524c6)
  • engine: Updated validate action method test to use new plugin config. (f8962c6)
  • Fix docs transformer fns tests. (8a0e331)
  • Fix import issues for build. (64a076c)
  • Fix util package tests. (9d0cc45)
  • Fix V4 tests. (d082d0c)
  • Move S3UploadButton to plugin-aws. (540aa03)
  • node-utils: Convert writeFile function prototype. (5371430)
  • node-utils: Do not throw if readFile path is not resolved. (b451c29)
  • operators-js: Fix array, function, operator, type tests (4d19d48)
  • operators-js: Fix getter operator tests. (c774f3f)
  • operators-js: Fix menu and location tests (3fac862)
  • operators-js: Update request tests. (f78405f)
  • operators-js: Update shared operators tests. (1c6cb87)
  • operators-js: Update test name and license wording. (708beac)
  • operators-nunjucks: Fix tests. (6b5d8c8)
  • plugin-aws: Convert @lowdefy/plugin-aws to new plugin package structure. (64043d3)
  • Remove rc-animate from yarnrc config. (0a037d1)
  • server-dev: Add dev server manager description. (18cf9c2)
  • server-dev: Do not error if .env file does not exist. (fa389a1)
  • server-dev: Fix redirect. (96ed764)
  • server: Maintain the lowdefy objects during page transitions. (4b3d061)
  • servr-dev: Fix 404 redirect so that browser back works. (9df6579)
  • Strip auth prop from page config in api. (693667d)
  • Update createLink tests. (2e531b3)
  • Update docs for Anchor. (53117b8)

Features

  • actions-core: Added CallMethod action test. (f9333e5)
  • actions-core: Added Link action test. (d04cc03)
  • actions-core: Added Login action test. (ba6ac71)
  • actions-core: Added Logout action test. (b67e77d)
  • actions-core: Added Message action test. (0404c0d)
  • actions-core: Added Request action test. (696d816)
  • actions-core: Added Reset action test. (c53d111)
  • actions-core: Added ResetValidation action test. (b5fc499)
  • actions-core: Added SetGlobal action test. (66c8218)
  • actions-core: Added SetState action test. (bfab2e4)
  • actions-core: Added Validate action test. (171aec3)
  • actions-core: BREAKING CHANGE - The Message action was renamed to DisplayMessage. (a9bfe65)
  • actions-core: Refactored @lowdefy/engine and added actions-core package to plugins. (b08ef1d)
  • actions-core: Updated DisplayMessage action and tests to include edge cases. (1d70f64)
  • Add build scripts for plugings. (d37db36)
  • Add start, start:dev and start:server-dev scripts for easy dev ⚡️. (da813c3)
  • Add start:dev-docs start script. (0c494fe)
  • Add watch and ignore paths, default ref resolver to dev server and build. (c700d9f)
  • blocks: Implement Link in blocks. (2bcf600)
  • build: Add buildPath to config. (1cce024)
  • build: Add command line args for build, config and server directories. (1ef213b)
  • build: Added @lowdefy/actions-core plugin to build process. (a144735)
  • build: Copy files in config public folder to next public folder. (ceafdc8)
  • build: Use dynamic import for build resolver and transformer functions. (c9db72a)
  • cli: Add config option for server-dev and server directories. (07902b0)
  • cli: Add port option for start command. (9e16e2f)
  • cli: Add port setting to dev command. (546798a)
  • cli: Pass package manager setting to dev server. (0425f07)
  • cli: Rename base-directory to config-directory. (f09c569)
  • docs: Add docs for the Link component. (37b80b1)
  • engine: Added action methods to Actions class. (e3a32aa)
  • engine: Added getActions action method test. (c79c7ed)
  • engine: Added getBlockId action method test. (5802217)
  • engine: Added getEvent action method test. (031535c)
  • engine: Added getGlobal action method test. (61d23a2)
  • engine: Added getInput action method test. (5578f46)
  • engine: Added getPageId action method test. (602e114)
  • engine: Added getRequestDetails action method test. (55519c5)
  • engine: Added getState action method test. (384d264)
  • engine: Added getUrlQuery action method test. (6665f2e)
  • engine: Added getUser action method test. (f7156f5)
  • engine: BREAKING CHANGE - The Message action was renamed to DisplayMessage. (6c3abb7)
  • engine: Update link to include noLink and disableLink, fix logic. (b9633e4)
  • Ignore app/** test config. (f5fad82)
  • Link and basePath implementation for dev server. (d487a1c)
  • node-utils: Add copyDirectory. (852a77a)
  • node-utils: Replace rimraf with fs-extra. (e15031d)
  • operators: Change dependancy from js-yaml to yaml. (cbb71d8)
  • server-dev: Add .env and lowdefy version watchers. (bc52268)
  • server-dev: Add port setting to server-dev. (f5b0e7e)
  • server-dev: Added import for actions plugins to the lowdefy context. (20133bb)
  • server-dev: Clean up server-dev manager. (ad3511c)
  • server-dev: Dev server plugin install and next build working. (cf66a6f)
  • server-dev: Optimise dev server next build time. (34aa84a)
  • server-dev: Skip calling next and lowdefy build using npm/yarn start. (1a8699a)
  • server: Add ariaLabel and rel properties to Link. (95b4447)
  • server: Add Next Link component implementation. (6104ae0)
  • server: Add replace and scroll to Link. (9d6ac04)
  • server: Added import for actions plugins to the lowdefy context. (f28052c)

Reverts

  • Revert "chore: Update yarn.lock" (f894cb4)
  • Revert "chore: Update yarn lock to fix removal of rc-animate." (ab3e513)

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.
samtolmay
published 4.0.0-alpha.6 •

Changelog

Source

4.0.0-alpha.6 (2022-01-20)

Bug Fixes

  • Add loading and error icons to icon plugin import. (3c98732)
  • blocks-antd: Added debounce condition to Selector and MultipleSelector (910bee0)
  • blocks-antd: Swap rc-animation for rc-motion in Label to fix modules build. (8660b6e)
  • blocks-markdown: Upgraded react markdown dependencies. (9eb7c3a)
  • blocks: Updated block meta, types and buildIcons. (1d774a3)
  • build: Updated write icon imports template. (425823d)
  • cli: Fix CLI dev server command. (49f6c20)
  • connection-redis: Add test for connection with url string and remove custom message for connection errors. (095b890)
  • connection-redis: Add tests with mocked redis client and bumped @swc/core version. (11cef00)
  • connection-redis: Pin redis dependency to a fixed version and fix error messages. (068461f)
  • docs: Added redis connection documentation. (ee1620b)
  • Fix antd styles. (62a752d)
  • Fix blocks-echarts yarn berry packageExtensions. (a908c1c)
  • Fix blocks-markdown package dependencies. (035b0c1)
  • Fix layout style import. (b318343)
  • Fix static files. (d2e343e)
  • Refactored connection-redis plugin to have non restrictive schemas. (f8d9f8e)
  • server: Home is also returned in getRootConfig. (b138485)

Features

  • 404 page working with next server (270c92e)
  • Add _diff to client operators as well as server. (4e23fec)
  • Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. (a1d9c3b)
  • Add icons and webmanifest to next server. (6a254ed)
  • Add rest of operators-diff files. (fde3a94)
  • Add secrets to v4 servers (9ef2ccd)
  • Add server manager and file watcher in reload event stream. (8474aaf)
  • Add Server Sent Event reload rout and component. (a556eab)
  • build: Move app.style.lessVariables to config.theme.lessVariables. (cb14f17)
  • cli: Add v4 dev command to CLI. (02770f5)
  • clie: Update BatchChanges to repeat and pass args to callback function. (6dd29c5)
  • Create connection-redis plugin. (ee2315d)
  • Create operators-change-case plugin (9aca6be)
  • Create operators-diff plugin. (97885be)
  • Create operators-mql plugin (e3084aa)
  • Create operators-uuid plugin. (7ab243b)
  • Create operators-yaml plugin. (3a521ba)
  • Create wait helper function. (42c09f4)
  • Init @lowdefy/server-dev package. (e76b40e)
  • server-dev: Add browser opener to dev server. (ddf9d36)
  • server-dev: Add dev server startup and config file watcher. (a29576d)
  • server-dev: Add the abilty to restart the dev server. (b610a63)
  • server-dev: Dev server soft reload working. (dd5ee07)
  • server-dev: Fetch Lowdefy config client-side using swr. (ce126df)
  • server-dev: Reload client window if dev server is restarted. (b8c1d58)
  • server-dev: Updates to dev server manager. (b4861d0)

BREAKING CHANGES

  • The 404 page is now always publically accessible.
samtolmay
published 4.0.0-alpha.5 •

Changelog

Source

4.0.0-alpha.5 (2021-11-27)

Bug Fixes

  • cli: Add node shebang to index.js. (f711fa9)
  • cli: Update getDirectories. (8af70b0)
  • Fix home page route in server. (640ab8a)
  • Fixes for V4. (41a9a30)
  • Refactored blocks for Lowdefy Version 4. (96f194d)
  • Remove CHANGELOG file and aws plugin package peer depencies (21627f7)
  • V4 fixes. (088e210)

Features

  • Add client operators to operators-js. (1453e8e)
  • Add start command to CLI. (19bf81a)
  • Add types object to telemetry. (d2509b3)
  • Allow Less variables to be specified in server. (bd8ccbd), closes #893
  • Create operators-js plugins. (fc0dc29)
  • Create operators-nunjucks plugin. (d299d2f)
  • Import operator plugins in server. (f913e9e)
  • Move server operators to operators-js plugin. (a864473)
  • operators: Add other functions to operators export. (16f4da7)
  • operators: Move common operators to operators-js plugin (42a8054)
  • operators: Update node and web parser and move their tests. (3647299)
  • operators: Update node and webParser and tests. (e52a22e)
  • Update server package.json if plugin deps change. (09f7bca), closes #943
  • Update types.js and update packages (b6ffbf6)
samtolmay
published 4.0.0-alpha.4 •

Changelog

Source

4.0.0-alpha.4 (2021-11-25)

Bug Fixes

Features

  • build: Add build icons.js. (e3b7eb7)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc