Skip to content

Commit

Permalink
add release notes for 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Oct 23, 2017
1 parent fac2cd9 commit 1d4cf5a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [15.0.1] - 2017-10-23

### Fixed

- header: fix subtitle white space wrap and overflow
- expansion panel: remove extra div

## [15.0.0] - 2017-10-06

## Changed
### Changed

- transpile code in `es/` folder to make `create-react-app` `npm run build` work
- use `react-transition-group` for snackbar to be able to remove from DOM when invisible. fixes overflow scroll in safari.
- use unitless value for `line-height` in `base.css` to fix box sizing issues

## Added
### Added

- add new component expansion panel

Expand Down

0 comments on commit 1d4cf5a

Please sign in to comment.