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 hidden (Show)

lowdefy - v4.0.0-rc.2

Published by SamTolmay over 1 year ago

4.0.0-rc.2 (2023-02-17)

Bug Fixes

  • Add public_default folder to server npm files (2f1db67)
lowdefy - v4.0.0-rc.1

Published by SamTolmay over 1 year ago

4.0.0-rc.1 (2023-02-17)

Bug Fixes

  • _user: true should return null if logged out. (d9b89d7)
  • Add MongoDBAdapter docs. (c609b25)
  • Allow axios data property to be an array (9b83af5), closes #1158
  • Auth docs fixes (0e7a013)
  • blocks-basic: Update Anchor schema. (7ce7d15)
  • build: Clean public folder before copying over folders. (cd84268)
  • build: Evaluate build operators before getting key from refDef. (a9d873c)
  • build: More generic default 404. (592a901)
  • client: Allow onClick to be passed down to Link component. (718a352)
  • client: Update how Link handles onClick. (622ec8c)
  • cli: Use semver to validate version. (13e5c45)
  • cli: Warn if user is running v3 app. (4b62d09)
  • connection-mongodb: Fix responses, fix after and update user to meta (485c0b7)
  • connection-mongodb: Update MongoDBUpdateOne test (1de6f7a)
  • deps: Dependencies minor version updates (e50ec30)
  • deps: Update axios to v1.2.2 (major version) (18d725e)
  • deps: Update connection driver minor versions. (bbd43c1)
  • deps: Update dep ora to v6.1.2 (98afaed)
  • deps: Update dep uuid major version to 9.0.0 (a88b974)
  • deps: Update dependency @ant-design/icons (497ff67)
  • deps: Update dependency antd to v4.24.7 (1348a48)
  • deps: Update dependency fs-extra to v11.1.0 (major version) (0f388d7)
  • deps: Update dependency knex to v2.3.0 (0918690)
  • deps: Update dependency mssql to 9.0.1 (5016949)
  • deps: Update dependency query-string to v8.1.0 (5602b37)
  • deps: Update echarts and react-colorful minor versions. (2ef3865)
  • deps: Update emotion css dependencies. (7cc5588)
  • deps: Update minor versions of util packages. (2d7a2a5)
  • deps: Update patch versions of dependencies (9edaef7)
  • deps: Update react-icon and add support for new icon packs (ae9cbf2)
  • deps: Update swr to v2.0.0 (major version). (e16a39a)
  • docs: Changed reference to request in DownloadCsv examples (c81dc42)
  • docs: Cleanup _js references. (f236a46)
  • docs: Fix _object operator docs. (8d1e10f), closes #1339
  • docs: Fix syntax on Custom Styling Ant theme import example. (b356f09)
  • docs: Fix typo (fe9cba1)
  • docs: Make environment variables lowercase. (bafc31d)
  • docs: Minor fixes to requests and connections. (f321396)
  • docs: Page and App State docs wording fixes. (6de0792)
  • docs: Revert pnpm-lock file changes. (6dbcdb5)
  • docs: Update block docs. (44a838f)
  • docs: Update custom code section. (3d29cd6)
  • docs: Update MongoDB docs with log collection info (8e302b9)
  • engine: Fix validation when using a dynamic approach to setting required. (14ae1db)
  • engine: Remove unnecessary props spreading. (7ebf2ce)
  • engine: Update createLink error message test. (d434d9e)
  • engine: Update Link to allow use of href. (d00344a)
  • Fix auth doc page paths (e4bbdaf)
  • Fix jest testsfor es modules in operators and utils packages (e239727)
  • Fix pnpm lock file (fcfb4cc)
  • Remove copy plugins folder functionality (6c5e35f)
  • Rename copyDirectory util to copyFileOrDirectory. (b7d3884)
  • Reset server package.json to original version on CLI start. (6fac2aa)
  • server-dev: Rename public folder to public_default. (4bb4285)
  • server: Rename public folder to public_default. (506cdda)
  • tests: Fix jest mocks for es modules in connections. (e3fadb2)
  • tests: Fix jest tests for es modules. (0dc3bed)
  • Updates to page and app state docs. (79ca911)
  • website: Add images to public folder. (5112d6d)
  • website: Update footer layout and styling. (ec1b0ac)
  • website: Update package.json. (5cfff35)

