lowdefy

The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.

OTHER License

Downloads
47.8K
Stars
2.7K
Committers
28

Bot releases are visible (Hide)

lowdefy - v4.0.0-alpha.20

Published by Gervwyk over 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.19...v4.0.0-alpha.20

lowdefy - v4.0.0-alpha.19

Published by Gervwyk over 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.18...v4.0.0-alpha.19

lowdefy - v4.0.0-alpha.18

Published by Gervwyk over 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.17...v4.0.0-alpha.18

lowdefy - v4.0.0-alpha.17

Published by SamTolmay over 2 years ago

4.0.0-alpha.17 (2022-06-24)

Bug Fixes

  • blocks-google-maps: Fix fitBounds. (a4748ba)
  • blocks-google-maps: Fix load script libraries. (c9376f0)
  • blocks-google-maps: Fix onLoad event. (2c1de9a)
  • blocks-google-maps: Fixes to onLoad. (1dd08e4)
  • build: Add default dependancies. (7d0e03a)
  • build: Add new plugins as dev dependencies. (145e598)
  • build: Evaluate build operators in lowdefy.yaml (49ed3e1)
  • build: Evaluate build operators in lowdefy.yaml root. (c340b52)
  • client: Fix layout on skeleton containers. (fb38d00)
  • client: Skeleton to get parent blocks properties and styles. (0022fc0)
  • deps: Update dependency next-auth to v4.5.0. (49dd43a)
  • dev-server: Add google maps and aggrid as default types. (b3fa3a2)
  • Fix nunjucks operator shorthand en operators runtime definition. (e2c3291)
  • Fix package.json fixes. (17f54ac)
  • Fix userFields implementation. (c566541)
  • Fix userFields in production server. (614d7c9)
  • Remove userFields debug logs. (8fad19f)
  • server-dev: Add max count in waitForRestartedServer ping. (d7d8a0b)

Features

  • actions-core: Add Fetch action. (4c47ba6)
  • Add callbackUrl and redirect as logout action params. (9c13bd6)
  • Add url as a login and logout callbackUrl parameter. (78d099a)
  • Add userFields feature to map auth provider data to usernobject. (0ab688b)
  • blocks-aggrid: Add aggrid as a default block. (3133fee)
  • blocks-googl-maps: Update docs. (fb950b6)
  • blocks-google-maps: Add google maps as a default block. (b0daaec)
  • blocks-google-maps: Add onLoad to maps. (e9a75df)
  • blocks-google-maps: Switch to @react-google-maps/api. (3edbd9a)
  • blocks-google-maps: Update Google Maps block docs. (2657a3c)
  • build: Add aggrid and maps as default block types. (fbc3818)
  • Move browser globals to lowdefy._internal.globals. (94c4016)
lowdefy - v4.0.0-alpha.16

Published by SamTolmay over 2 years ago

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

Bug Fixes

  • Configure server Lowdefy build with env variables, not args. (590588c)
lowdefy - v4.0.0-alpha.15

Published by SamTolmay over 2 years ago

4.0.0-alpha.15 (2022-06-19)

Bug Fixes

  • Configure server lowdefy build with commandline args instead of env from CLI (648f050)

Features

  • Add โ€”no-next-build option to CLI build command. (9b565f4)
lowdefy - v4.0.0-alpha.14

Published by SamTolmay over 2 years ago

4.0.0-alpha.14 (2022-06-19)

Bug Fixes

  • cli: Define build directory on context. (51bc05f)
  • Remove output directory cli option (ba281a6)
  • server: Fix for next.js output file tracing. (34c3f2d)
lowdefy - v4.0.0-alpha.13

Published by SamTolmay over 2 years ago

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)
lowdefy - v4.0.0-alpha.12

Published by SamTolmay over 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.11...v4.0.0-alpha.12

lowdefy - v4.0.0-alpha.11

Published by Gervwyk over 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.10...v4.0.0-alpha.11

lowdefy - v4.0.0-alpha.10

Published by SamTolmay over 2 years ago

lowdefy - v4.0.0-alpha.9

Published by SamTolmay over 2 years ago

lowdefy - v3.23.3

Published by SamTolmay over 2 years ago

3.23.3 (2022-04-20)

Changes

Blocks

  • Fix icons on ConfirmModal buttons. Closes #1160.

Connections

  • Fix AxiosHttp to allow arrays in the data property. Closes #1158.

Commits

Bug Fixes

  • Fix axios docs after schema fix. (2e3c632)
  • Update docs snapshot test (e8445e8)
  • blocksAntd: Pass icons to confirm modal, closes #1160 (2256b2b)
  • graphql: Update AxiosHttp schema to allow for data arrays (ff4d168), closes #1158
lowdefy - v4.0.0-alpha.8

Published by SamTolmay over 2 years ago

lowdefy - v4.0.0-alpha.7

Published by SamTolmay over 2 years ago

lowdefy - v4.0.0-alpha.6

Published by SamTolmay over 2 years ago

lowdefy - v3.23.2

Published by SamTolmay almost 3 years ago

3.23.2 (2021-11-29)

Changes

Blocks

  • Fix an issue where the Selector and MultipleSelector blocks were not handling bounced onSearch events correctly and leaving the loading state early. Closes #968.

Commits

Bug Fixes

  • blocksAntd: Added deboucing condition to Selector and MultipleSelector. (ce1d3e4)
lowdefy - v4.0.0-alpha.5

Published by SamTolmay almost 3 years ago

lowdefy - v4.0.0-alpha.4

Published by SamTolmay almost 3 years ago

lowdefy - v4.0.0-alpha.3

Published by SamTolmay almost 3 years ago