Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 8.2.5 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 109 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,114 @@
# Changelog

## [8.2.5](https://github.com/clintonfray/DemoMonkey/compare/v8.3.0...v8.2.5) (2023-05-17)


### Features

* [#4](https://github.com/clintonfray/DemoMonkey/issues/4) placing a zip file in a specific location (within a folder). ([1e3b016](https://github.com/clintonfray/DemoMonkey/commit/1e3b016af087151f705b8c1aa1ce3990a3a3ce8b))
* [#41](https://github.com/clintonfray/DemoMonkey/issues/41), update the navigation buttons to mui components ([a12546b](https://github.com/clintonfray/DemoMonkey/commit/a12546b01f1ace00dcd96164ba5dc94c6127c38e))
* add a reset button to broken DM message ([c4f865e](https://github.com/clintonfray/DemoMonkey/commit/c4f865ef36944a10df7ac2e56ab17c0dfceab7a6))
* add analytics snippet. ([5b68f58](https://github.com/clintonfray/DemoMonkey/commit/5b68f58b3c306ac28afedbf4ec04534026f7e2a2))
* add build command ([f48ab79](https://github.com/clintonfray/DemoMonkey/commit/f48ab79f932834f176034cd1c53f031bd32b3d42))
* add chance.js for variables with random value. ([8fb2b16](https://github.com/clintonfray/DemoMonkey/commit/8fb2b16bbe9d85279c2ce6178f9ad90a783c4a2d))
* add demomonkey reset to settings screen. ([43e6035](https://github.com/clintonfray/DemoMonkey/commit/43e6035310437c4661529ebda9b76c5b8c9c1402))
* add dependabot YAML. ([024d5f2](https://github.com/clintonfray/DemoMonkey/commit/024d5f2645ca1bc12501c20ad2fc0293cd850fc4))
* add eslint check for headers and update all files accordingly. ([87233ed](https://github.com/clintonfray/DemoMonkey/commit/87233ed6eaeedaca53c2791a3ca5fde40d8da727))
* add extra test cases for Variable.chance. ([48edbe3](https://github.com/clintonfray/DemoMonkey/commit/48edbe33ffd767cfc69be9ad54305aaad21acb5f))
* add linter workflow. ([b91cdc9](https://github.com/clintonfray/DemoMonkey/commit/b91cdc993da2ac93dedf787d2254544701bd6759))
* add markdown linter. ([d00bb43](https://github.com/clintonfray/DemoMonkey/commit/d00bb436b4887756011b20cbd2c35c54e3bc053a))
* add opentelemetry to appdynamics.replaceNodeCount. ([803b04b](https://github.com/clintonfray/DemoMonkey/commit/803b04bf01b25bd6b7dc4e3fa9d79e2a2d285746))
* add release please github workflow. ([57c65c5](https://github.com/clintonfray/DemoMonkey/commit/57c65c50392d07508c73dec4403a2b819f3ca4ac))
* add replace function for [#10](https://github.com/clintonfray/DemoMonkey/issues/10). ([3253cb2](https://github.com/clintonfray/DemoMonkey/commit/3253cb2e0ff0612003c7a2f63cd1f1addbf93866))
* add script to validate website docs. ([2bd76b5](https://github.com/clintonfray/DemoMonkey/commit/2bd76b5ef71bc95989e8d93718167c512a74d67a))
* add string functions to variable evaluation. ([4a6d6c2](https://github.com/clintonfray/DemoMonkey/commit/4a6d6c26522b9aeac0a2d5d9ff3dce379dcb323c))
* add stylelint for less files. ([29f3c81](https://github.com/clintonfray/DemoMonkey/commit/29f3c81268204f50a63d50c64633f08e081f5fa7))
* add test-no-ui npm script ([23a7bf6](https://github.com/clintonfray/DemoMonkey/commit/23a7bf616cd354c2039e97ab8230c7c35a75a1dc))
* add tests to github workflows ([f1c61f4](https://github.com/clintonfray/DemoMonkey/commit/f1c61f4c99f4cb82f79eb9cdc1811d6a571b1611))
* commands for segment, extras for new users. ([b18ddd5](https://github.com/clintonfray/DemoMonkey/commit/b18ddd59407599aa98126b504afa2fe9ec3d86d0))
* improve ajax/hg hooks. ([2c98e8a](https://github.com/clintonfray/DemoMonkey/commit/2c98e8a0dc09dd7ee2b0941e16b01eb28037efe8))
* increase flexibility of variables, so they can be nested. ([71991d9](https://github.com/clintonfray/DemoMonkey/commit/71991d95b19c87c20902f7702b5ac309a7037f50))
* initial setup for downloads with variable values. ([798e0ec](https://github.com/clintonfray/DemoMonkey/commit/798e0ec09a336ab4da6e1ee0a5d8f5491abcd4c1))
* load USAGE.md from github with fallback. ([6e5f2e2](https://github.com/clintonfray/DemoMonkey/commit/6e5f2e2dcdd72561926d39736ce3f31b44c61934))
* load USAGE.md from github. ([85822cf](https://github.com/clintonfray/DemoMonkey/commit/85822cfbcf82621fa551aca24357f0e1b9939609))
* migrate to manifest version 3. ([50e7234](https://github.com/clintonfray/DemoMonkey/commit/50e723441aa7caa728b30278c5a09802ce77835b))
* more updates towards mv3 compatibility. ([5c652fa](https://github.com/clintonfray/DemoMonkey/commit/5c652fac8dffb9a0c5c83fdf94da87b0b47f9a3f))
* new AddScript command. ([6efd92a](https://github.com/clintonfray/DemoMonkey/commit/6efd92a73fffe030b550512c32fc9a0e6886cbdf))
* remove hypergraph features, fix selenium. ([2173522](https://github.com/clintonfray/DemoMonkey/commit/2173522c3a1f6ed7378dd71c095d7d5785430c44))
* replace outdated components with mui elements. ([9ad622d](https://github.com/clintonfray/DemoMonkey/commit/9ad622dcd09a9035a353ec9f2e2462cb1c28c08a))
* show commit hash, rebuild OptionalFeatures, remove DevPage, fix navigation, update examples. ([db96014](https://github.com/clintonfray/DemoMonkey/commit/db9601474527bcc1b4dd4925db6dacc7d1a45f25))
* update inline manager to work with hyper graph. ([909c790](https://github.com/clintonfray/DemoMonkey/commit/909c79056c3944f9f00c8db26eb9ca75552bf9cf))
* update packages (pre-MUI). ([e0dec89](https://github.com/clintonfray/DemoMonkey/commit/e0dec89a12dfc2e7c9e20c4c89fe4a491888ebd8))


### Bug Fixes

* [#1](https://github.com/clintonfray/DemoMonkey/issues/1) Replace Image with global variable requires quotes. ([306dbf4](https://github.com/clintonfray/DemoMonkey/commit/306dbf4f16086a0a6203aa5fffcd2b8e5c0ef347))
* [#21](https://github.com/clintonfray/DemoMonkey/issues/21), do not load inline.js on pages that may break. ([cabf605](https://github.com/clintonfray/DemoMonkey/commit/cabf605e62c3685c3111be4ac7db6ce7ed65ea23))
* [#3](https://github.com/clintonfray/DemoMonkey/issues/3) undo broken with data-full-string on AppDynamics exJM. ([a4abd37](https://github.com/clintonfray/DemoMonkey/commit/a4abd37234144be7753aeac2be90f8239b681709))
* [#42](https://github.com/clintonfray/DemoMonkey/issues/42), resolves the upload configuration ([a1533e8](https://github.com/clintonfray/DemoMonkey/commit/a1533e85054f4529e71252f2ac77aa6e428eb63b))
* [#48](https://github.com/clintonfray/DemoMonkey/issues/48) check if hotkeys is defined ([421a2e2](https://github.com/clintonfray/DemoMonkey/commit/421a2e258327f7609ece4166e1bff2abe920282b))
* [#57](https://github.com/clintonfray/DemoMonkey/issues/57), remove error in background.js that receiving end does not exist ([4858c3e](https://github.com/clintonfray/DemoMonkey/commit/4858c3e422b18b9b16ed8ec35aa2566cd03e4d4b))
* [#63](https://github.com/clintonfray/DemoMonkey/issues/63), change id mechanism for adding declartive net requests ([0941557](https://github.com/clintonfray/DemoMonkey/commit/09415573ca2b60c8b8b6e6be5e0e04760db4fa47))
* [#8](https://github.com/clintonfray/DemoMonkey/issues/8) -- remove additional step up in DOM for style command. ([8abc6ed](https://github.com/clintonfray/DemoMonkey/commit/8abc6ed2b075da97d55effdf50be9401a60bed14))
* **#131:** reinitialise the store in options ([#136](https://github.com/clintonfray/DemoMonkey/issues/136)) ([52b50fb](https://github.com/clintonfray/DemoMonkey/commit/52b50fbb4b465f9f9d37103c5a69f7f072d46e13))
* **#39:** some MUI Components not changing in Dark Mode ([#94](https://github.com/clintonfray/DemoMonkey/issues/94)) ([d38e607](https://github.com/clintonfray/DemoMonkey/commit/d38e6077d5b65e47ee6c068afc18d1985cb8dbdb))
* **#89:** remove double scrollbar in popup ([#95](https://github.com/clintonfray/DemoMonkey/issues/95)) ([0991eaa](https://github.com/clintonfray/DemoMonkey/commit/0991eaac71deb1d7337aa35e4b96788d986821e9))
* 42 - add force parameter to replaceFlowmapConnection ([578d20b](https://github.com/clintonfray/DemoMonkey/commit/578d20b5c8691eb62311aad6550624b0603d6335))
* 44 ([3e23b97](https://github.com/clintonfray/DemoMonkey/commit/3e23b97b07b5f6d45bc741d815baa8e3f466c757))
* 73 ([373d46b](https://github.com/clintonfray/DemoMonkey/commit/373d46bb918e1229756dbc9053bba150517d6b43))
* 74 and [#62](https://github.com/clintonfray/DemoMonkey/issues/62) ([60af9ee](https://github.com/clintonfray/DemoMonkey/commit/60af9ee26c93eae4a9f2a8bc3d4cd72b6ce2d098))
* 75: Enhance popup window for auto completion ([6d9d415](https://github.com/clintonfray/DemoMonkey/commit/6d9d415221e84ad64598b371d5e9dcf8225202c1))
* a few changes. ([82fabef](https://github.com/clintonfray/DemoMonkey/commit/82fabefa2fdb36760af6e2fee2278a970433ea1b))
* add .eslintcache to gitignore. ([5912404](https://github.com/clintonfray/DemoMonkey/commit/591240448a72b67e563ccd9bdc929300e7d3cc40))
* add a link to raise an issue in the html template ([7bddc98](https://github.com/clintonfray/DemoMonkey/commit/7bddc989d24af8a9646d809d8da7666497ea4fad))
* add package-lock.json to repo. ([57c8992](https://github.com/clintonfray/DemoMonkey/commit/57c899259abc580e2df283c59b9d40ddb8ef04f7))
* add prettier as dependency. ([9c00288](https://github.com/clintonfray/DemoMonkey/commit/9c0028829a71a18dee8c20f7310f307d54c1118e))
* build error. ([bc8debf](https://github.com/clintonfray/DemoMonkey/commit/bc8debf05b4c8749eb406f661237cbcddfb1304d))
* bump versions for babel. ([f4dc83d](https://github.com/clintonfray/DemoMonkey/commit/f4dc83d515acf8237571608467666a9f84e3453d))
* code cleanup. ([0c57219](https://github.com/clintonfray/DemoMonkey/commit/0c572193eed3c71bc80349854ee2b68d1501a9df))
* disable ace service workers to fix [#58](https://github.com/clintonfray/DemoMonkey/issues/58) ([273df06](https://github.com/clintonfray/DemoMonkey/commit/273df06a60f218cacdfe8147aa5c4c6bc9575b9a))
* further improvements for MV3 and MUI. ([e3b1301](https://github.com/clintonfray/DemoMonkey/commit/e3b1301dcbd6bc313705fefdbd955f4b67cbf1a2))
* improve dashkit compatibility. ([66b2551](https://github.com/clintonfray/DemoMonkey/commit/66b2551ea409c240b929eb680656a565d1df7fc3))
* make changelog pretty ([6aa8af5](https://github.com/clintonfray/DemoMonkey/commit/6aa8af50b9e40478612c8cb6eb3c0b9f30f6ef05))
* make dependabot.yml pretty. ([6dd13b0](https://github.com/clintonfray/DemoMonkey/commit/6dd13b06accc6df3b038f52678b2c52805c4f297))
* make host permissions optional. ([7a7bce1](https://github.com/clintonfray/DemoMonkey/commit/7a7bce19e95b67dde4c11e3527f5ff60fe043f0e))
* make sure that prettier & eslint work together. ([332dc57](https://github.com/clintonfray/DemoMonkey/commit/332dc578f60a2dc5b982f36faea7f287265e48c6))
* make sure that the stage command works. ([fe56252](https://github.com/clintonfray/DemoMonkey/commit/fe5625263985311a2656775991ce356942f9e5e1))
* merge from main. ([b1814e1](https://github.com/clintonfray/DemoMonkey/commit/b1814e15b88e1b1c37667f65709fd9cb53fe4441))
* minor fix for editor UI ([024d409](https://github.com/clintonfray/DemoMonkey/commit/024d409075f296104c4c4eda5a874a54c94b3c80))
* minor fixes for html files. ([d75f1f0](https://github.com/clintonfray/DemoMonkey/commit/d75f1f00d9d5400b5b78c7bb60606cb620428852))
* minor fixes for linting and style ([b16f3ed](https://github.com/clintonfray/DemoMonkey/commit/b16f3ed79200748e29e5c9fd90d98fbb9f5a4ff7))
* move random value variables into correct section. ([de9ddf0](https://github.com/clintonfray/DemoMonkey/commit/de9ddf09bcfdd3c6114947256c76a1e574c9fdee))
* prettier & linter use the same config. ([f15e91c](https://github.com/clintonfray/DemoMonkey/commit/f15e91c9d42e960156226c7b1f8a6e6aa891be0b))
* prettier fixes ([10a3ac2](https://github.com/clintonfray/DemoMonkey/commit/10a3ac293a75f5c60185da23cf96690dbd2a61ce))
* prettier run ([2ff3bc5](https://github.com/clintonfray/DemoMonkey/commit/2ff3bc5d29ec9cfbb9c7d83d229a69a553f28ef5))
* prettier settings. ([9199a78](https://github.com/clintonfray/DemoMonkey/commit/9199a7818573074132a15451a863d9ebd8c50bc1))
* regex for variables in style and model. ([81b6a55](https://github.com/clintonfray/DemoMonkey/commit/81b6a554eaff5d1b19519a36a8cd7c55eec909bd))
* remove console.log from SearchAndReplace. ([b4c472e](https://github.com/clintonfray/DemoMonkey/commit/b4c472ea05e801ba593728b448a9a8399417903e))
* remove requirement to have fullstop from commits ([f626db3](https://github.com/clintonfray/DemoMonkey/commit/f626db33422a525f3eb526efab636d2fbb7483f4))
* replace attribute documentation [#7](https://github.com/clintonfray/DemoMonkey/issues/7). ([78c264f](https://github.com/clintonfray/DemoMonkey/commit/78c264f88a9249f4a0039b6d6aeb7b3000287bc0))
* replace geo status now works with upper case values. ([707d601](https://github.com/clintonfray/DemoMonkey/commit/707d6013b9bd053d8b29c137738257a5f5a2d523))
* revert background.js changes for injecting monkey.js into websites. ([71157d9](https://github.com/clintonfray/DemoMonkey/commit/71157d9711fa2e0b6cf01ba44abedf9d81f1ddb5))
* rewrite netrequest manager to be stateless. ([037bc2e](https://github.com/clintonfray/DemoMonkey/commit/037bc2eccb6b2198493541d6ce992542136a6552))
* snippetManager did not work anymore, updated the code. ([f0f103f](https://github.com/clintonfray/DemoMonkey/commit/f0f103f03aa302f9e3a604c09dd2310713a6031d))
* some cleanups. ([58c94c5](https://github.com/clintonfray/DemoMonkey/commit/58c94c56c2e10c4644e5b9df981169fbebd64671))
* some minor things. ([41ccec2](https://github.com/clintonfray/DemoMonkey/commit/41ccec218ab3f7958bcbaed5259a409b1f43642a))
* update context menus. ([455b095](https://github.com/clintonfray/DemoMonkey/commit/455b09566ae98f333fc82982c3cac8510d76ef35))
* update MUI versions [#2](https://github.com/clintonfray/DemoMonkey/issues/2). ([ced1bd7](https://github.com/clintonfray/DemoMonkey/commit/ced1bd7bf5bc622a3e69030974a3d3891cd5ad4a))
* update MUI versions. ([737615d](https://github.com/clintonfray/DemoMonkey/commit/737615d3b61d342e33df8c9ecb8577de1ad43346))
* update test for replaceImge. ([6801eb1](https://github.com/clintonfray/DemoMonkey/commit/6801eb1a8639fc8d8a1aea378e1d0789e443fe8f))


### version

* release 8.2.0 ([0c2eb53](https://github.com/clintonfray/DemoMonkey/commit/0c2eb53144d5c2d0b7d05cedb47de6f7c80f58b8))
* release 8.2.1 ([fa1bc8b](https://github.com/clintonfray/DemoMonkey/commit/fa1bc8b9adcfcd6db6cd452aaa80851793eefd0c))
* release 8.2.2 ([d7c3ef0](https://github.com/clintonfray/DemoMonkey/commit/d7c3ef085486a634e60a155a066e384945bbcae9))
* release 8.2.3 ([6557edb](https://github.com/clintonfray/DemoMonkey/commit/6557edbd6eca9d2e6eec862c8e435c31ca070955))
* release 8.2.4 ([a240974](https://github.com/clintonfray/DemoMonkey/commit/a2409740ac9c2d917cb1161d5221d59f955960e4))
* release 8.2.5 ([d42e674](https://github.com/clintonfray/DemoMonkey/commit/d42e6744c3e763153be97860f9584c825ea11eee))

## [8.3.0](https://github.com/svrnm/DemoMonkey/compare/v8.2.6...v8.3.0) (2022-11-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@
"*.less": "stylelint --cache --fix",
"*.md": "npx markdownlint-cli --fix --config .markdownlint.jsonc"
},
"version": "9.0.0"
"version": "8.2.5"
}