Features

  • Add auth configuration docs. (8ec89ce)
  • Add Auth0LogoutCallback documentation. (3fd174d)
  • Add init-docker CLI command and docker docs (d27975b)
  • Add init-vercel CLI command and Vercel deployment docs. (408e21a)
  • Add next auth default provider docs. (9c06de0)
  • Add OpenIDConnectProvider docs (200182f)
  • Add user object docs. (6c8ed5f)
  • deps: Update dependency stripe to v11.5.0 (major version) (7669ed5)
  • docs: Add build note to all build operator pages. (cff4233), closes TECHMRM/lowdefy#46
  • docs: Add Custom Styling Concept page. (1aad894)
  • docs: Add Page and App State concept page. (52dce71)
  • docs: Add v3 to v4 migration guide page to the docs. (d7f6128)
  • docs: Added DownloadCsv and PdfMake docs (72f8a83)
  • docs: Create build operator docs. (2ea77e3)
  • docs: Remove all context references in docs. (b316753)
  • docs: Remove old context and state page. (4392222)
  • docs: Update _build descriptions and examples. (31236ae)
  • docs: Update build operator concept description. (e6f8caa)
  • docs: Update context-and-state page references. (aeab7ea)
  • docs: User docs intro, protected pages and roles sections (4a59107)
  • Update CLI docs (28ac5c5)
  • Update dependency next-auth and add new providers. (ca72d8c)
  • Updates to login and logout documentation (4236023)
  • website: Add build_internal section to home page. (2a57e34)
  • website: Add build_uis section to home page. (71cc0e9)
  • website: Add connect section to home page. (8034b32)
  • website: Add create_app section to home page. (8ff9344)
  • website: Add create_faster section to home page. (d296a81)
  • website: Add customers section. (2a622e3)
  • website: Add examples section to home page. (4660508)
  • website: Add footer to home page. (3f2ff58)
  • website: Add give_it_a_try section to home page. (0340d70)
  • website: Add header to home page. (688834b)
  • website: Add images to website public folder. (0e5d191)
  • website: Add lowdefy website to repo. (fc7c87b)
  • website: Add open_source section to home page. (d860580)
  • website: Add styles.less file to website. (b30a825)
  • website: Fix menu for mobile. (5f95958)
  • website: Polish 3 sections and add connections. (822a758)
lowdefy - v4.0.0-rc.0

Published by SamTolmay almost 2 years ago

4.0.0-rc.0 (2023-01-05)

Bug Fixes

  • Add next config todo note (1b9e7b9)
  • blocks-color-selectors: Fix color selector state bug. (f10be2d)
  • build: Remove validateConfig theme config default. (8b0c02b)
  • docs: Add lowdefy_app_schema.png (f5a583b)
  • Docs introduction updates and fixes. (57b3e93)
  • docs: Change Additional Page to Data Display Page. (fafa178)
  • docs: Changed feedback anchors to boxes (8f407ac)
  • docs: Fix typo. (a01b4b9)
  • docs: Next for tutorial-start. (e7de18b)
  • docs: Not renaming throw to break. (a9ce920)
  • docs: Simplify step titles. (ade6016)
  • docs: Small fixes to v4 tutorial pages. (9654eef)
  • docs: Small grammar changes on introduction page. (2185f7c)
  • docs: Small grammar changes on overview concept page. (d7f5f95)
  • docs: Update example tutorial code repo links. (96399a2)
  • docs: Update overview page. (89863fc)
  • docs: Update the introduction page for v4. (d0cee2d)
  • docs: Update tutorial to reference pnpm instead of npm. (03779d5)
  • docs: Updated moment operator description (875f0ae)
  • Fix broken ref in docs (10cdb56)
  • Fix watch path CLI config for relative paths. (54a5440)
  • operators-js: Add null as valid type to string operator methods. (2d9903b)
  • operators-js: Set operators-js tests to use UTC timezone (8bc1341)
  • operators-js: Update _string tests. (62890b1)
  • operators-js: Updated parse and UTC in date operator (b890455)
  • plugin-aws: s3-upload-blocks readme update. (cede9eb)

Features

  • Add output standalone config to next config for docker deployments (ac662fe)
  • Add support for user defined style files (d33049b)
  • docs: Add updated tutorial for v4. (7b9cb77)
  • docs: Added intl operator doc (924f7fa)
  • docs: Added moment operator doc (4c8540b)
  • docs: Rename some tutorial files and minor fixes. (0b1122d)
  • docs: Update tutorial-start. (200bcb0)
  • docs: Updated date operator doc with more methods (fb423d7)
  • operators-js: Updated date operator with more methods and tests (d19cf2e)
  • plugin-aws: Add README for S3 Upload Blocks. (e8d462f)
  • plugin-aws: Make s3 blocks available for use. (26c4d15)
  • plugin-aws: Update s3-upload-blocks. (55eda89)
  • plugin-next-auth: Add OpenIDConnectProvider. (abbc62a)
  • plugin-next-auth: Update OpenIDConnectProvider. (c5fdeb7)
  • Remove support for config.theme.lessVariables (53a6931)
  • Updates to overview page. (936159c)
lowdefy - v4.0.0-alpha.37

Published by Gervwyk almost 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.36...v4.0.0-alpha.37

lowdefy - v4.0.0-alpha.36

Published by SamTolmay about 2 years ago

4.0.0-alpha.36 (2022-10-14)

Bug Fixes

  • api: Fix readConfigFile tests. (f2591f2)
  • Cache API file reads across all requests. (2b90efb)
  • helpers: Update cachedPromises tests. (335409e)
lowdefy - v4.0.0-alpha.35

Published by SamTolmay about 2 years ago

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

Bug Fixes

  • api: Fix "too many files open" error in api. (b2d0b63)
