Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.74 KB

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.4.1][] - 2023-02-17

  • fix: fixed a bug with maintenance mode hover/focus states on menu items

[1.4.0][] - 2022-12-13

  • feat: support maintenance mode in layout.json
  • feat: added sample maintenance mode layout.json (uportal-maint-test-layout.json)

1.1.0 - 2022-01-14

Features

  • feat(api): remove layout.json; fix gradle error; reorder travis jobs for non-blocking failures - #40

1.0.0 - 2019-06-20

Features

  • feat: updated background color of context menu
  • feat: added support for rendering widgets
  • feat: added css vars, added mouseleave
  • feat: updated submenu with content
  • feat: initial commit
    • context-menu-navigation web component ported from the Apereo navigation portlet project

Fixes

  • fix: added handlebars to transpileDependencies
  • fix: fixed css ref to variable
  • fix: fixed merge conflict
  • fix: removed css variables
  • fix: fixed build processes
  • fix: updated package-lock.json
  • fix: merge conflict
  • fix: fixed height and other styles

Chores

  • chore: fixed lint issues, updated README