8000 Releases · lowdefy/lowdefy · GitHub
[go: up one dir, main page]

Skip to content

Releases: lowdefy/lowdefy

v4.5.2

10 Nov 14:51
ed504dd

Choose a tag to compare

Patch Changes

  • d573e8f: Add guard to prevent TypeError in icon formatTitle.

v4.5.1

03 Nov 10:05
3295fd1

Choose a tag to compare

Patch Changes

  • 51f7f9d: Use uuid instead of crypto.randomUUID(), update uuid to v13.

v4.5.0

20 Oct 08:24
e1c4936

Choose a tag to compare

Minor Changes

  • 16084c1: Adds Lowdefy APIs. Lowdefy APIs allow you to create custom server-side API endpoints within your Lowdefy application. See https://docs.lowdefy.com/lowdefy-api for more info.
  • abc90f3: Change to Apache 2.0 license for all packages. All license checks and restrictions have been removed.
  • 09ae496: Add JSONata operator.
  • d6c58fe: Add minItems property to ControlledList block.
  • b3a2e66: Add afterOpenChange and afterClose events to Drawer block.
  • d9512d9: Refactor build to create individual block instances.
  • d9512d9: Add hybrid block type to extend block functionality.
  • 4f610de: Allow custom icon titles and format the icon name if a title is not specified.

Patch Changes

  • fe3676c: Add missing events to S3Upload block schemas.

v4.4.0

06 Dec 15:23
1ecedb5

Choose a tag to compare

Minor Changes

  • bcfbb1a: Add autoClearSearchValue property to MultipleSelector block.
  • 156fa7f: Add urlQuery filter to the nunjucks operator.
  • 1a81e10: Update echarts dependecy to 5.5.1

Patch Changes

  • a491106: Fix spawnProcess options on Windows

v4.3.0

31 Jul 15:05
0c39a17

Choose a tag to compare

Minor Changes

  • fe1347f: Init VSCode extension with syntax highlighting for yaml.

Patch Changes

  • fe1347f: VSCode extension to read activeAppRoot from local dev server for clickable _ref links.

v4.2.2

17 Jul 06:44
aa1bfa0

Choose a tag to compare

Patch Changes

  • e4ec435: Fix undefined property access in PhoneNumberInput component
  • 50af1e8: Add MongoDbBulkWrite to MongoDBCollection requests.

v4.2.1

04 Jul 15:06
cc8e2ca

Choose a tag to compare

Minor Changes

  • 143c83e: Add request type MongoDBBulkWrite to the MongoDB connection.
  • 95663d1: Add unique filter to _nunjucks operator.

Patch Changes

  • 47d8559: Move layoutParamsToArea into Area component.
  • 47d8559: Remove highlightBorders from layout.

v4.1.0

22 Apr 12:52
924c589

Choose a tag to compare

Features

  • Add the SetFocus action that sets focus on a specified HTML element.
  • Add Popover and TreeSelector blocks.
  • Added fields property to AwsS3PresignedPostPolicy. Useful for setting Content-Type etc.
  • Add singleFile and maxCount to S3UploadPhoto and S3UploadButton blocks.
  • Added S3UploadDragger and S3Download blocks.
  • Add a property called responseTime to the request object to measure response times of requests.

Bug Fixes

  • Bug fix for Pagination block initial pageSize value.
  • Add type property to TextInput to set HTML5 input types.
  • Fix Pagination block skip state value. The skip value is now calculated from current and pageSize values if block value is changed using SetState.
  • Refactored S3UploadPhoto and S3UploadButton.

v4.0.2

28 Feb 13:42
7d6412c

Choose a tag to compare

Features

  • Add style property to Modal.
  • Add showCount property to TextInput.
  • Add notFoundContent and loadingPlaceholder properties to Selector and MultipleSelector.
  • Add onPaste property to Box.

Bug Fixes

  • Bug fix on Breadcrumb.
  • Bug fix on Pagination block.

v4.0.1

16 Jan 12:45
fc9b73c

Choose a tag to compare

4.0.1

Patch Changes

  • Fix build issue on release.
0