# Changelog

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.

### [0.1.6](https://github.com/ktquez/vue-social-chat/compare/v0.1.5...v0.1.6) (2020-12-02)

### [0.1.5](https://github.com/ktquez/vue-social-chat/compare/v0.1.4...v0.1.5) (2020-07-30)


### Features

* Using @vue-a11y/focus-loop to trap focus in social popup ([f2dbd51](https://github.com/ktquez/vue-social-chat/commit/f2dbd5138cbbcafdaf8bbf9b5541bacc00e669c9))

### [0.1.4](https://github.com/ktquez/vue-social-chat/compare/v0.1.3...v0.1.4) (2020-06-25)


### Bug Fixes

* Using string in aria-expanded attribute ([cb7ecf5](https://github.com/ktquez/vue-social-chat/commit/cb7ecf5c839a62beb38956da3f888dcafc91e7d4))

### [0.1.3](https://github.com/ktquez/vue-social-chat/compare/v0.1.2...v0.1.3) (2020-06-25)


### Bug Fixes

* Make aria-expanded dynamic ([3e43380](https://github.com/ktquez/vue-social-chat/commit/3e43380863bd4bc164dad522d50592335027e724))

### [0.1.2](https://github.com/ktquez/vue-social-chat/compare/v0.1.1...v0.1.2) (2020-06-25)

### [0.1.1](https://github.com/ktquez/vue-social-chat/compare/v0.1.0...v0.1.1) (2020-06-25)


### Bug Fixes

* Add text-align: left when dir=ltr ([b4529ff](https://github.com/ktquez/vue-social-chat/commit/b4529ff670a2f35dc0a4926dd8da65025f86fd25))

## [0.1.0](https://github.com/ktquez/vue-social-chat/compare/v0.0.1...v0.1.0) (2020-06-24)


### Features

* Add logo app in avatar ([94b0ff3](https://github.com/ktquez/vue-social-chat/commit/94b0ff3267b33a3c3787eb0056c4e6594fcb55f0))
* Add prop "open" in slot icon ([fc57fb3](https://github.com/ktquez/vue-social-chat/commit/fc57fb3ee9df5e80bd27895ca69e6588dabde0a6))
* Close popup when click outside and keydown Escape ([8c194f3](https://github.com/ktquez/vue-social-chat/commit/8c194f3827727b67b13221848e21c3c1d864e431))
* Custom href link by chat app ([608c9ca](https://github.com/ktquez/vue-social-chat/commit/608c9ca3fe20f7f6f6fb0875b6a3980e35c0b1e8))
* Event popup status (open nd close) ([aa8deab](https://github.com/ktquez/vue-social-chat/commit/aa8deab7f70338f8054be08394f5729fca7e0cea))
* Popup box animation ([485498b](https://github.com/ktquez/vue-social-chat/commit/485498b782a4fe5e5a4750abbf56a98852d0a3e1))
* Support text direction ([8f49b25](https://github.com/ktquez/vue-social-chat/commit/8f49b2534c821b3d328f2d22a94e9a68e3cc3979))


### Bug Fixes

* Change slot name from icon to button ([821ff4d](https://github.com/ktquez/vue-social-chat/commit/821ff4d2dc99cc803bf9ece4a75466b5b7bbcfbe))
* Get logo by property app in attendant ([fd65e8f](https://github.com/ktquez/vue-social-chat/commit/fd65e8f8749ee782fdf0ce9ca360bc8e0f5a00cb))
* Prop icon false as default ([97f251a](https://github.com/ktquez/vue-social-chat/commit/97f251a3a4f4ad826524d375e41b9aaab8ad54f8))
* removeEventListeners also in beforeDestroy hook ([a570d3b](https://github.com/ktquez/vue-social-chat/commit/a570d3bbe02574a9483b02eb2f506aeaf45cfaf9))
* Show close icon when popup open ([1fd25b4](https://github.com/ktquez/vue-social-chat/commit/1fd25b4c90dfa5612d98d46b7566b6b8a588d3fa))
* Use v-show in vsc-popup-box ([67d0c85](https://github.com/ktquez/vue-social-chat/commit/67d0c855b74efdee0848a71b91af71bcdbd3ce46))
* Using cdn github to svg icons ([b241124](https://github.com/ktquez/vue-social-chat/commit/b241124cacdfc16d004e11d0384cbd0aa481f0b3))
* z-index and other styles in SocialChat component ([6a430b4](https://github.com/ktquez/vue-social-chat/commit/6a430b4a0b258bb25c4cc85891c473ea5cd705e0))
* **style:** Max-height in popup-body ([682b840](https://github.com/ktquez/vue-social-chat/commit/682b840430afd7624bd6ee8d41deed4923b619c8))
