v8.1.0
What's Changed
- build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #472
- fix: remove theta symbol from
BrowserPlatformLocation
by @arturovt in #478
Breaking Changes
The minimum required Angular version is 15.1.0
because the BrowserPlatformLocation
was added to their public API and is not re-exported privately anymore. It was exported as ɵBrowserPlatformLocation
previously.
Full Changelog: v8.0.1...v8.1.0