Open rodionovd opened 8 months ago
I just pulled these into my fork as well, but note that the version and compatibility data in the manifest wasn't updated.
- "version": "2.5.2",
+ "version": "2.5.3",
- "compatibleVersion": "42",
+ "compatibleVersion": "99.5",
Made a few changes to make it work on Sketch 99 and the upcoming 100 (currently in beta):
MSLayer.absoluteRect
is no longer available, but could be re-implemented viaMSLayer.convertRect:toCoordinateSpace:
.Resolves #10