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

Commit 3cf0575

Browse files
authored
Merge pull request #371 from ovh-ux/master
Sync master to develop
2 parents fca2123 + 08044db commit 3cf0575

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.25.1"></a>
2+
## [2.25.1](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.25.0...v2.25.1) (2019-03-04)
3+
4+
5+
### Bug Fixes
6+
7+
* **oui-slideshow:** fix removed attribute theme ([82ccf3e](https://github.com/ovh-ux/ovh-ui-angular/commit/82ccf3e))
8+
9+
10+
111
<a name="2.25.0"></a>
212
# [2.25.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.24.3...v2.25.0) (2019-03-01)
313

dist/oui-angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/oui-angular.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A set of maintainable components for the OVH ecosystem (Angular).",
44
"license": "BSD-3-Clause",
55
"author": "OVH SAS",
6-
"version": "2.25.0",
6+
"version": "2.25.1",
77
"keywords": [
88
"angular"
99
],

packages/oui-slideshow/src/slideshow.component.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ export default {
66
controller,
77
transclude: true,
88
bindings: {
9-
onDismiss: "&",
9+
theme: "@?",
1010
loading: "<?",
1111
loop: "<?",
12+
onDismiss: "&",
1213
onPanelChange: "&"
1314
}
1415
};

0 commit comments

Comments
 (0)