Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
97 lines (61 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

97 lines (61 loc) · 3.03 KB

Changelog

v1.9.1

27-October-2016

  • Fix comment delete button PR48
  • Remove app not found console error PR49

v1.9.0

20-October-2016

  • Show comments for public apps without logging in PR46

v1.8.0

17-October-2016

  • Add border-radius for comment form PR44

v1.7.2

18-October-2016

  • Add a loading icon for loading comments for the first time. PR43
  • 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
  • Add the user to the local cache when adding a comment. #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
  • Set the protected field to true. PR30

v1.5.1

12-October-2016

Fix a regression in the latest master. PR33

v1.5.0

12-October-2016

Add comment delete feature PR23

v1.4.0

12-October-2016

Add a cache invalidation system. PR28

v1.3.0

11-October-2016

Add markdown support. PR24

v1.2.0

11-October-2016

Add multiline comment support. PR22

v1.1.1

Fix user info bug and remove unused files

  • Remove unused local addon-db files PR19
  • Update storybook dev dependency to auto export repo info PR20
  • Fix getUserInfo error by correcting method name PR21

v1.1.0

Add some usability improvements.

  • Change login links to Storybook Hub. PR12
  • Remove full date text. PR13
  • Increase font size a bit. PR14
  • Implement a local comments cache. PR16

v1.0.0

  • First stable release