Skip to content

Latest commit

 

History

History
145 lines (92 loc) · 9.97 KB

CHANGELOG.md

File metadata and controls

145 lines (92 loc) · 9.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

17.0.0 (2024-01-31)

Bug Fixes

  • deps: update @ngneat/spectator to 16.0.0 (5db09d0)
  • deps: update Angular CDK to v17 (1e8fd29)
  • deps: update Angular to v17 (e8661ba)
  • deps: update jasmine to ~5.1.0 (dceb5f2)
  • deps: update rxjs to ~7.8.0 (711e75b)

16.0.0 (2024-01-26)

Bug Fixes

  • correct the value of ngTemplateOutletContext (e6d9685)
  • deps: update @ngneat/spectator to 15.0.1 (88a1713)
  • deps: update Angular CDK to v16 (6987669)
  • deps: update Angular to v16 (7dc17cd)
  • deps: update karma & jasmine (c92215f)

15.0.0 (2024-01-18)

Bug Fixes

  • deps: update @ngneat/spectator to 14.0.0 (0eac2e7)
  • deps: Update Angular CDK to v15 (9fcd00b)
  • deps: update jasmine-core to 4.5.0 (72f329e)
  • deps: Update to Angular 15 (d7b0322)

14.0.0 (2024-01-16)

Bug Fixes

  • deps: remove @types/node from dev dependencies (87d4887)
  • deps: update @angular/cdk to v14 (cecafbe)
  • deps: update @ngneat/spectator to 12.2.1 (09fe89d)
  • deps: update jasmine-core, @types/jasmine to fix peer dependencies (b703662)
  • deps: update karma related packages (321630e)
  • deps: Update to Angular 14 (89b5156)

7.1.0 (2023-12-26)

Features

  • Update to Angular 13

6.1.0 (2021-01-12)

Bug Fixes

  • update repository and author of package.json (f2680bd)
  • demo: Add cdk/overlay style file (79a4f44)

Features

  • Support ContextMenu without Component (8e4d9a7)

6.0.0 (2020-11-22)

Bug Fixes

  • allow angular 8 peer dependency (#159) (7b0989f)
  • bootstrap4: active class set correctly (7e81544)
  • bootstrap4: Show menu with bootstrap 4-beta.2 (8d20734)
  • build: Fix build error (f86d3d5)
  • cd: Force change detection when ContextMenuContent is created (49f1542)
  • close: Actually fire close event (3f64175)
  • close: Unsubscribe when closing context menu (18ad1c0)
  • demo: Static menu works (8313bb5)
  • dependencies: Allow @angular/cdk rc0, rc.1 or rc.2 (f2bbdca)
  • dom: Remove unused overlay containers from the DOM (d4d49bb)
  • execute: Handle errors gracefully during menuItem execution (f586f86)
  • hotkey: ArrowLeft hotkey only active when context menu focused (c76b49e)
  • hotkey: Esc key binding throws error when no context menu visible (36fed2d)
  • hotkey: Hotkeys only active when context menu focused (d189b12)
  • hotkey: Ignore hotkeys when focus is in an editable element (21f4c1e)
  • ie11: Add polyfills to demo for IE11 (7fbae28)
  • position: Add vertical fallback for submenus (624f46a)
  • allow angular 5 peer dependency (cfe141d)
  • firefox: Opens and closes instantly in Firefox (138c2e2)
  • position: Fallback to centering y (b5c8701)
  • Add doctype to index.html (83f6c02)
  • Build with angular 4.x (25a6d1c)
  • Position within viewport instead of body (0122b4b)
  • type definitions: Fix some type definition errors (6f4d07d)

Features

  • Allow angular 7 (d6aab6b)
  • Get hotkeys working (498827e)
  • support backdrop (e8364f7)
  • autoFocus: Autofocus the context menu ul when it opens (30e574b)
  • contextmenu: [disabled] input (33805b7)
  • hotkey: Arrow key navigation (16f9a8d)
  • position: Allow passing an anchorElement to override positioning (f6c5cf2)
  • submenus: Add submenus (a122cf3)
  • version 1.0.0 (49ef5c1)

CHANGELOG

[Unreleased]

[7.0.1] - 2022-02-09

Fixed

  • Fix opening submenu with the keyboard would not always properly position it next to its parent menu

[7.0.0] - 2022-02-07

  • Create tests and add code coverage

7.0.0-alpha.0 - (2022-01-20)

BREAKING CHANGES

  • Dependency: Require Angular 13

[6.0.0] - 2022-02-03

  • Improve README
  • Setup github workflows

[6.0.0-alpha.1] - 2022-02-03

  • Setup the CI

6.0.0-alpha.0 - 2022-01-20