Skip to content

Releases: Codelessly/CodelesslyAPI

1.7.0

07 May 20:47
Compare
Choose a tag to compare
  • Teams v1 support.

1.6.0

04 Apr 16:10
Compare
Choose a tag to compare
v1.6.0 Release

- Initial CloudUI support for Layout Groups.
  - Display different layouts for different screen sizes.

1.5.0

27 Mar 03:50
Compare
Choose a tag to compare
  • Fix text node not allowing actions.

1.4.0

06 Mar 05:02
Compare
Choose a tag to compare
  • New StyleSheets support! Define common color and text styles.
  • Update GridView childAlignment property. Minor refactor.
  • Improve Edge Pins.
    • Fix edge pins not being saved.
    • Clamp edge pins to positive values in wrapping parent layouts.

1.3.0

06 Mar 05:01
Compare
Choose a tag to compare
  • Remove Montserrat font.

1.2.0

18 Feb 23:02
Compare
Choose a tag to compare
  • Implement isTrue and isFalse operators for conditions.
  • Refactor operator filtering to use index if available.

1.1.0

04 Feb 20:48
Compare
Choose a tag to compare
  • New AutoComplete support for Variables.
  • Fix disable automatic padding from Frames with strokes.

1.0.0

23 Jan 15:58
Compare
Choose a tag to compare
  • Official v1 release!
  • Update triggers types.
  • Fix integer functions crashing with NaN and infinite values.

0.8.0

26 Dec 16:17
Compare
Choose a tag to compare
v0.8.0 Release

- Codelessly Data support. Save and write data to Codelessly Cloud.
- New GridView widget.
- Codelessly Data Query Filters support. Sort and filter data.
- Variable improvements.
  - Include 'set' and 'replace' operations for list operations.
  - Add new ${value} predefined variable to expose internal node data. TextFields only for now.
  - Track internal value with new NodeProvider InheritedWidget per-widget.
- TextField improvements.
  - Add support for actions on prefix and suffix icons on text fields.
  - Fix set operation on map not showing input field.
  - Implement proper TextFieldModel minimum size computation.
  - Add support for TextInputType.numberWithOptions.
- JSON improvements.
  - Fix json variable controller highlighting.
  - Fix json syntax highlighting for storage operations.
  - Fix focus nodes for json variable input fields.
- List improvements.
  - Add insertAll option for list operations
  - Refactor insert list operation to use json input field.
- Add copy-paste and shortcuts support for actions.
- Add support for non-blocking actions.
- Implement option to enable/disable action.
- Add firebase queries support for grid view.
- Add support for number operations.

0.7.3

16 Nov 18:40
Compare
Choose a tag to compare
v0.7.3 Release

- Migrate Variables and Conditions to use permissions model.
- TextField Improvements
  - Fix shrink-wrapping conflict with expands property.
  - Fix text field model not calculating text field height properly for shrink-wrapping.
  - Allow min lines and max lines input fields to clear.
  - Fix shrink-wrap height calculation being affected by isDense property.