forked from sketch-hq/SketchAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
55 lines (55 loc) · 2.97 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"unreleased": [
"[Fixed] Using 0 as a shadow's value shouldn't fall back to the default",
"[Fixed] Logging an NSArray would print an array of `undefined` instead of the proper items",
"[Fixed] Adding a remote library for the first time will now return the library instead of an error",
"[Fixed] Adding a remote library will also download it right away",
"[Fixed] Printing a missing Library",
"[New] Add support for SharedStyle"
],
"releases": {
"51": [
"[New] Add `path` property to Document",
"[New] Add `lastModifiedAt` property to Library",
"[New] Disable/Enable a Library by setting its `enabled` property",
"[New] Add `buffer`, `os`, `path` and `timers` core modules",
"[New] Add method to add a remote library from an RSS feed",
"[Improved] console.log a wrapped object should be a lot faster on complex files",
"[Fixed] Logging a MOStruct (such as NSRange for example) would error",
"[Fixed] Getting the importable objects from a Library would sometime returns the ones from another library that shares the same id",
"[Fixed] Setting an image override on a symbol instance",
"[Fixed] Saving a document without specifying a path would fail",
"[Fixed] Opening a document without a path would fail",
"[Fixed] Setting the `to` of a gradient would actually change the `from`"
],
"50.1": [
"[Improved] Add `Rectangle.changeBasis` method and deprecate the specific implementations from Layer and Group",
"[Fixed] Add missing wrapper for some libraries"
],
"50": [
"[Fixed] Creating a Rectangle with an Object having an `x` value of `0` now works as expected",
"[New] Add `locked` and `hidden` property on Layer",
"[New] Add `console` core module (accessed with `require('console')`",
"[New] Add `util` core module (accessed with `require('util')`",
"[New] Add `events` core module (accessed with `require('events')`",
"[New] Add `console` global",
"[Fixed] Mutating a frame's Rectangle will change the frame",
"[New] Add support for Libraries",
"[New] Add `save`, `open`, and `close` method on Document",
"[Improved] Add support for style on all the layers",
"[Improved] Add support for Shadows, Inner Shadows, opacity, blur, border options, blending mode, and gradients in Style"
],
"49.1": [
"[New] Add `HotSpot` component",
"[New] Add convinient array methods to Selection",
"[Improved] A Shape is now created with a default rectangle path",
"[Fixed] Add a new Page with `new sketch.Page({ parent: document })`",
"[Fixed] Add `SymbolInstance.setOverrideValue()` method",
"[Fixed] `Artboard.adjustToFit()` now works as expected",
"[Fixed] Setting the stystem font size of a Text now works as expected",
"[Fixed] Exporting a Page now works as expected",
"[Fixed] `Document.getLayersNamed()` now works as expected"
],
"49": ["[New] First release of the new API!"]
}
}