anima-yocto-touch
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -28,1 +28,5 @@ # History | ||
+ 修复兼容一个ios4引起的滚动bug | ||
## 1.0.5 | ||
+ 升级依赖包 |
@@ -1,3 +0,5 @@ | ||
var $ = require('anima-yocto-lite'); | ||
var $ = Yocto = require('anima-yocto-core'); | ||
require('anima-yocto-event'); | ||
require('./src/gestureManager'); | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "anima-yocto-touch", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "the touch from yocto", | ||
@@ -24,3 +24,4 @@ "keywords": [], | ||
"dependencies": { | ||
"anima-yocto-lite": "1.1.1" | ||
"anima-yocto-core": "1.1.0", | ||
"anima-yocto-event": "1.0.2" | ||
}, | ||
@@ -27,0 +28,0 @@ "devDependencies": { |
@@ -1,3 +0,5 @@ | ||
var $ = Yocto = require('anima-yocto-lite'); | ||
var $ = Yocto = require('anima-yocto-core'); | ||
require('anima-yocto-event'); | ||
Gesture = { | ||
@@ -4,0 +6,0 @@ init: function(name){ |
@@ -1,3 +0,5 @@ | ||
var $ = require('anima-yocto-lite'); | ||
var $ = Yocto = require('anima-yocto-core'); | ||
require('anima-yocto-event'); | ||
require('./gestureManager'); | ||
@@ -4,0 +6,0 @@ |
var expect = require('spm-expect.js'); | ||
var $ = require('anima-yocto-lite'); | ||
var $ = require('anima-yocto-core'); | ||
require('../index-debug') | ||
require('anima-yocto-event'); | ||
require('../index') | ||
$('<style>.container{position:relative;}.tap{width:100px;height:100px;position:absolute;left:1;top:1;}.click{width:200px;height:200px;text-align:right;}.red{background:red;}.blue{background:blue;}.normaltap{width:100px;height:100px;}</style>').appendTo('head') | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22828
491
2
+ Addedanima-yocto-core@1.1.0
+ Addedanima-yocto-event@1.0.2
- Removedanima-yocto-lite@1.1.1
- Removedanima-yocto-lite@1.1.1(transitive)