Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Releases: angular/preboot

7.0.0

21 Jan 07:07
f79e1db
Compare
Choose a tag to compare
  • Compatible with Angular v7 and TypeScript v3.2

6.0.0

21 Jan 07:07
a7e116e
Compare
Choose a tag to compare
  • Add ability to disable overlay

6.0.0-beta.6

03 Oct 13:56
60a3ea8
Compare
Choose a tag to compare
6.0.0-beta.6 Pre-release
Pre-release
chore: update package.json to 6.0.0-beta.6 (#96)

6.0.0-beta.5

03 Oct 13:43
372a99e
Compare
Choose a tag to compare
6.0.0-beta.5 Pre-release
Pre-release
fix: update package.json to 6.0.0-beta.5

6.0.0-beta.4

14 May 05:26
6e8417e
Compare
Choose a tag to compare
6.0.0-beta.4 Pre-release
Pre-release

This release is only to add compatibility with Angular v6 and RxJS v6

6.0.0-beta.3

26 Feb 07:23
Compare
Choose a tag to compare
6.0.0-beta.3 Pre-release
Pre-release

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 the replay option. This applies to both PrebootOptions and the event selectors

6.0.0-beta.2

14 Feb 07:51
Compare
Choose a tag to compare
6.0.0-beta.2 Pre-release
Pre-release

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

14 Feb 07:53
5ad2917
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release

Bug Fixes

  • Remove appRef stability check from event replayer, which could
    be tricked by timers/other stability delays

6.0.0-beta.0

14 Feb 07:55
fe313da
Compare
Choose a tag to compare
6.0.0-beta.0 Pre-release
Pre-release

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