You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [3.0.0](v2.2.3...v3.0.0) (2022-10-08)
### Bug Fixes
* **core:** add `rel="noopener"` in html templates with `target="_blank"` ([4907c35](4907c35))
* add missing generic type to angular module ([7a44f3f](7a44f3f))
* **bundling:** missing external dependency 'rxjs/operators' ([baa7af8](baa7af8))
* **demo:** workaround for StackBlitz not supporting external scripts ([845af1a](845af1a)), closes [#69](#69)
* cookieconsent may be undefined ([290cac3](290cac3))
### Code Refactoring
* **core:** rename `initialize$` subscription into `initializing$` ([7233aa0](7233aa0))
### Features
* **config:** allow `whitelistPage`/ `blacklistPage` to accept RegExp[] ([8c95e6d](8c95e6d)), closes [#100](#100)
* **core:** add `initialized$` and `initializationError$` subscriptions ([a994f5e](a994f5e))
* **core:** improve `WindowService` to work on both browser and server ([cdb5e0a](cdb5e0a))
* **core:** loosen version of angular peerDependencies to v12 or higher ([ad9b4a2](ad9b4a2))
* **core:** migrate to Angular 12 and Nx workspace ([0d36a56](0d36a56))
* **core:** migrate to Angular 13 and Nx 13 ([c398496](c398496))
### BREAKING CHANGES
* **core:** `initialize$` has been renamed to better reflect when this event is triggered
Use `initialized$` to get notify when the `cookieconsent` **has done** initializing successfully
***
[skip ci]
Bug Report or Feature Request (mark with an
x
)CookieConsent and Library Versions?
OS Version?
Windows 10 64-bit
Angular, Node and al Versions?
Angular 10
Repro steps
whitelistPage
orblacklistPage
to configuration with RegExp value.The log given by the failure
Type 'RegExp' is not assignable to type 'string' .ts(2322)
Desired functionality
a regular expression can be added to a
whitelist Page
orblacklist Page
by the documentationthanks for consideration
The text was updated successfully, but these errors were encountered: