## Changelog

### v1.9.1
27-October-2016

* Fix comment delete button [PR48](https://github.com/kadirahq/storybook-addon-comments/pull/48)
* Remove app not found console error [PR49](https://github.com/kadirahq/storybook-addon-comments/pull/49)

### v1.9.0
20-October-2016

* Show comments for public apps without logging in [PR46](https://github.com/kadirahq/storybook-addon-comments/pull/46)

### v1.8.0
17-October-2016

* Add border-radius for comment form [PR44](https://github.com/kadirahq/storybook-addon-comments/pull/44)

### v1.7.2
18-October-2016

* Add a loading icon for loading comments for the first time. [PR43](https://github.com/kadirahq/storybook-addon-comments/pull/43)
* Fix some minor bugs.

### v1.7.1
18-October-2016

Load comments just after we found the current user.
This fixes the issue of not loading comments for the current story just after reloaded.

### v1.7.0
14-October-2016

Improve console errors and signIn process when the user is loggedOut.

### v1.7.0
14-October-2016

* Add a confirm box when deleting components. [#38](https://github.com/kadirahq/storybook-addon-comments/pull/38)
* Add the user to the local cache when adding a comment. [#40](https://github.com/kadirahq/storybook-addon-comments/pull/40)

### v1.6.1
12-October-2016

Move a few packages from dev-deps to deps.

### v1.6.0
12-October-2016

* Implement a better workflow for local users [PR31](https://github.com/kadirahq/storybook-addon-comments/pull/31)
* Set the protected field to true. [PR30](https://github.com/kadirahq/storybook-addon-comments/pull/30)

### v1.5.1
12-October-2016

Fix a regression in the latest master. [PR33](https://github.com/kadirahq/storybook-addon-comments/pull/33)

### v1.5.0
12-October-2016

Add comment delete feature [PR23](https://github.com/kadirahq/storybook-addon-comments/pull/23)

### v1.4.0
12-October-2016

Add a cache invalidation system. [PR28](https://github.com/kadirahq/storybook-addon-comments/pull/28)

### v1.3.0
11-October-2016

Add markdown support. [PR24](https://github.com/kadirahq/storybook-addon-comments/pull/24)

### v1.2.0
11-October-2016

Add multiline comment support. [PR22](https://github.com/kadirahq/storybook-addon-comments/pull/22)

### v1.1.1

Fix user info bug and remove unused files

* Remove unused local addon-db files [PR19](https://github.com/kadirahq/storybook-addon-comments/pull/19)
* Update storybook dev dependency to auto export repo info [PR20](https://github.com/kadirahq/storybook-addon-comments/pull/20)
* Fix getUserInfo error by correcting method name [PR21](https://github.com/kadirahq/storybook-addon-comments/pull/21)

### v1.1.0

Add some usability improvements.

* Change login links to Storybook Hub. [PR12](https://github.com/kadirahq/storybook-addon-comments/pull/12)
* Remove full date text. [PR13](https://github.com/kadirahq/storybook-addon-comments/pull/13)
* Increase font size a bit. [PR14](https://github.com/kadirahq/storybook-addon-comments/pull/14)
* Implement a local comments cache. [PR16](https://github.com/kadirahq/storybook-addon-comments/pull/16)

### v1.0.0

* First stable release
