Skip to content

Releases: andreasonny83/online-board

v1.10.1

03 Jun 09:09
Compare
Choose a tag to compare

1.10.1 (2017-06-01)

Bug Fixes

  • rxjs/subscription: Cannot find module 'rxjs/subscription'. during Webpack compilation fixed. (500298c)

v1.10.0

01 Jun 15:48
Compare
Choose a tag to compare

1.10.0 (2017-06-01)

Features

  • Drag-n-drop: Enable drag-and-drop support to move the sticky notes around the board. (c1cb348) closes #6

  • Invite collaborator: Invite collaborator extracted into a separate dialog. (f4555a6)

  • Header menu: Header drop-down menu improved with invite-collaborator and download items.

Refactor

  • core: Major code refactoring. (7a982d5)

v1.9.0

31 May 13:26
Compare
Choose a tag to compare

1.9.0 (2017-05-31)

Refactor

  • Board-list component: Board-list component extracted into a dedicated component. (8c71acf)

  • Major refactoring: Major refactoring around the FirebaseService and board-page.component. (86c1abf) (67e482c) (7a982d5)

v1.8.1

30 May 11:32
Compare
Choose a tag to compare

1.8.1 (2017-05-30)

Features

  • Edit posts: Add ability to edit posts on a board. (cd69436) PR18

Bug Fixes

v1.7.0

28 May 17:49
Compare
Choose a tag to compare

1.7.0 (2017-05-28)

Features

  • Animations: Animations between pages. (d7bbded)

  • Loading spinners: Loading spinners everywhere while waiting for a server response. (da0575d)

v1.6.0

27 May 14:38
Compare
Choose a tag to compare

1.6.0 (2017-05-27)

CI

  • Automated unit and End-to-End tests using TravisCI and CircleCI. (c94c38b)

  • Code coverage: Introduced code coverage with Coveralls. (c94c38b), PR #17

v1.5.0

23 May 17:01
Compare
Choose a tag to compare

1.5.0 (2017-05-23)

Bug Fixes

  • footer.component: The main footer is rendered only when the user is signed in where it should be always visible. (6a35690), closes #13

v1.4.0

23 May 15:57
Compare
Choose a tag to compare

1.4.0 (2017-05-23)

Features

  • Continuos integration: Integrate TravisCI for running TSLinters, unit and E2E tests. (8b67fc5), closes #15

  • Continuos deployment: Integrate continuos deployment to Firebase using TravisCI. (afbd5ae), closes #16

v1.2.1

23 May 09:20
Compare
Choose a tag to compare

1.2.1 (2017-05-23)

Bug Fixes

  • Forgotten password: ADismissing the forgotten password dialog, displays a "email sent" notification. (1f7b453), closes #12

v1.2.0

22 May 17:14
Compare
Choose a tag to compare

1.2.0 (2017-05-22)

Features

  • Forgotten password: Display a forgotten password link in the login page for resetting the user password when forgotten. (93e451c), closes #11