Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
chore(release): Release v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 30, 2015
1 parent 1d4baaa commit fb68e71
Show file tree
Hide file tree
Showing 68 changed files with 2,116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion assets/angular-gantt-bounds-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-dependencies-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-drawtask-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-groups-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-labels-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-movable-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-overlap-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-plugins.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-progress-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-resizeSensor-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-sortable-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-table-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-tooltips-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt-tree-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/angular-gantt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-gantt",
"version": "1.2.9",
"version": "1.2.10",
"homepage": "https://www.angular-gantt.com",
"authors": [
"Marco Schweighauser",
Expand Down
2 changes: 1 addition & 1 deletion demo/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-gantt-demo",
"version": "1.2.9",
"version": "1.2.10",
"homepage": "https://www.angular-gantt.com",
"authors": [
"Marco Schweighauser",
Expand Down
4 changes: 2 additions & 2 deletions demo/dist/scripts/vendor.js
Expand Up @@ -39026,7 +39026,7 @@ angular.module('ngAnimate', ['ng'])
})();

/*
Project: angular-gantt v1.2.9 - Gantt chart component for AngularJS
Project: angular-gantt v1.2.10 - Gantt chart component for AngularJS
Authors: Marco Schweighauser, Rémi Alvergnat
License: MIT
Homepage: https://www.angular-gantt.com
Expand Down Expand Up @@ -44459,7 +44459,7 @@ angular.module('gantt.templates', []).run(['$templateCache', function($templateC

//# sourceMappingURL=angular-gantt.js.map
/*
Project: angular-gantt v1.2.9 - Gantt chart component for AngularJS
Project: angular-gantt v1.2.10 - Gantt chart component for AngularJS
Authors: Marco Schweighauser, Rémi Alvergnat
License: MIT
Homepage: https://www.angular-gantt.com
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-gantt-demo",
"version": "1.2.9",
"version": "1.2.10",
"description": "Gantt chart component for AngularJS - Demo",
"author": "Marco Schweighauser",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-gantt-bounds-plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-gantt-bounds-plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions dist/angular-gantt-dependencies-plugin.css
@@ -0,0 +1,69 @@
.gantt .gantt-body-dependencies {
position: absolute;
height: 100%;
width: 100%;
}

.gantt .gantt-endpoint.jsplumb-endpoint-anchor {
z-index: 20; /* z-index must be higher than tasks z-index */
overflow: hidden;
}

.gantt .gantt-endpoint.fallback-endpoint.jsplumb-endpoint-anchor {
z-index: auto;
overflow: hidden;
}

.gantt .gantt-endpoint-overlay.fallback-endpoint {
height: 4px;
width: 40px;
top: -2px;
}

.gantt .gantt-endpoint-overlay.start-endpoint.fallback-endpoint {
left: -45px;
background-image:-webkit-linear-gradient(left, rgba(255,255,255,0), #456);
background-image:linear-gradient(to right, rgba(255,255,255,0), #456);
}

.gantt .gantt-endpoint-overlay.end-endpoint.fallback-endpoint {
left: -5px;
background-image:-webkit-linear-gradient(right, rgba(255,255,255,0), #456);
background-image:linear-gradient(to left, rgba(255,255,255,0), #456);
}

.gantt .jsplumb-overlay {
z-index: 20;
}

.gantt .gantt-endpoint-overlay {
position: absolute;
}

.gantt .gantt-endpoint-overlay.arrow-right {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid black;
}

.gantt .gantt-endpoint-overlay.arrow-right.start-endpoint {
top: -5px;
left: -11px;
border-left-color: rgb(64, 64, 160); /* blue */
}

.gantt .gantt-endpoint-overlay.arrow-right.end-endpoint {
top: -5px;
left: 6px;
border-left-color: rgb(64, 160, 64); /* green */
}

.gantt .gantt-endpoint.source-endpoint svg * {
fill: rgb(64, 160, 64); /* green */
}

.gantt .gantt-endpoint.target-endpoint svg * {
fill: rgb(64, 64, 160); /* blue */
}

0 comments on commit fb68e71

Please sign in to comment.