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

6.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@CaerusKaru CaerusKaru released this 14 Feb 07:55
fe313da

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