@sketch-hq/sketch-file-format
Advanced tools
# @sketch-hq/sketch-file-format | ||
## 3.5.0 | ||
### Minor Changes | ||
- 03e3835: Add support for document model version 126 and embedded fonts | ||
## 3.4.4 | ||
@@ -4,0 +10,0 @@ |
@@ -49,3 +49,3 @@ { | ||
"type": "integer", | ||
"enum": [121, 122, 123, 124, 125] | ||
"enum": [121, 122, 123, 124, 125, 126] | ||
}, | ||
@@ -119,3 +119,3 @@ "fonts": { | ||
}, | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@3.4.4/dist/meta.schema.json", | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@3.5.0/dist/meta.schema.json", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
@@ -122,0 +122,0 @@ "definitions": { |
@@ -51,3 +51,3 @@ { | ||
}, | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@3.4.4/dist/user.schema.json", | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@3.5.0/dist/user.schema.json", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
@@ -54,0 +54,0 @@ "definitions": { |
{ | ||
"name": "@sketch-hq/sketch-file-format", | ||
"version": "3.4.4", | ||
"version": "3.5.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -52,3 +52,3 @@ # Sketch File Format | ||
| `2.*.*` | `120` | Sketch 58 | | ||
| `3.*.*` | `121 - 125` | Sketch 59 - 64 | | ||
| `3.*.*` | `121 - 126` | Sketch 59 - 64 | | ||
@@ -55,0 +55,0 @@ ## Related projects |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
445597
1.15%12560
1.18%