From 78906486a9c15fb795cfce911ebfd2cdf913f06c Mon Sep 17 00:00:00 2001 From: Jonatas Walker Date: Fri, 8 Mar 2024 09:07:59 -0300 Subject: [PATCH] Release 5.4.1 --- CHANGELOG.md | 358 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 3 files changed, 361 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 099f731..f87afaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,359 @@ ### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [5.4.1](https://github.com/jonataswalker/ol-contextmenu/compare/5.4.0...5.4.1) + +- add release-it config [`#280`](https://github.com/jonataswalker/ol-contextmenu/pull/280) + +#### [5.4.0](https://github.com/jonataswalker/ol-contextmenu/compare/5.3.0...5.4.0) + +> 8 March 2024 + +- npm publish [`#279`](https://github.com/jonataswalker/ol-contextmenu/pull/279) +- feat: OpenLayers 9 support [`#278`](https://github.com/jonataswalker/ol-contextmenu/pull/278) +- feat: add support for OpenLayers 9 [`#277`](https://github.com/jonataswalker/ol-contextmenu/issues/277) +- chore: bump all minor/patch dependencies [`6a3b45e`](https://github.com/jonataswalker/ol-contextmenu/commit/6a3b45eb579c05cde01caeed6f3d2704c8a4b718) +- chore: update to vite@v5 [`0750f93`](https://github.com/jonataswalker/ol-contextmenu/commit/0750f932b3155667d0f3a8fa6d3f0554d07ed519) +- chore: update to husky@v9 [`db4cb44`](https://github.com/jonataswalker/ol-contextmenu/commit/db4cb44f1cf4766c710408d80ced5b372347f0a5) + +#### [5.3.0](https://github.com/jonataswalker/ol-contextmenu/compare/5.2.1...5.3.0) + +> 22 September 2023 + +- sync lock [`#274`](https://github.com/jonataswalker/ol-contextmenu/pull/274) +- Bump 5.3.0 [`#273`](https://github.com/jonataswalker/ol-contextmenu/pull/273) +- Avoid bundling ol imports into the final build [`#272`](https://github.com/jonataswalker/ol-contextmenu/pull/272) +- Update to OpenLayers 8.1.0 [`#271`](https://github.com/jonataswalker/ol-contextmenu/pull/271) +- add node 20 to list of approved engines. [`#269`](https://github.com/jonataswalker/ol-contextmenu/pull/269) +- Added ./* to package exports field [`#264`](https://github.com/jonataswalker/ol-contextmenu/pull/264) +- wip: update deps & better types export [`22a1869`](https://github.com/jonataswalker/ol-contextmenu/commit/22a18696ed300b6819c66793b098f956d14e096a) +- Update OpenLayers to 8.1.0 [`662c3ce`](https://github.com/jonataswalker/ol-contextmenu/commit/662c3ce8947227fa0441888a0308dd55fb98c864) +- fix: tests [`b349562`](https://github.com/jonataswalker/ol-contextmenu/commit/b349562754ee978759f890cdaf13db2419226c73) + +#### [5.2.1](https://github.com/jonataswalker/ol-contextmenu/compare/5.1.5...5.2.1) + +> 31 March 2023 + +- fix: single emitter instance [`#262`](https://github.com/jonataswalker/ol-contextmenu/pull/262) +- Remove `browser` field from package.json [`#260`](https://github.com/jonataswalker/ol-contextmenu/pull/260) +- remove field [`a2d2f1a`](https://github.com/jonataswalker/ol-contextmenu/commit/a2d2f1ab4389299e599498240453dc8df969c262) +- bump version [`0e13324`](https://github.com/jonataswalker/ol-contextmenu/commit/0e1332451dae36aabb6945bb442860c3969bc370) + +#### [5.1.5](https://github.com/jonataswalker/ol-contextmenu/compare/5.1.2...5.1.5) + +> 11 March 2023 + +#### [5.1.2](https://github.com/jonataswalker/ol-contextmenu/compare/5.1.1...5.1.2) + +> 13 March 2023 + +- Remove `browser` field from package.json [`#260`](https://github.com/jonataswalker/ol-contextmenu/pull/260) +- bump 5.1.5 [`#259`](https://github.com/jonataswalker/ol-contextmenu/pull/259) +- fix: container positioning [`#258`](https://github.com/jonataswalker/ol-contextmenu/pull/258) +- fix: remove listeners on window unload [`#257`](https://github.com/jonataswalker/ol-contextmenu/pull/257) +- Do not prevent open event [`#256`](https://github.com/jonataswalker/ol-contextmenu/pull/256) +- Added style attribute to exports [`#255`](https://github.com/jonataswalker/ol-contextmenu/pull/255) +- fix: submenu offset [`#247`](https://github.com/jonataswalker/ol-contextmenu/pull/247) +- update deps [`#243`](https://github.com/jonataswalker/ol-contextmenu/pull/243) +- fix: let event happens [`de51558`](https://github.com/jonataswalker/ol-contextmenu/commit/de51558bde5bd1dd5e5948842b7da609fef54739) +- remove field [`a2d2f1a`](https://github.com/jonataswalker/ol-contextmenu/commit/a2d2f1ab4389299e599498240453dc8df969c262) +- fix: tests [`87eabdd`](https://github.com/jonataswalker/ol-contextmenu/commit/87eabddee582464a5bbc32df354a87b5c8640ad5) + +#### [5.1.1](https://github.com/jonataswalker/ol-contextmenu/compare/5.1.0...5.1.1) + +> 12 November 2022 + +- Fixed two issues and re-added 'open' event [`#238`](https://github.com/jonataswalker/ol-contextmenu/pull/238) +- Wait for BEFOREOPEN to complete before openmenu() [`#231`](https://github.com/jonataswalker/ol-contextmenu/pull/231) +- Fixed event types and moved emitter [`c602f66`](https://github.com/jonataswalker/ol-contextmenu/commit/c602f66f203dca1b54bca34dd289a0d9ec2c59eb) +- Improve ContextMenuEvent to extend MapBrowserEvent [`8d7d1ff`](https://github.com/jonataswalker/ol-contextmenu/commit/8d7d1ff1434838cde489d039b4c2b8fd157cfcde) + +#### [5.1.0](https://github.com/jonataswalker/ol-contextmenu/compare/5.0.3...5.1.0) + +> 24 September 2022 + +- feat: add webpack example [`#230`](https://github.com/jonataswalker/ol-contextmenu/pull/230) +- Fix submenu remains clickable while hovering [`#222`](https://github.com/jonataswalker/ol-contextmenu/pull/222) +- bump new version [`c520a09`](https://github.com/jonataswalker/ol-contextmenu/commit/c520a09856b31ab91d2dafd04bdaec9091687ecf) + +#### [5.0.3](https://github.com/jonataswalker/ol-contextmenu/compare/5.0.0...5.0.3) + +> 22 September 2022 + +- fix: add IIFE version & update fiddle [`#228`](https://github.com/jonataswalker/ol-contextmenu/pull/228) +- Create FUNDING.yml [`ed222ec`](https://github.com/jonataswalker/ol-contextmenu/commit/ed222ec1e895f063d405b9a3ac8a091aa664618b) +- Update test.yml [`606bb5e`](https://github.com/jonataswalker/ol-contextmenu/commit/606bb5e1b8043db9322c47a8dea4fceecb303f7f) + +### [5.0.0](https://github.com/jonataswalker/ol-contextmenu/compare/4.1.0...5.0.0) + +> 20 September 2022 + +- Typescript full rewrite [`#219`](https://github.com/jonataswalker/ol-contextmenu/pull/219) +- wip: fix tests [`d5489a6`](https://github.com/jonataswalker/ol-contextmenu/commit/d5489a6dbd43e15a8edbd9b6aa6725b3440aacdd) +- wip: rewrite [`2ecaebe`](https://github.com/jonataswalker/ol-contextmenu/commit/2ecaebe20567c1dda8bffc1af053a6421684970a) +- typescript version [`b5b40a8`](https://github.com/jonataswalker/ol-contextmenu/commit/b5b40a84e1e2abc733f07b3f58c8bee2a5e1c70c) + +#### [4.1.0](https://github.com/jonataswalker/ol-contextmenu/compare/4.0.1...4.1.0) + +> 15 August 2020 + +- Release new version [`#195`](https://github.com/jonataswalker/ol-contextmenu/pull/195) +- Update dependencies [`#190`](https://github.com/jonataswalker/ol-contextmenu/pull/190) +- Close context menu on map move [`#192`](https://github.com/jonataswalker/ol-contextmenu/pull/192) +- Internal: Use correct this_ when checking for open context menu [`#180`](https://github.com/jonataswalker/ol-contextmenu/pull/180) +- Release [`dba60c0`](https://github.com/jonataswalker/ol-contextmenu/commit/dba60c00fc20074793cda77ec7e11b97af4cbc2b) +- Remove listener [`86804cc`](https://github.com/jonataswalker/ol-contextmenu/commit/86804cc02417caf3c971a680c2d6bccb12469311) +- Internal: Use corrent this_ when checking for open context menu [`dce5c15`](https://github.com/jonataswalker/ol-contextmenu/commit/dce5c15ff6a83ca573f1855fe97e33706e4e392c) + +#### [4.0.1](https://github.com/jonataswalker/ol-contextmenu/compare/4.0.0...4.0.1) + +> 27 April 2020 + +- Update Deps and publish [`#183`](https://github.com/jonataswalker/ol-contextmenu/pull/183) +- Stopped click events propagating to map [`#178`](https://github.com/jonataswalker/ol-contextmenu/pull/178) +- Changed click event to pointerdown, stopped propagation [`33fe865`](https://github.com/jonataswalker/ol-contextmenu/commit/33fe865da133d6389fab5df1a462cc92dc708851) +- Stopped click events propogating to map [`b5b5b58`](https://github.com/jonataswalker/ol-contextmenu/commit/b5b5b58c8324a2c09618c29621cc0110facf1538) +- Context Menu: Only listen for pointerdown events when menu is open [`a19b9dd`](https://github.com/jonataswalker/ol-contextmenu/commit/a19b9dd452b742f939673e7f416f0dc8a74f63ca) + +### [4.0.0](https://github.com/jonataswalker/ol-contextmenu/compare/3.3.2...4.0.0) + +> 20 November 2019 + +- Release v4.0.0 [`#173`](https://github.com/jonataswalker/ol-contextmenu/pull/173) +- Update Examples and some editor configs [`#172`](https://github.com/jonataswalker/ol-contextmenu/pull/172) +- Ensure newly created menu is hidden. [`#164`](https://github.com/jonataswalker/ol-contextmenu/pull/164) +- Update Deps [`#171`](https://github.com/jonataswalker/ol-contextmenu/pull/171) +- Update version in lock file. [`2fa876c`](https://github.com/jonataswalker/ol-contextmenu/commit/2fa876c119c2f4b127bde4e250559262d16c2794) + +#### [3.3.2](https://github.com/jonataswalker/ol-contextmenu/compare/3.3.1...3.3.2) + +> 27 June 2019 + +- Update dependencies [`#167`](https://github.com/jonataswalker/ol-contextmenu/pull/167) +- setItemListener fires only first time [`#166`](https://github.com/jonataswalker/ol-contextmenu/pull/166) +- dist [`bfa23fc`](https://github.com/jonataswalker/ol-contextmenu/commit/bfa23fc4425ad9afba0e5f577850dd1c13116a26) +- Delete ol-contextmenu-debug.js [`540197c`](https://github.com/jonataswalker/ol-contextmenu/commit/540197c065506559de82ba2c9c01de22de0e55bd) +- Delete ol-contextmenu.css [`814cee2`](https://github.com/jonataswalker/ol-contextmenu/commit/814cee21568111b369fd22cdfe4052bffed5233e) + +#### [3.3.1](https://github.com/jonataswalker/ol-contextmenu/compare/3.3.0...3.3.1) + +> 27 February 2019 + +- Release v3.3.1 [`#163`](https://github.com/jonataswalker/ol-contextmenu/pull/163) +- Fix of the #151 issue, close context menu [`#156`](https://github.com/jonataswalker/ol-contextmenu/pull/156) +- Created a flag to block double click on context menu items [`#153`](https://github.com/jonataswalker/ol-contextmenu/pull/153) +- Change Travis dist [`#162`](https://github.com/jonataswalker/ol-contextmenu/pull/162) +- updated example code [`#160`](https://github.com/jonataswalker/ol-contextmenu/pull/160) +- Update deps and change build process [`#161`](https://github.com/jonataswalker/ol-contextmenu/pull/161) +- Update deps [`#152`](https://github.com/jonataswalker/ol-contextmenu/pull/152) +- Remove xvfb [`8f1dce9`](https://github.com/jonataswalker/ol-contextmenu/commit/8f1dce92edf24aed47fea1ac5140ae5010e7cbf6) +- Run xvfb [`2fa2924`](https://github.com/jonataswalker/ol-contextmenu/commit/2fa29245dd079b74dbcf370f2822899d77f6f0f8) + +#### [3.3.0](https://github.com/jonataswalker/ol-contextmenu/compare/3.2.0...3.3.0) + +> 28 July 2018 + +- Release v3.3.0 [`#147`](https://github.com/jonataswalker/ol-contextmenu/pull/147) +- Update deps [`#146`](https://github.com/jonataswalker/ol-contextmenu/pull/146) +- Release v2.4.0 [`7bc3181`](https://github.com/jonataswalker/ol-contextmenu/commit/7bc3181c2e43cbf65fab6e6a2c64b36436e79440) + +#### [3.2.0](https://github.com/jonataswalker/ol-contextmenu/compare/3.1.0...3.2.0) + +> 5 April 2018 + +- Release v3.2.0 [`#137`](https://github.com/jonataswalker/ol-contextmenu/pull/137) +- Remove openlayers and add ol [`#136`](https://github.com/jonataswalker/ol-contextmenu/pull/136) +- Update deps [`#135`](https://github.com/jonataswalker/ol-contextmenu/pull/135) + +#### [3.1.0](https://github.com/jonataswalker/ol-contextmenu/compare/3.0.0...3.1.0) + +> 18 November 2017 + +- Release v3.1.0 [`#125`](https://github.com/jonataswalker/ol-contextmenu/pull/125) +- Bring back jsDelivr [`#124`](https://github.com/jonataswalker/ol-contextmenu/pull/124) +- Add countItems method [`#123`](https://github.com/jonataswalker/ol-contextmenu/pull/123) + +### [3.0.0](https://github.com/jonataswalker/ol-contextmenu/compare/2.5.0...3.0.0) + +> 18 November 2017 + +- Rewrite to v3 [`#122`](https://github.com/jonataswalker/ol-contextmenu/pull/122) +- Make Travis happy [`36100f5`](https://github.com/jonataswalker/ol-contextmenu/commit/36100f5dae87b04d1ce61aee84eabea49493f401) + +#### [2.5.0](https://github.com/jonataswalker/ol-contextmenu/compare/2.4.1...2.5.0) + +> 24 February 2017 + +- Release v2.5.0 [`#113`](https://github.com/jonataswalker/ol-contextmenu/pull/113) +- Fix examples [`#111`](https://github.com/jonataswalker/ol-contextmenu/pull/111) +- Use map viewport instead of map element [`#110`](https://github.com/jonataswalker/ol-contextmenu/pull/110) +- Change deprecated ol.animation [`#109`](https://github.com/jonataswalker/ol-contextmenu/pull/109) +- Update dependencies [`#108`](https://github.com/jonataswalker/ol-contextmenu/pull/108) + +#### [2.4.1](https://github.com/jonataswalker/ol-contextmenu/compare/2.4.0...2.4.1) + +> 27 January 2017 + +- Fix bad english `isOpened` [`#104`](https://github.com/jonataswalker/ol-contextmenu/pull/104) +- Update dependencies [`#103`](https://github.com/jonataswalker/ol-contextmenu/pull/103) +- Change build process [`#98`](https://github.com/jonataswalker/ol-contextmenu/pull/98) +- Fix Travis/Yarn [`#93`](https://github.com/jonataswalker/ol-contextmenu/pull/93) +- rollup@0.36.4 breaks build 🚨 [`#86`](https://github.com/jonataswalker/ol-contextmenu/pull/86) +- Add Yarn to Travis CI [`44805e3`](https://github.com/jonataswalker/ol-contextmenu/commit/44805e32d303e40be73b71a76966cdde5349e0d0) +- Fix bad english isOpened [`ee580c7`](https://github.com/jonataswalker/ol-contextmenu/commit/ee580c71ee6bdaada7a1c24421ab2ba91341ad7d) +- Add badges [`82e918b`](https://github.com/jonataswalker/ol-contextmenu/commit/82e918b9f6fafc1ab87afc33c4870386e28b1848) + +#### [2.4.0](https://github.com/jonataswalker/ol-contextmenu/compare/2.3.0...2.4.0) + +> 17 November 2016 + +- Release v2.4.0 [`#85`](https://github.com/jonataswalker/ol-contextmenu/pull/85) +- eslint@3.10.1 breaks build 🚨 [`#82`](https://github.com/jonataswalker/ol-contextmenu/pull/82) +- Added updatePosition [`#81`](https://github.com/jonataswalker/ol-contextmenu/pull/81) +- Try Travis trusty-image [`#77`](https://github.com/jonataswalker/ol-contextmenu/pull/77) +- Fix class instatiation [`8c3c4f9`](https://github.com/jonataswalker/ol-contextmenu/commit/8c3c4f95ce7bd6d2b74fc6f8326fec8b6add3e7c) +- Updated source [`64db4df`](https://github.com/jonataswalker/ol-contextmenu/commit/64db4df39186aebe69d7f68b6fbb6fee62767c92) +- Removed erroneous update to built file. [`fa527b6`](https://github.com/jonataswalker/ol-contextmenu/commit/fa527b64772f7e3a4e5b85ceaec784e9ca202ca7) + +#### [2.3.0](https://github.com/jonataswalker/ol-contextmenu/compare/2.2.4...2.3.0) + +> 6 October 2016 + +- Release v2.3.0 [`#76`](https://github.com/jonataswalker/ol-contextmenu/pull/76) +- Fix submenu position [`#75`](https://github.com/jonataswalker/ol-contextmenu/pull/75) +- Add isOpened method [`#74`](https://github.com/jonataswalker/ol-contextmenu/pull/74) +- Add listening event type [`#73`](https://github.com/jonataswalker/ol-contextmenu/pull/73) +- Update dependencies and satisfy ESlint [`#72`](https://github.com/jonataswalker/ol-contextmenu/pull/72) +- eslint-config-jwalker@1.11.0 breaks build 🚨 [`#69`](https://github.com/jonataswalker/ol-contextmenu/pull/69) +- Update rollup to version 0.36.0 🚀 [`#63`](https://github.com/jonataswalker/ol-contextmenu/pull/63) +- Update rollup-plugin-buble to version 0.14.0 🚀 [`#62`](https://github.com/jonataswalker/ol-contextmenu/pull/62) +- Update rollup to version 0.35.0 🚀 [`#61`](https://github.com/jonataswalker/ol-contextmenu/pull/61) +- Tougher eslint rules [`#60`](https://github.com/jonataswalker/ol-contextmenu/pull/60) +- Update all dependencies 🌴 [`#58`](https://github.com/jonataswalker/ol-contextmenu/pull/58) +- Make ESlint happy [`0713219`](https://github.com/jonataswalker/ol-contextmenu/commit/0713219c81adb5a3ad0af218cf316d86a28c8ee2) +- Add new target and help [`a829faa`](https://github.com/jonataswalker/ol-contextmenu/commit/a829faa3ee52ec14c4b26754954966a8c0e319ce) +- Add timestamp to build && lint [`e587888`](https://github.com/jonataswalker/ol-contextmenu/commit/e587888c8e626ab153da68d4c4790b5c6b1bf07a) + +#### [2.2.4](https://github.com/jonataswalker/ol-contextmenu/compare/2.2.3...2.2.4) + +> 1 September 2016 + +- Fix removing ol.control.Control [`#57`](https://github.com/jonataswalker/ol-contextmenu/pull/57) + +#### [2.2.3](https://github.com/jonataswalker/ol-contextmenu/compare/2.2.2...2.2.3) + +> 17 August 2016 + +- Release v2.2.3 [`#53`](https://github.com/jonataswalker/ol-contextmenu/pull/53) +- Remove internal pub/sub [`#52`](https://github.com/jonataswalker/ol-contextmenu/pull/52) + +#### [2.2.2](https://github.com/jonataswalker/ol-contextmenu/compare/2.2.1...2.2.2) + +> 29 July 2016 + +- Release v2.2.2 [`#46`](https://github.com/jonataswalker/ol-contextmenu/pull/46) +- Update dependencies and example [`#45`](https://github.com/jonataswalker/ol-contextmenu/pull/45) +- Add some more tests [`#41`](https://github.com/jonataswalker/ol-contextmenu/pull/41) +- Remove unused files [`18e76e4`](https://github.com/jonataswalker/ol-contextmenu/commit/18e76e445a17b60f050a96db908665c0db99b4a9) +- Update example [`cf89bc6`](https://github.com/jonataswalker/ol-contextmenu/commit/cf89bc6041043470a787fca7d191ae46c464c14c) +- Update dependencies [`27fdadb`](https://github.com/jonataswalker/ol-contextmenu/commit/27fdadbe67c8087f9b5366bac53b010babca04a1) + +#### [2.2.1](https://github.com/jonataswalker/ol-contextmenu/compare/2.2.0...2.2.1) + +> 30 June 2016 + +- Fix menu placement with no item [`#40`](https://github.com/jonataswalker/ol-contextmenu/pull/40) + +#### [2.2.0](https://github.com/jonataswalker/ol-contextmenu/compare/2.1.0...2.2.0) + +> 22 June 2016 + +- Release v2.2.0 [`#37`](https://github.com/jonataswalker/ol-contextmenu/pull/37) +- Add API `close` method [`#36`](https://github.com/jonataswalker/ol-contextmenu/pull/36) +- Add some more tests [`#34`](https://github.com/jonataswalker/ol-contextmenu/pull/34) +- Add API close method [`adb2f1f`](https://github.com/jonataswalker/ol-contextmenu/commit/adb2f1f69f8ea1210e45ef051dc1107cf5a77832) +- Remove unwanted dir [`332ae64`](https://github.com/jonataswalker/ol-contextmenu/commit/332ae64d5f41171f53c405adae8386fb51f10f9a) + +#### [2.1.0](https://github.com/jonataswalker/ol-contextmenu/compare/2.0.1...2.1.0) + +> 23 May 2016 + +- Release v2.1.0 [`#32`](https://github.com/jonataswalker/ol-contextmenu/pull/32) +- Add `beforeopen` event [`#31`](https://github.com/jonataswalker/ol-contextmenu/pull/31) +- Add enable/disable methods [`#30`](https://github.com/jonataswalker/ol-contextmenu/pull/30) +- Add beforeopen event [`582025d`](https://github.com/jonataswalker/ol-contextmenu/commit/582025d19c5e55f195f5b7060eb98923e85790bc) +- Add event [`3dbebea`](https://github.com/jonataswalker/ol-contextmenu/commit/3dbebea530945992a7bdabb90ddbfcc4c0027199) + +#### [2.0.1](https://github.com/jonataswalker/ol-contextmenu/compare/2.0.0...2.0.1) + +> 23 May 2016 + +- Release v2.0.1 [`#29`](https://github.com/jonataswalker/ol-contextmenu/pull/29) +- Show how to use item CSS class [`#28`](https://github.com/jonataswalker/ol-contextmenu/pull/28) +- Fix duplicate icon class [`#26`](https://github.com/jonataswalker/ol-contextmenu/pull/26) +- Update docs [`#27`](https://github.com/jonataswalker/ol-contextmenu/pull/27) + +### [2.0.0](https://github.com/jonataswalker/ol-contextmenu/compare/1.2.0...2.0.0) + +> 19 May 2016 + +- Release v2.0.0 [`#24`](https://github.com/jonataswalker/ol-contextmenu/pull/24) +- Add node_modules to Travis cache [`#23`](https://github.com/jonataswalker/ol-contextmenu/pull/23) +- Update Makefile [`#22`](https://github.com/jonataswalker/ol-contextmenu/pull/22) +- Add tests [`#21`](https://github.com/jonataswalker/ol-contextmenu/pull/21) +- Add build badge [`b9317b8`](https://github.com/jonataswalker/ol-contextmenu/commit/b9317b817f5d8333bc40174ced7a13a1eebafcf9) + +#### [1.2.0](https://github.com/jonataswalker/ol-contextmenu/compare/1.1.0...1.2.0) + +> 31 March 2016 + +- Add submenu [`#19`](https://github.com/jonataswalker/ol-contextmenu/pull/19) +- Change jshint to eslint [`#18`](https://github.com/jonataswalker/ol-contextmenu/pull/18) +- Update docs [`#15`](https://github.com/jonataswalker/ol-contextmenu/pull/15) +- Update docs [`#14`](https://github.com/jonataswalker/ol-contextmenu/pull/14) +- Screenshot [`#13`](https://github.com/jonataswalker/ol-contextmenu/pull/13) +- Release v1.2.0 [`d76d053`](https://github.com/jonataswalker/ol-contextmenu/commit/d76d053d51965e6f665eef1f0a0436c3662b38dd) +- Add Submenu [`394a92c`](https://github.com/jonataswalker/ol-contextmenu/commit/394a92c0464c9e9a52a2e3126135a3b0c266184d) +- Update gif [`73c69ce`](https://github.com/jonataswalker/ol-contextmenu/commit/73c69ceee2e4751e7b3b1401827398305bc78be1) + +#### [1.1.0](https://github.com/jonataswalker/ol-contextmenu/compare/1.0.1...1.1.0) + +> 15 February 2016 + +- Release v1.1.0 [`#12`](https://github.com/jonataswalker/ol-contextmenu/pull/12) +- Changed to show recent events added [`#11`](https://github.com/jonataswalker/ol-contextmenu/pull/11) +- Add Travis CI [`#10`](https://github.com/jonataswalker/ol-contextmenu/pull/10) +- Add 'getDefaultItems' method [`#9`](https://github.com/jonataswalker/ol-contextmenu/pull/9) +- Added `open` and `close` events [`#8`](https://github.com/jonataswalker/ol-contextmenu/pull/8) +- Propagating custom data to the callback handler [`#7`](https://github.com/jonataswalker/ol-contextmenu/pull/7) +- Removed duplicate line [`#6`](https://github.com/jonataswalker/ol-contextmenu/pull/6) +- Add version header in JS files [`#5`](https://github.com/jonataswalker/ol-contextmenu/pull/5) +- Declare variables as simple ones [`#4`](https://github.com/jonataswalker/ol-contextmenu/pull/4) +- New (hopefully the last one) build process [`#3`](https://github.com/jonataswalker/ol-contextmenu/pull/3) +- Fixes CSS classes functions [`#2`](https://github.com/jonataswalker/ol-contextmenu/pull/2) +- Adjust example [`4584485`](https://github.com/jonataswalker/ol-contextmenu/commit/458448500a9bfae8f5add7ab5f9dbce03cc7d06d) +- Added and events [`fb3433b`](https://github.com/jonataswalker/ol-contextmenu/commit/fb3433b6a014bdefedf505405b97627707375051) +- javascript fixed according to comments [`4f86d95`](https://github.com/jonataswalker/ol-contextmenu/commit/4f86d95bfa6ea519212551650c223a6f92a704e9) + +#### [1.0.1](https://github.com/jonataswalker/ol-contextmenu/compare/1.0.0...1.0.1) + +> 30 October 2015 + +- Bufix release v1.0.1 [`ede4abd`](https://github.com/jonataswalker/ol-contextmenu/commit/ede4abda609709bfd9d0103fcad7628830789d6c) + +### [1.0.0](https://github.com/jonataswalker/ol-contextmenu/compare/v0.1...1.0.0) + +> 29 October 2015 + +- Release v1.0.0 [`87b683c`](https://github.com/jonataswalker/ol-contextmenu/commit/87b683cb3ff18ebc4341fb2c64f651d84f9d5386) +- Add JSFiddle demo link [`25df9d1`](https://github.com/jonataswalker/ol-contextmenu/commit/25df9d1fc8dc421c399f5cc555d96ea308850add) + +#### v0.1 + +> 27 August 2015 + +- First Commit (v0.1) [`d99ab90`](https://github.com/jonataswalker/ol-contextmenu/commit/d99ab9015688dad9d2419bfc2f53ca4403da259a) +- Initial commit [`9ff4385`](https://github.com/jonataswalker/ol-contextmenu/commit/9ff43856f389c0c234683b6981302b38b02c3c6c) diff --git a/package-lock.json b/package-lock.json index 1306641..c079d7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol-contextmenu", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol-contextmenu", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "dependencies": { "tiny-emitter": "^2.1.0" diff --git a/package.json b/package.json index 8e68320..9ce0dfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol-contextmenu", - "version": "5.4.0", + "version": "5.4.1", "description": "Custom Context Menu for Openlayers", "type": "module", "main": "./dist/ol-contextmenu.umd.cjs",