Releases: andreasonny83/online-board
Releases · andreasonny83/online-board
v1.1.2
1.1.2 (2017-05-22)
Bug Fixes
- UI bug: An horizontal scrollbar is present on mobile devices whrn the "back" button is present in the header panel.
The version number is not displaying in the footer are.
Some ui bugs around the footer component on mobile devices. (62293da), closes #10
v1.1.1
1.1.1 (2017-05-21)
Bug Fixes
- footer.component: Fixing footer to the bottom. (0529cd7)
v1.1.0
1.1.0 (2017-05-21)
Features
- Footer: Render a footer at the end of the page with some useful information about the website. (bb33dd6)
v0.9.0
0.9.0 (2017-05-21)
Features
- Cookie policy: Display a cookie policy banner. (ee41b3b), closes #9
v0.8.0
0.8.0 (2017-05-21)
Features
-
PWA support part 1/2: ProgressiveWebApplication support. Provide a manifes.json
.(39e587f), closes #7
-
PWA support part 2/2: Service worker to allow PWA to be installed on mobile devices and work-offline support. (39e587f), closes #8
v0.7.0
0.7.0 (2017-05-20)
Features
- Responsive layout: The app layout should be developed with mobile-first in mind. Make sure to upgrade all the existing components to follow this guideline. (3589b58), closes #4
v0.6.0
0.6.0 (2017-05-20)
Features
- splash-screen: Display a splash screen / loading bar to replace the loading... text while the Angular app is bootstrapping. (cd9d4ff), closes #3
Refactoring
v0.5.0
0.5.0 (2017-05-20)
Bug Fixes
- board-page.component: Invite collaborators button.
Display a loading spinner while waiting for a server response from the invite collaborators form. (0f65f98), closes #1
v0.4.1
0.4.1 (2017-05-19)
Bug Fixes
- board-page.component: Wrong url in collaborators email.
The url pointing to the board url is missing the domain name. (61ac59d), closes #2