-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c042c6
commit c491034
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
Canvas Snippets - ChangeLog | ||
Author: Adi <[email protected]> | ||
Website: https://github.com/skadimoolam/Canvas-Snippets | ||
|
||
v1.1.3 | ||
1.CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet | ||
2.Organized all Snippets in Folders and added a snippet_map.txt to easily identify where a snippet file is. | ||
3.Added Math.ceil() Snippet | ||
4.Added Math.floor() Snippet | ||
5.Added Math.round() Snippet | ||
6.Added Math.min() Snippet | ||
7.Added Math.max() Snippet | ||
1. CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet | ||
|
||
2. Organized all Snippets in Folders and added a snippet_map.txt. | ||
|
||
3. New Snippets: | ||
Math.ceil() - cil + TAB | ||
Math.floor() - flr + TAB | ||
Math.round() - round + TAB | ||
Math.min() - min + TAB | ||
Math.max() - max + TAB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,5 @@ | |
</dict> | ||
</array> | ||
</dict> | ||
<key>uuid</key> | ||
<string>0ef292cd-943a-4fb0-b43d-65959c5e6b06</string> | ||
</dict> | ||
</plist> |