Skip to content

Latest commit

 

History

History
214 lines (119 loc) · 8 KB

CHANGELOG.md

File metadata and controls

214 lines (119 loc) · 8 KB

1.6.4 (2020-03-27)

Bug Fixes

  • Closes #103 use index to generate key in submenu item (460b0bc)

1.6.3 (2020-02-06)

Bug Fixes

  • cookiewall is full width and infront of content (4348060)
  • gave cookiewall a shadow (86c4826)

1.6.2 (2020-02-05)

Bug Fixes

  • Add cookiewall to header (5e29335)

1.6.1 (2019-12-13)

Bug Fixes

  • add roles to context type (42e3311)

1.6.0 (2019-11-27)

Features

  • make email and username mandatory (c9e631b)

1.5.1 (2019-11-27)

Bug Fixes

  • add email and username to Context (56da620)

1.5.0 (2019-11-18)

Bug Fixes

  • fix prop typings (639a016)
  • getters: check for property on context (08cc6da)

Features

  • add vuex module (b8f7ef0)
  • store: read appVersion from state (6b78f37)

1.4.3 (2019-11-15)

Bug Fixes

1.4.2 (2019-11-13)

Bug Fixes

  • force ts setTimeout definition from window (f647490)

1.4.1 (2019-11-12)

Bug Fixes

  • Allow multiple menu items with same id (74434ce), closes #81
  • show cookie wall if showCookieWall is true (063ca36), closes #84
  • 81: use index instead of plugin-id as key (21a7155)

1.4.0 (2019-10-31)

Features

  • Add event containing context data to PageComponent (0571db9)
  • trigger feat release (149ec3e)
  • trigger release afer release was missed due to failing safari selenium test issue (cdcf283)

1.3.4 (2019-09-26)

Bug Fixes

  • fix: fallback home link (656022e)

1.3.3 (2019-09-26)

Bug Fixes

  • Fix(NavBar): Fix molgenis #8681 , Missing fallback label (df0f61a)

1.3.2 (2019-08-30)

Bug Fixes

  • add hover style to dropdown toggle (f00e00a)

1.3.1 (2019-08-29)

Bug Fixes

1.3.0 (2019-08-21)

Features

  • module.ts: added module.ts to expose compiled components (41159ec)

1.2.1 (2019-08-09)

Bug Fixes

1.2.0 (2019-07-19)

Features

1.1.3 (2019-07-19)

Bug Fixes

1.1.2 (2019-05-31)

Bug Fixes

  • components: update components to comply to new menu model (8f12219)
  • href.ts: updated types reference to relative path for building in MOLGENIS (6467b03)
  • menu: Add top menu image to navbar (c56873e), closes molgenis/molgenis#8422
  • NavBar.spec.ts.snap: update with new params property in menu model (fd998f6)
  • package.json: build targets differ from old cli (a0b3137)
  • package.json: update yarn build to postversion step (c215d0b)
  • semantic-deps: add plugins for auto release (9c15c7d)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.1]

Fixed

  • #52 Errors in console when not logged in

[1.0.0]

Added

  • Sticky header that includes header image and navbar

Changed

  • Toplogo image is removed from navbar ( now in header)

Breaking

  • Footer component css positioning is removed, footer is now sticky ( via molgenis sticky-footer.css and the .footer class)

[0.5.2]

Changed

  • Be more lenient when checking for line wrap on navbar ( work around for ie issue in molgenis) molgenis/molgenis#8486

[0.5.1]

Fixed

  • #46 Logo above menu bar does not work on small screen

[0.5.0] - 2019-03-18

Added

  • Footer component

[0.4.0] - 2019-01-24

Added

  • Cookiewall component

[0.3.0] - 2019-01-23

Added

  • Dynamic (via js) menu collapse breakpoints (hamburger menu).

Removed

Changed

  • Larger logo height, set via css on HTML class

Fixed

  • #29 fix active menu item not getting active class

[0.2.0] - 2019-01-11

Added

  • Submenu item styling

[0.1.3] - 2019-01-08

Fixed

  • Brand image not showing due to js naming error

[0.1.2] - 2019-01-07

Added

  • Intitial menu setup using vue cli-3, and bootstrap