Releases: Codelessly/CodelesslyAPI
Releases · Codelessly/CodelesslyAPI
1.7.0
- Teams v1 support.
1.6.0
v1.6.0 Release - Initial CloudUI support for Layout Groups. - Display different layouts for different screen sizes.
1.5.0
- Fix text node not allowing actions.
1.4.0
- 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
- Remove Montserrat font.
1.2.0
- Implement isTrue and isFalse operators for conditions.
- Refactor operator filtering to use index if available.
1.1.0
- New AutoComplete support for Variables.
- Fix disable automatic padding from Frames with strokes.
1.0.0
- Official v1 release!
- Update triggers types.
- Fix integer functions crashing with NaN and infinite values.
0.8.0
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
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.