@ecl/ec-component-gallery
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -6,7 +6,17 @@ # Change Log | ||
<a name="1.7.0"></a> | ||
# 1.7.0 (2019-07-23) | ||
<a name="1.8.0"></a> | ||
# 1.8.0 (2019-08-29) | ||
### Bug Fixes | ||
* **carousel:** prevent image cropping - INNO-1423 ([#1244](https://github.com/ec-europa/europa-component-library/issues/1244)) ([52a5b2e](https://github.com/ec-europa/europa-component-library/commit/52a5b2e)) | ||
<a name="1.10.0"></a> | ||
# 1.10.0 (2019-07-23) | ||
<a name="1.9.0"></a> | ||
@@ -13,0 +23,0 @@ # 1.9.0 (2019-04-25) |
{ | ||
"name": "@ecl/ec-component-gallery", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Shows media in a gallery", | ||
@@ -9,7 +9,7 @@ "style": "ec-component-gallery.scss", | ||
"dependencies": { | ||
"@ecl/ec-base": "^1.1.0", | ||
"@ecl/ec-layout-grid": "^1.1.0", | ||
"@ecl/ec-style-icon": "^1.6.0", | ||
"@ecl/ec-style-image": "^1.2.0", | ||
"@ecl/generic-component-gallery": "^1.5.0" | ||
"@ecl/ec-base": "^1.2.0", | ||
"@ecl/ec-layout-grid": "^1.2.0", | ||
"@ecl/ec-style-icon": "^1.7.0", | ||
"@ecl/ec-style-image": "^1.3.0", | ||
"@ecl/generic-component-gallery": "^1.6.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "publishConfig": { |
@@ -1,2 +0,2 @@ | ||
# Galleries | ||
# Gallery | ||
@@ -8,12 +8,9 @@ ## When and how to use this component | ||
thumbnails display a caption describing the media item along with a visual icon | ||
to distinguish between video clips, audio clips and images. It should always be | ||
used with the Gallery dialog component, which allows the user to visualize the | ||
media in a bigger size and access additional controls for video and audio | ||
playback. (The Gallery dialog component needs to be enabled). | ||
to distinguish between video clips, audio clips and images. | ||
## When to use this component | ||
* When I want to have a gallery with different media in order to provide the | ||
- When I want to have a gallery with different media in order to provide the | ||
user with more information about a certain topic, complement existing | ||
information. | ||
* In events pages. | ||
- In events pages. |
4388
16
Updated@ecl/ec-base@^1.2.0
Updated@ecl/ec-layout-grid@^1.2.0
Updated@ecl/ec-style-icon@^1.7.0
Updated@ecl/ec-style-image@^1.3.0