Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka <diosmosis@users.noreply.github.com>2017-09-11 16:07:37 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-09-11 16:07:37 +0300
commit1092e4d7290333591f0f9beead6580a1424bc99f (patch)
tree5637e6dae005d1f68eae3dd7deaba7b87c522f89 /libs/bower_components/angular-animate/.bower.json
parentc7bea894a7cbb0d70f9c22f5197123935f392475 (diff)
Updating Angular to version 1.6 (#11857)
* Update angular to 1.6 and ngDialog to 1.3. * Remove broken Function.bind polyfill from kartograph that clashes w/ angular 1.6. * $http.method().success/error functions do not exist in angular 1.6, just use standard promise interface. * Maintain empty hash prefix for existing Piwik links. See https://docs.angularjs.org/guide/migration#commit-aa077e8 for more info. * Make sure radio setting values match availableValue values exactly. Angular 1.6 uses strict equals when matching ng-value values w/ ng-model values, and the available values for boolean radio settings is always '0' or '1'. So we have to make sure the field value is '0'/'1'. * Feedback form UI test code to remove piwik version string selected wrong element. * Update expected screenshots (minor changes + unexplained default SMS provider change).
Diffstat (limited to 'libs/bower_components/angular-animate/.bower.json')
-rw-r--r--libs/bower_components/angular-animate/.bower.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/bower_components/angular-animate/.bower.json b/libs/bower_components/angular-animate/.bower.json
index 7e3aa310c7..ffa7da2619 100644
--- a/libs/bower_components/angular-animate/.bower.json
+++ b/libs/bower_components/angular-animate/.bower.json
@@ -1,20 +1,20 @@
{
"name": "angular-animate",
- "version": "1.4.10",
+ "version": "1.6.5",
"license": "MIT",
"main": "./angular-animate.js",
"ignore": [],
"dependencies": {
- "angular": "1.4.10"
+ "angular": "1.6.5"
},
"homepage": "https://github.com/angular/bower-angular-animate",
- "_release": "1.4.10",
+ "_release": "1.6.5",
"_resolution": {
"type": "version",
- "tag": "v1.4.10",
- "commit": "c6575375d3dae35c98b5ad384978612fe33ee8e2"
+ "tag": "v1.6.5",
+ "commit": "c51985f49b0a158175efbeaf775fd8373cbbf45e"
},
"_source": "https://github.com/angular/bower-angular-animate.git",
- "_target": "~1.4.0",
+ "_target": "~1.6.0",
"_originalSource": "angular-animate"
} \ No newline at end of file