diff --git a/CHANGELOG.md b/CHANGELOG.md index 34211940a..bb1aa40d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # CHANGELOG +*1.1.0* (2018-08-10) + - implement Taggable breadcrumb + - implement headlines + - refactor homepage and full-width teaser usage + - use object-fit property for fullwidth teasers + - decrease fullwidth teaser content width + - add fallback grey background for highlights without image + - implement card-deck component + - Create the following pages: + - Association homepage + - Association list + - Basic page + - Blog homepage + - Campus + - Event detail + - Event homepage + - Event list + - Facultés + - Lab homepage + - News detail + - News homepage + - People detail + - People list + - Programs + - Research + - implement nice focus for collapse component + - add close icon for browse button + - document the layout system via a page (Layout demo) + - fix missing tablesaw css + - implement card deck special design with 1 or 2 cards + - visual improvement to hero component + - fine tunng main nav visual + - allow iframe and embed to be full width in container-grid + - implement left highlight + *1.0.0* (2018-07-25) - First release with all the current state diff --git a/VERSION b/VERSION index 3eefcb9dd..9084fa2f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/package.json b/package.json index 48be72159..4c4a26852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epfl-elements", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "main": "index.html", "repository": {