|
| 1 | +<a name="1.0.0"></a> |
| 2 | +# [1.0.0](https://github.com/isaacplmann/ngx-contextmenu) (2017-03-31) |
| 3 | + |
| 4 | + |
| 5 | +### BREAKING CHANGES |
| 6 | + |
| 7 | +* **position:** Context menu is injected on the root app element to avoid having to compensate for css positioning |
| 8 | +* **dependencies:** Depends on Angular 4+ |
| 9 | +* **template:** Use ng-template instead of template |
| 10 | +* **declarative:** No imperative way of declaring context menus. i.e. can't passing `actions` into `contextMenuService.show.next({})` |
| 11 | + |
| 12 | + |
| 13 | +<a name="0.8.1"></a> |
| 14 | +# [0.8.1](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.8.0...v0.8.1) (2017-02-28) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **position:** Default to 100x100 size if menuElement is undefined |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +<a name="0.8.0"></a> |
| 24 | +# [0.8.0](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.7.7...v0.8.0) (2017-02-27) |
| 25 | + |
| 26 | + |
| 27 | +### Features |
| 28 | + |
| 29 | +* **passive:** Add a passive menuitem that will not close the menu when clicked |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +<a name="0.7.7"></a> |
| 34 | +# [0.7.7](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.7.6...v0.7.7) (2017-02-10) |
| 35 | + |
| 36 | + |
| 37 | +### Bug Fixes |
| 38 | + |
| 39 | +* **position:** Use getComputedStyle to calculate offsetParent style |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +<a name="0.7.6"></a> |
| 44 | +# [0.7.6](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.7.5...v0.7.6) (2017-02-06) |
| 45 | + |
| 46 | + |
| 47 | +### Bug Fixes |
| 48 | + |
| 49 | +* **position:** Don't offset context menu when inside fixed positioned element |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +<a name="0.7.5"></a> |
| 54 | +# [0.7.5](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.7.4...v0.7.5) (2017-02-01) |
| 55 | + |
| 56 | + |
| 57 | +### Bug Fixes |
| 58 | + |
| 59 | +* **position:** Don't offset context menu when inside absolute positioned element |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +<a name="0.7.4"></a> |
| 64 | +# [0.7.4](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.7.3...v0.7.4) (2017-01-30) |
| 65 | + |
| 66 | + |
| 67 | +### Bug Fixes |
| 68 | + |
| 69 | +* **position:** Recover when context menu offsetParent is undefined |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | +<a name="0.7.3"></a> |
| 74 | +# [0.7.3](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.7.1...v0.7.3) (2017-01-27) |
| 75 | + |
| 76 | + |
| 77 | +### Bug Fixes |
| 78 | + |
| 79 | +* **position:** Position contextmenu when parent element has 3d transform |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +<a name="0.7.2"></a> |
| 84 | +# 0.7.2 (2017-01-27) |
| 85 | + |
| 86 | +### Bad build - ignore |
| 87 | + |
| 88 | + |
| 89 | +<a name="0.7.1"></a> |
| 90 | +# [0.7.1](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.7.0...v0.7.1) (2017-01-18) |
| 91 | + |
| 92 | + |
| 93 | +### Bug Fixes |
| 94 | + |
| 95 | +* **closing:** Close context menu with esc key in Safari |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | +<a name="0.7.0"></a> |
| 100 | +# [0.7.0](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.6.0...v0.7.0) (2017-01-05) |
| 101 | + |
| 102 | + |
| 103 | +### Features |
| 104 | + |
| 105 | +* **dividers:** Add appropriate divider class for bootstrap 4 |
| 106 | +* **position:** Position context menu to the left or above the mouse location, if the menu goes outside the body element |
| 107 | +* **closing:** Hide the context menu on escape keydown or window scroll events |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | +<a name="0.6.0"></a> |
| 112 | +# [0.6.0](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.5.3...v0.6.0) (2016-12-08) |
| 113 | + |
| 114 | + |
| 115 | +### Features |
| 116 | + |
| 117 | +* **dividers:** Add the ability to create dividers in the context menu ([c050ae5](https://github.com/isaacplmann/angular2-contextmenu/commit/c050ae5)) |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | +<a name="0.5.3"></a> |
| 122 | +## [0.5.3](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.5.2...v0.5.3) (2016-12-02) |
| 123 | + |
| 124 | + |
| 125 | +### Bug Fixes |
| 126 | + |
| 127 | +* **styles:** Remove invisible context menu items from the DOM instead of using [hidden] attribute ([1a7121e](https://github.com/isaacplmann/angular2-contextmenu/commit/1a7121e)) |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | +<a name="0.5.1"></a> |
| 132 | +# [0.5.1](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.4.1...v0.5.1) (2016-10-20) |
| 133 | +- Add `forRoot` function to globally set `useBootstrap4` |
| 134 | + |
| 135 | + |
| 136 | +<a name="0.4.1"></a> |
| 137 | +## [0.4.1](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.5...v0.4.1) (2016-10-12) |
| 138 | +- Fix bug `[enabled]` as a function not blocking execution |
| 139 | + |
| 140 | + |
| 141 | +<a name="0.4.0"></a> |
| 142 | +# [0.4.0](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.5...v0.4.0) (2016-10-11) |
| 143 | +- `[contextMenu]` and `[contextMenuSubject]` to automate wiring up the context menu |
| 144 | +- `[visible]` and `[enabled]` can be booleans or functions |
| 145 | +- Can have multiple context menus per component |
| 146 | + |
| 147 | + |
| 148 | +<a name="0.2.1"></a> |
| 149 | +## [0.2.1](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.5...v0.2.1) (2016-09-12) |
| 150 | +- Fix type definition for `ContextMenuService` to make `actions` optional |
| 151 | + |
| 152 | + |
| 153 | +<a name="0.2.0"></a> |
| 154 | +# [0.2.0](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.5...v0.2.0) (2016-09-12) |
| 155 | +- Add `ContextMenuItemComponent` for declarative configuration |
| 156 | + |
| 157 | + |
| 158 | +<a name="0.1.11"></a> |
| 159 | +## [0.1.11](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.5...v0.1.11) (2016-07-28) |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | +<a name="0.1.10"></a> |
| 164 | +## [0.1.10](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.5...v0.1.10) (2016-07-28) |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | +<a name="0.1.10"></a> |
| 169 | +## [0.1.10](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.5...v0.1.10) (2016-07-26) |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | +<a name="0.1.5"></a> |
| 174 | +## [0.1.5](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.4...v0.1.5) (2016-05-25) |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | +<a name="0.1.4"></a> |
| 179 | +## [0.1.4](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.3...v0.1.4) (2016-05-25) |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | +<a name="0.1.3"></a> |
| 184 | +## [0.1.3](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.2...v0.1.3) (2016-05-25) |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | +<a name="0.1.2"></a> |
| 189 | +## [0.1.2](https://github.com/isaacplmann/angular2-contextmenu/compare/v0.1.1...v0.1.2) (2016-05-25) |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | +<a name="0.1.1"></a> |
| 194 | +## 0.1.1 (2016-05-25) |
| 195 | + |
| 196 | + |
| 197 | + |
0 commit comments