Hi friends,
A new release of Subform is available:
OS X: Subform-4430.0.0+fdc8d9e.dmg
Windows: Subform Setup 4430.0.0+fdc8d9e.exe
The focus of this release is code export features. By popular demand, you can now copy CSS styles to the clipboard for any element in Subform—or copy out any element as standalone HTML/CSS.
Additionally, Subform now generates a folder of exported code automatically, everywhen you save. The folder contains the structure and properties of your entire Subform file, which makes it possible to diff changes in version tracking systems like Git. When handing off modifications to developers, this helps illuminate exactly which properties have been changed.
For more details, spend 4 minutes checking out the demo video:
Since the last release:
Changes
- Opening an element context menu (right click menu) now selects that element. This matches the behavior of Sketch/Photoshop and avoids confusing situations where the context menu refers to an element that’s different than the selected one.
Enhancements
-
Added HTML/CSS copy-to-clipboard, which includes both style and static layout CSS.
-
Added CSS style copy-to-clipboard, which includes styles for the full subtree of the selected element.
-
Subform automatically exports code for use with version tracking software / developer handoff (see video above).
-
Clicking on an input field now selects the entire contents of the field, making it easier to edit values quickly. Thanks @drew.mckinney for the suggestion!
-
The “reveal in tree” command has been added to the toplevel application menu, in addition to the element context menu.
-
A “stretch” preset has been added to the quick alignment presets in the self-directed and stack cross-axis controls; this preset is handy for setting an element to be full size, rather than having to type “0 1s 0”.
Fixes
-
Images now re-render immediately when they’re relinked.
-
Duplicating an element now increments the z-index of the duplicate rather than copying it.