### 6.1.1

- Correct types for some props

### 6.0.0

- Rewrite to Typescript
- Provide d.ts

### 5.1.0

- Add hideHeader option (thx [Banuni](https://github.com/banuni)) https://github.com/DimitryDushkin/sliding-pane/pull/43

### 5.0.0

- Switch dist output to CommonJS module
- Update docs

### 4.1.0

- Update deps
- Merge area fix by [MisterAJ](https://github.com/MisterAJ) https://github.com/DimitryDushkin/sliding-pane/pull/41

### 4.0.0

- Switch Webpack -> Rollup, dist size 2.5 Kb -> 1.5 Kb for ES Modules build.
- Added shouldCloseOnEsc props by @eyaldouwma
- Lil fix by @asliwinski

### 3.1.0

- Prop to allow customizing the close icon by @stanographer

### 3.0.0

Massive libs update. Webpack 4, babel 7.

### 2.1.0

Thanks to @zilahir component now supports openning from the bottom.

### 2.0.1

- Bundle - 2.5 Kb

### 2.0.0

- Updated to react-modal 3.0
- Remove dependency to react-css-transition-group
- Optimize bundle (via webpack 3)
