# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2019-04-26

### Added

- TabNavigation and Tab components to easily create tab navigation systems
- TabNavigation and Tab documentation

### Bugfix

- Remove GlobalNotification from automatic doc-gen

## [1.0.1] - 2019-04-16

### Bugfix

- Splits out openIndexes prop from spread to avoid warning and DOM Render of prop in Paper Component (Mike Bondi)

## [1.0.0] - 2019-04-15

### Added

- Master branch / update deployments to come from Master (Eric Stout)
- This changelog! (Eric Stout)
- Theme Spacing now added to ThemeProvider, allowing a proper spacing system (Dillon Morris)
- Transparent Button Styles (Eric Stout)
- Global Notification functionality (Eric Stout)
- "body2" type/variant to the Typography component (Dillon Morris)
- Default border style (Dillon Morris)

### Updated

- Uncenter some doc components that got missed (Eric Stout)
- Expanded and Re-organized documentation (Dillon Morris)
- Include dynamic version number under EUI Logo (Dillon Morris/Eric Stout)
- Set Datetime value to null if no value exists (Eric Stout)
- Accordions closed by default (Eric Stout)
- Accordion caret color updated to match font color (Eric Stout)

### Bugfix

- Fix `FullscreenLoader` file name in git to fix build failures - **BREAKING CHANGE!!!** - (Eric Stout)
- Fix JSS export name to match EUI naming conventions (Eric Stout)

### Chores

- Surpress ESLint warnings by rewriting code (Eric Stout)

[1.0.1]: https://github.com/elm-street-technology/elevate-ui/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/elm-street-technology/elevate-ui/compare/v1.0.0...v0.38.2
