Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knuch committed Aug 10, 2018
1 parent 43727cb commit 13e8ebd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epfl-elements",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"main": "index.html",
"repository": {
Expand Down

0 comments on commit 13e8ebd

Please sign in to comment.