Releases: andreasonny83/online-board
Releases · andreasonny83/online-board
v1.14.0
1.13.5 (2017-06-08)
Features
- floating sticky note: Implementing a floating-sticky-note to add new notes avoiding repetitions.
(980b6fe)
v1.13.5
1.13.5 (2017-06-08)
Chores
- angular2-cookie-law: angular2-cookie-law updated to version 1.3.0 with expiration time support to avoid showing the cookie bar every time a new browser session is triggered.
(95e8ea9)
v1.13.4
1.13.4 (2017-06-06)
Features
- board-page.component: Moved the editable post-it on top. (2da11d8)
Bug Fixes
- firebase.service: Email addresses not recognised correctly. (53e1c9b), closes #25
v1.13.3
1.13.3 (2017-06-06)
Bug Fixes
- Karma: Fixing 'import package.json' issue with Karma during integration tests. (be8f038)
v1.13.2
1.13.2 (2017-06-06)
Bug Fixes
- login.component.spec.ts: fixing failing integration tests. (9778b0d)
v1.13.1
1.13.1 (2017-06-05)
Refactoring
- firebase.service: Firebase.service improved to be initialised using a custom email API url. (7c57609)
v1.13.0
1.13.0 (2017-06-05)
Chore
- Board column title: Replacing column titles with taking action. (f4411a6)
v1.12.0
1.12.0 (2017-06-04)
Features
- board-page.component: Add feature for deleting personal posts. If the user trying to delete the post is not the author, it won't be possible to proceed with the deletion. (c2ac5d0)
Refactoring
- firebase: Firebase database rules stored under
database.rules.json
and automatically deployed during automatic deployment process with TravisCI. (85056be)
v1.11.1
1.11.1 (2017-06-04)
Bug Fixes
- header-menu.component.ts: TSLint error fixed. (3ead690)
header-menu.component.ts[90, 9]: Identifier 'posts' is never reassigned; use 'const' instead of 'let'.
header-menu.component.ts[97, 14]: Identifier 'key' is never reassigned; use 'const' instead of 'let'.
v1.11.0
1.11.0 (2017-06-01)
Refactor
-
board-page.component: better animations.
Animations improved and refactored board-page.component.ts
(bff05f3)
-
header-menu.component: header-menu.component.ts refactored.
avoid repetitons, more interfaces defined, faster logic for generating markdown documents.
(a2c779e)