lowdefy - v4.0.0-alpha.34

Published by SamTolmay about 2 years ago

4.0.0-alpha.34 (2022-09-30)

Bug Fixes

  • blocks-aggrid: Add valueType to input blocks. (89a8d55)
  • blocks-antd: Breadcrumb should not render defaultTitle as label. (a8762f0)
  • blocks-antd: Fix breadcrumb icon size bug. (c3b022f)
  • build: Fix dynamic import of _ref resolvers and transformers. (aaa6f55)
  • docs: Add format operator change to migration guide. (deee945)

Features

  • api: Pass blockId, requestId, pageId and parsed payload to requests. (edc25ef)
  • connection-mongodb: Add changeLog to connection and requests. (8e3a0b9)
lowdefy - v4.0.0-alpha.33

Published by Gervwyk about 2 years ago

Previous release failed to load to npm.

lowdefy - v4.0.0-alpha.32

Published by Gervwyk about 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.31...v4.0.0-alpha.32

lowdefy - v4.0.0-alpha.31

Published by Gervwyk about 2 years ago

What's Changed

Breaking Change

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.30...v4.0.0-alpha.31

lowdefy - v4.0.0-alpha.30

Published by Gervwyk about 2 years ago

  • Fix release gh action script.
lowdefy - v4.0.0-alpha.29

Published by Gervwyk about 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.28...v4.0.0-alpha.29

lowdefy - v4.0.0-alpha.28

Published by Gervwyk about 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.27...v4.0.0-alpha.28

lowdefy - v4.0.0-alpha.27

Published by Gervwyk about 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.26...v4.0.0-alpha.27

lowdefy - v4.0.0-alpha.26

Published by Gervwyk about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.25...v4.0.0-alpha.26

lowdefy - v4.0.0-alpha.25

Published by Gervwyk about 2 years ago

What's Changed

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25

lowdefy - v4.0.0-alpha.24

Published by Gervwyk about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24

lowdefy - v4.0.0-alpha.23

Published by SamTolmay about 2 years ago

4.0.0-alpha.23 (2022-08-03)

Bug Fixes

  • Add additional operator tests. (ddf8e51)
  • Add buildAuthPlugin tests. (df77f5d)
  • blocks-antd: Remove minHight on Label. (0999baa)
  • build: Add default for catch when try is defined and catch is not. (b1159e1)
  • docs: Add catch to Selector and MultipleSelector block pages. (9777175)
  • docs: correct filePath for ControlledList (c3a2cce)
  • docs: correct link to _secret operator (7124669)
  • docs: Docs V4 compatibilty fixes. (520dce1)
  • docs: Fix typo media to menu. (bccc978)
  • docs: Remove catch from MultipleSelector and Selector block pages. (adf6932)
  • docs: Remove outdated pages and add todos. (ff2c02b)
  • docs: Rename and remove actions pages. (0da95f3)
  • Fix _intl.relativeTimeFormat operator and add tests. (627b970)
  • Fix addUserFieldsToSession when using auth adapter. (850ee69)
  • Fix handling of null values in _array and _object operators. (1333f43)
  • operators-js: Fix intl operator tests. (841bbe6)
  • operators-moment: Change tests to run on UTC timezone. (f8db062)
  • Revert image url (714ce8c)

Features

  • Add _intl operator. (fbf4b14)
  • Add _object.entries and _object.fromEntries operator methods. (499b726)
  • Add Next-Auth MongoDB adapter. (bdffb86)
  • Add support for auth adapters in build and servers. (5ae6e2b)
  • Add support for Next-Auth adapters. (337dbf4)
  • docs: Add examples to Lowdefy App Schema concept page. (f27f7dd)
  • docs: Add examples to References and Templates concept page. (cbe8690)
  • docs: Add Menu concept page. (5dfc51e)
  • docs: Add payload to Connections and Requests concept page. (4f9bff6)
  • docs: Add References and Templates concept page. (874bc37)
  • docs: Add roles example to Menus concept page. (54c13df)
  • docs: Change pages example on Lowdefy App Schema concept page. (1d17867)
  • docs: Format changes to Blocks concept page. (4713be6)
  • docs: General improvements to Events and Actions concept page. (182ffc2)
  • docs: General improvements to the Secrets concept page. (1121edb)
  • docs: Small changes in Blocks concept page. (588e4aa)
  • docs: Small changes to Connections and Requests concept page. (7c13734)
  • docs: Small format changes to Lowdefy App Schema concept page. (8bf7f78)
  • docs: Update blocks concept page. (3e6a9b2)
  • docs: Update Connections and Requests concept page. (879891e)
  • docs: Update Lowdefy App Schema concept page. (7cd587e)
  • Implement appendHead and appendBody in v4. (ba7ef7d), closes #1047
  • Implement appendHead and appendBody. (d9ae2ee)
  • operators-moment: Add moment operators. (bf82067)
lowdefy - v4.0.0-alpha.22

Published by Gervwyk over 2 years ago

lowdefy - v4.0.0-alpha.21

Published by Gervwyk over 2 years ago

What's Changed

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