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

V2.0 #272

Open
wants to merge 37 commits into
base: develop
Choose a base branch
from
Open

V2.0 #272

Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b292240
Reorganized some things and started leverging grunt and whatnot
jakiestfu Mar 8, 2014
211273f
Commiting first build and some jshint settings updates
jakiestfu Mar 8, 2014
dfb87ca
Fixing demos
jakiestfu Mar 8, 2014
2394f31
Split files up. Kinda sloppy right now but I will make it better soon
jakiestfu Mar 8, 2014
12213c0
Updates
jakiestfu Mar 8, 2014
f3d27e4
Fixes
jakiestfu Mar 8, 2014
fceacd8
Added beginnings of tests
jakiestfu Mar 8, 2014
fbc08f2
Added phantom
jakiestfu Mar 8, 2014
c247479
Make dragging a snap-content view much more performant on mobile, #12…
jakiestfu Mar 8, 2014
a37610c
Fix issues with IE9, #106 (@SalahStudios)
jakiestfu Mar 8, 2014
56afd8d
added option to disable drag on mouse events #80 (@jamuhl)
jakiestfu Mar 8, 2014
c790eb7
Remove 'animating' event, wicked sloppy, non performant
jakiestfu Mar 8, 2014
88e123c
build
jakiestfu Mar 8, 2014
845245c
Documentation
jakiestfu Mar 8, 2014
b1a07c2
Cleaned up some architecture. Source cannot function now unless built…
jakiestfu Mar 8, 2014
28a0243
Fix
jakiestfu Mar 8, 2014
b3a7996
Added CI
jakiestfu Mar 8, 2014
a65c637
Moar
jakiestfu Mar 8, 2014
f3beeff
Moar
jakiestfu Mar 8, 2014
fb75c3c
Finished
jakiestfu Mar 8, 2014
435b250
OCD
jakiestfu Mar 8, 2014
709b181
Added uglify back in
jakiestfu Mar 9, 2014
e0f84b2
updated grunt
jakiestfu Mar 9, 2014
32c739b
Added test coverage with blanket.js.
jayd3e Mar 9, 2014
97e0b9e
Tabs -> spaces
jayd3e Mar 9, 2014
030d6a5
Reverted the addition of _header and _footer. Each file is now wrapp…
jayd3e Mar 9, 2014
95620b0
Created some starter tests to just see how Snap.js can be tested.
jayd3e Mar 9, 2014
f3083f5
Dramatically changed the structure of Snap.js to be more testable.
jayd3e Mar 10, 2014
72b5db4
Have most things ported over to the new architecture.
jayd3e Mar 10, 2014
6541db7
Uncommented blanket.js
jayd3e Mar 10, 2014
3c4a657
Made some style changes, and removed a lot of meaningless tests. Moc…
jayd3e Mar 10, 2014
e4359e8
Added multi demo
jakiestfu Mar 11, 2014
7827ac4
Restructured again and got instances working properly
jakiestfu Mar 13, 2014
4772b33
Added sane animation callbacks
jakiestfu Mar 13, 2014
156cdf5
Misc improvements
jakiestfu Mar 13, 2014
1904c12
Now using bower.json
kennethkalmer Apr 28, 2014
15c77da
Merge pull request #193 from kennethkalmer/v2.0
jakiestfu Jun 18, 2014
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
Prev Previous commit
Next Next commit
OCD
  • Loading branch information
jakiestfu committed Mar 8, 2014
commit 435b250dd31f568e868bb647017895a31f8364fc
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ language: node_js
node_js:
- "0.10"


script: "./scripts/runTests.sh"