Skip to content

Instantly share code, notes, and snippets.

@zethussuen
Created February 16, 2015 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zethussuen/af0ceae31782c764a5fb to your computer and use it in GitHub Desktop.
Save zethussuen/af0ceae31782c764a5fb to your computer and use it in GitHub Desktop.
Sketch 3.3 Beta Changelog
NEW FEATURES
Unreliable corporate network? You can now connect to Sketch Mirror by typing an IP address directly
Documents now hold their own gradient and color presets as well as the global presets
You can now type things like 100% in the width or height fields to make the layer take the full width or height of the parent container or artboard
Symbols will now have opacity, blending and shadow independently from each other
ENHANCEMENTS
Frequently used colors have moved to the Color Preview box and they will now also show you how often they've been used and where
Mask-With-Shape enhanced to detect when you probably want to use an Alpha mask. Also no longer disables fills
When entering the new width/height of a layer you can add the M (middle), R (right) or B (bottom) suffix to indicate which edge of the layer should remain fixed
Text alignment has been made recursive; you can select a group and align all text layers inside easily
Outlining Strokes has been improved significantly
Text Layers now have locked proportions after converting to outlines
'Make Grid' now only optionally fills missing cells with duplicated layers
Edit › Scale now gives you a live preview
Copy-Pasting a style now also transfers the arrow types across
When two objects snap to each other, their distance is now always shown
Resize handles no longer disappear when a shape is being rotated
Better curve smoothing in the Pencil Tool
Shared Styles now also include the arrow on line ends
When changing a symbol instance to a new Symbol, Sketch is now smarter about preserving ignores text between the two
PDF and EPS can once again be exported to multiple resolutions
When closing the popover in text edit mode, you can now immediately continue typing in the text layer
Updated Artboard Presets to include the latest iOS screen sizes
INTERFACE
Fixes a bug where Tabbing around the color inspector wouldn't go in the expected order
Fill and Border options can now be accessed through the menu (Layer › Style)
The View menu has been reorganised and simplified
BUG FIXES
Inserting an image via drag-drop now places it at the correct location in the layer hierarchy
Fixes a bug where Sketch could crash when creating a symbol from Shape Paths
Flattening bitmaps no longer flattens them to 2x resolution by default
Fixes a bug where shapes with subpaths wouldn't recalculate their bounds when their boolean ops changes
Opening an image in Sketch no longer adds the automatic slice
Fixes a bug where flattening bitmaps on a retina screen might have them jump by a pixel
The indicators for the width and height when drawing a new shape have moved
When resizing layers, the width and height is now drawn next to the mouse at all times
Layer Alignment has been improved to snap independently of axis
Fixes a bug where the Edit -> Scale sheet would not recognise the most recent input
Fixes a bug where the line height field wouldn't accept decimal numbers
Fixes a bug where a Star's radius could go beyond 100%
The export preview is now properly centered in the inspector
Magic Wand now properly supports varying DPI images
Smart guides no longer pick up measures for locked layers
A Star’s radius now just increments by 1% increments instead of 10%
Fixes a bug where disabled borders on text layers would show the trash can in the wrong location
Fixes a bug where setting corner radius on individual points wouldn't be restricted to integer values
Fixes a bug where when drawing a closed path using the Pencil tool the path could disappear or be cut in half
Fixes a bug where a layout grid's values could be set to invalid values
Edit › Select-All when layer interaction is disabled now selects all slices, also in subgroups
Fixes an Undo issue when setting Text Lists
Fixes confusing undo labels when editing text
Fixes a bug where images with blending+bitmap effects would not be rendered properly
Scissors tool now works correctly when multiple subpaths are involved too
Fixes a bug where an outer path might leak a fill
Fixes a bug where duplicated symbols would take the name from the group's name, not the previous symbol
OTHER
You can now customize the arrow nudge distance (used for moving and keyboard-resizing) by using two hidden preferences, nudgeDistanceSmall and nudgeDistanceBig.
// Example: this sets Arrow distance to 2 pixels, and Shift+Arrow to 8 pixels
defaults write com.bohemiancoding.sketch3 nudgeDistanceSmall -float 2.0
defaults write com.bohemiancoding.sketch3 nudgeDistanceBig -float 8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment