This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Releases: angular/preboot
Releases · angular/preboot
7.0.0
6.0.0
- Add ability to disable overlay
6.0.0-beta.6
chore: update package.json to 6.0.0-beta.6 (#96)
6.0.0-beta.5
fix: update package.json to 6.0.0-beta.5
6.0.0-beta.4
This release is only to add compatibility with Angular v6 and RxJS v6
6.0.0-beta.3
Features
- modules: only add the inline script if not in the DOM (#77)
- rename noReplay to replay; set to true by default (#71)
Bug Fixes
- remove all references to Array.from (#73)
BREAKING CHANGE:
- The
noReplay
option has been renamed to thereplay
option. This applies to bothPrebootOptions
and the event selectors
6.0.0-beta.2
Bug Fixes
- use CustomEvent rather than Event
- partial revert of #60 due to issues with lazy loading
- resolve IE issues by removing Array.from and Element.remove references
- remove Renderer2 references from preboot provider
- make Preboot work with ngUpgrade
6.0.0-beta.1
Bug Fixes
- Remove appRef stability check from event replayer, which could
be tricked by timers/other stability delays
6.0.0-beta.0
Preboot will now use the same bundling method that Angular Material and Flex-Layout use.
Features
- combine ServerPrebootModule and BrowserPrebootModule into a singular PrebootModule
- combine PrebootReplayOptions and PrebootRecordOptions into PrebootOptions
- remove relative import in favor of root import,
import {...} from 'preboot/server';
-->import {...} from 'preboot';
- deprecate the minification feature due to removal of inline script builder
- make nonce import cleaner
BREAKING CHANGE:
- Any imports of ServerPrebootModule or BrowserPrebootModule need to be removed in favor of PrebootModule, and all relative imports need to be changed to import directly from preboot
- The minification option has been removed. Official guidance is for end-users to perform minification manually on the rendered HTML