# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.1.0"></a>
# [2.1.0](https://github.com/alexsasharegan/vue-layout/compare/v2.0.0...v2.1.0) (2018-12-13)


### Bug Fixes

* handle missing slot edge cases ([1e281b7](https://github.com/alexsasharegan/vue-layout/commit/1e281b7))
* handle naming collision ([d90f637](https://github.com/alexsasharegan/vue-layout/commit/d90f637)), closes [#1](https://github.com/alexsasharegan/vue-layout/issues/1)


### Features

* update matchMedia to use new api or fallback ([7d7aef4](https://github.com/alexsasharegan/vue-layout/commit/7d7aef4))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/alexsasharegan/vue-layout/compare/v1.1.2...v2.0.0) (2018-02-04)


### Code Refactoring

* improve file structure ([00595c6](https://github.com/alexsasharegan/vue-layout/commit/00595c6))


### BREAKING CHANGES

* moved the bootstrap 4 default breakpoint map



<a name="1.1.2"></a>
## [1.1.2](https://github.com/alexsasharegan/vue-layout/compare/v1.1.1...v1.1.2) (2018-02-04)


### Bug Fixes

* remove obj spread to avoid transpiled helper funcs ([c880ef0](https://github.com/alexsasharegan/vue-layout/commit/c880ef0))



<a name="1.1.1"></a>
## [1.1.1](https://github.com/alexsasharegan/vue-layout/compare/v1.1.0...v1.1.1) (2018-02-04)



<a name="1.1.0"></a>
# 1.1.0 (2018-02-04)


### Features

* adding some logic for stylesheets and id's ([44434f8](https://github.com/alexsasharegan/vue-layout/commit/44434f8))
* media query logic for matchMedia ([5626ed9](https://github.com/alexsasharegan/vue-layout/commit/5626ed9))
* webpack build setup ([71b73d3](https://github.com/alexsasharegan/vue-layout/commit/71b73d3))
* **breakpoint:** breakpoint build ([619301a](https://github.com/alexsasharegan/vue-layout/commit/619301a))
* **component:** breakpoint comp up and running ([b3fa16a](https://github.com/alexsasharegan/vue-layout/commit/b3fa16a))
