Skip to content

Releases: andreasonny83/online-board

v1.1.2

22 May 15:56
Compare
Choose a tag to compare

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

21 May 23:27
Compare
Choose a tag to compare

1.1.1 (2017-05-21)

Bug Fixes

  • footer.component: Fixing footer to the bottom. (0529cd7)

v1.1.0

21 May 16:52
Compare
Choose a tag to compare

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)

v1.0.0

21 May 15:23
Compare
Choose a tag to compare

1.0.0 (2017-05-21)

v0.9.0

21 May 15:23
Compare
Choose a tag to compare

0.9.0 (2017-05-21)

Features

  • Cookie policy: Display a cookie policy banner. (ee41b3b), closes #9

v0.8.0

21 May 15:07
Compare
Choose a tag to compare

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

20 May 18:59
Compare
Choose a tag to compare

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

20 May 14:24
Compare
Choose a tag to compare

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

  • webpack: Generate external styles.css using extract-text-webpack-plugin. (5e1877f)

  • Angular 4.1.3: Angular version upgraded to 4.1.3 (5e1877f)

v0.5.0

20 May 12:04
Compare
Choose a tag to compare

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

19 May 23:34
Compare
Choose a tag to compare

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