Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditions #18

Merged
merged 44 commits into from
Jul 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cad0c9e
skpm
faridsabitov Mar 18, 2019
7972ab6
added ability to add symbols from the library
faridsabitov Mar 19, 2019
dc77c0e
addded ability to pass condition ID
faridsabitov Mar 19, 2019
46ee7c2
Added symbol on the arrows. Need to place it in the right way
faridsabitov Mar 19, 2019
b6bba63
added symbol centering
faridsabitov Mar 19, 2019
41f2ee7
refactoring
faridsabitov Mar 20, 2019
074ebe1
refactoring
faridsabitov Mar 31, 2019
88b6e5e
refactoring
faridsabitov Apr 1, 2019
5227aa0
refactoring
faridsabitov Apr 1, 2019
c144a81
fixed the problem
faridsabitov Apr 1, 2019
68d5b05
refactoring
faridsabitov Apr 1, 2019
c83ed39
fixes
faridsabitov Apr 4, 2019
ca3a455
still refactoring
faridsabitov Apr 4, 2019
cb58f55
trying to fix groups for conditions
faridsabitov Apr 5, 2019
26a35ef
conditions are redrawing right now
faridsabitov Apr 8, 2019
a6090d6
testing everything, have problem with updating layers
faridsabitov Apr 8, 2019
480205d
trying to fix the problem
faridsabitov Apr 8, 2019
69144b7
fixed problem with type
faridsabitov Apr 11, 2019
2af70e5
fixes
faridsabitov Apr 13, 2019
527de1b
fixes
faridsabitov Apr 15, 2019
0b0a35a
added live redraw
faridsabitov May 28, 2019
22c9982
updates
faridsabitov Jul 4, 2019
6e9b993
removed settings
faridsabitov Jul 4, 2019
ff76e50
separated draw script
faridsabitov Jul 4, 2019
af7c847
separated create arrow
faridsabitov Jul 4, 2019
319ff79
refactoring update flow (broken version)
faridsabitov Jul 4, 2019
d951f92
updating the "update" flow (not working code)
faridsabitov Jul 5, 2019
d6acfa0
refactoring modules
faridsabitov Jul 5, 2019
f8e23ae
updated all modules
faridsabitov Jul 5, 2019
7d934eb
preparing
faridsabitov Jul 6, 2019
04db0a5
fixed problem with data
faridsabitov Jul 6, 2019
5a4a2d1
fixed problem with multiple selection updates
faridsabitov Jul 7, 2019
e9443d3
fixed problem with wrong condition position
faridsabitov Jul 7, 2019
f04d467
fixed problem with updating conditions
faridsabitov Jul 7, 2019
f6abbf5
couldn't fix problem with group position
faridsabitov Jul 7, 2019
93390d1
working on live reload
faridsabitov Jul 8, 2019
2c42221
auto update is working but not fully tested
faridsabitov Jul 11, 2019
69f87f5
fixed conditions redraw
faridsabitov Jul 11, 2019
acf7267
fixed settings
faridsabitov Jul 11, 2019
3f3e81d
added ability to turn off the redraw feature in settings
faridsabitov Jul 22, 2019
05f4fe1
removed update and delete for now
faridsabitov Jul 31, 2019
bbb30ec
Publish 3.0.0 release :rocket:
faridsabitov Jul 31, 2019
bb960de
Update .appcast with new tag :sparkles:
faridsabitov Jul 31, 2019
5418783
skpm
faridsabitov Jul 31, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .appcast.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<item>
<enclosure url="https://github.com/faridsabitov/Sketch-Connection-Flow-Arrows/releases/download/v3.0.0/arrows.sketchplugin.zip" sparkle:version="3.0.0"/>
</item>
<item>
<enclosure url="https://github.com/faridsabitov/Sketch-Connection-Flow-Arrows/releases/download/v2.7.1/arrows.sketchplugin.zip" sparkle:version="2.7.1"/>
</item>
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"type": "node",
"request": "launch",
"name": "Sketch Plugin",
"program": "${workspaceFolder}/--run"
"name": "Sketch Arrows Plugin",
"program": "${workspaceFolder}/src/script.js"
}
]
}
49 changes: 49 additions & 0 deletions arrows.sketchplugin/Contents/Sketch/autoUpdate.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions arrows.sketchplugin/Contents/Sketch/autoUpdate.js.map

Large diffs are not rendered by default.

Loading