Releases: andreasonny83/online-board
Releases · andreasonny83/online-board
v1.10.1
1.10.1 (2017-06-01)
Bug Fixes
- rxjs/subscription:
Cannot find module 'rxjs/subscription'.
during Webpack compilation fixed. (500298c)
v1.10.0
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
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
1.8.1 (2017-05-30)
Features
- Edit posts: Add ability to edit posts on a board. (cd69436) PR18
Bug Fixes
v1.7.0
1.7.0 (2017-05-28)
Features
v1.6.0
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
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
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
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
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