Skip to content

Commit

Permalink
feat: doc 128 support (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrichards authored Apr 22, 2020
1 parent d3ffadb commit 384590c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dirty-garlics-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sketch-hq/sketch-file-format': patch
---

Support document version 128
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ document version and the Sketch Mac app.
| ----------------------- | ----------------------- | ------------------ |
| `1.*.*` | `119` | Sketch 55.2 - 57.1 |
| `2.*.*` | `120` | Sketch 58 |
| `3.*.*` | `121 - 127` | Sketch 59 - 64 |
| `3.*.*` | `121 - 128` | Sketch 59 - 65 |

## Related projects

Expand Down
2 changes: 2 additions & 0 deletions schema/abstract-document.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: object
optional:
- layerSymbols
- embeddedFontReferences
- autoEmbedFonts
properties:
_class: { const: document }
do_objectID: { $ref: ./utils/uuid.schema.yaml }
Expand All @@ -25,3 +26,4 @@ properties:
embeddedFontReferences:
type: array
items: { $ref: ./objects/embedded-font-ref.schema.yaml }
autoEmbedFonts: { type: boolean }
1 change: 1 addition & 0 deletions schema/meta.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ properties:
- 125
- 126
- 127
- 128
fonts:
type: array
items: { type: string }
Expand Down

0 comments on commit 384590c

Please sign in to comment.