# Changelog of PrivacyWire ## 1.1.6 - add default type `text/javascript` if no `data-type` is defined. https://github.com/webworkerJoshua/privacywire/issues/33 ## 1.1.5 - Trigger CustomEvents when banner and options are opened/closed by @teppokoivula in https://github.com/webworkerJoshua/privacywire/pull/32 - Updated dependencies to use current rollup version and require at least node v18 for development ## 1.1.4 & 1.1.3 - Made the textareas type flexible by @the-ge in https://github.com/webworkerJoshua/privacywire/pull/27 - Context free formatter by @MarcoKalin in https://github.com/webworkerJoshua/privacywire/pull/28 - Support regular YouTube URL variation with www prefix by @teppokoivula in https://github.com/webworkerJoshua/privacywire/pull/30 - bumped version number again, as there was a mismatch with the git tag ## 1.1.2 - Added: Config option to activate / deactivate PrivacyWire ## 1.1.1 - Merged PR #19 and #22 - Changed: Switched `innerText` to `textContent` for accuracy in `updateAllowedElementScript()` - Changed: form layout and fields definitions syntax - Updated dependencies ## 1.1.0 - Added: Config option and feature to detect bots (per User-agent) and hide the banner to them ## 1.0.11 - Fixed: Bug, when multiple page()->render() methods are called. Now PrivacyWire only loads on the main call of page()->render() ## 1.0.10 - Added: Config option to replace the original consent blueprint template (located in site/modules/PrivacyWire/PrivacyWireConsentBlueprint.php) with an alternative consent blueprint ## 1.0.9 - Changed: Reduced priority of Page::render hook to allow easier override of settings ## 1.0.8 - Added: Add class to body "has-privacywire-window-opened" while PrivacyWire windows are visible ## 1.0.7 - Added: Function to re-handle external button trigger via `window.PrivacyWire.reHandleExternalButtons()` ## 1.0.6 - Fixed: Legacy IE11 Bug with Array.from Polyfill (Also for not-inline mode) ## 1.0.5 - Fixed: Legacy Support for IE11 with Array.from Polyfill ## 1.0.4 - Fixed: removed console.log() debugger from DNT-method ## 1.0.3 - Changed: Order of Buttons in Options window ## 1.0.2 - Changed: Removed ProCache Output method as there is no real improvement over enabling JS minification in the ProCache settings. - Changed: Load modern ES6 version of JavaScript via `