Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

60 lines (43 loc) · 1.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.5.0-beta] - 2020-05-21

Changed

  • Dependencies update.

[1.4.0-beta] - 2020-04-12

Added

  • SsrBdslWebpackPlugin for differential serving implementation;
  • JS API docs.

[1.3.0-beta] - 2020-03-21

Added

  • isModule option: use type=module support check instead of RegExp;
  • More tests.

Changed

  • esm example changed to show isModule option.

[1.2.0-beta] - 2020-03-16

Added

  • <noscript> fallback for stylesheets;
  • External JS API;
  • More tests.

Fixed

  • unsafeUseDocumentWrite dsl rendering fix.

[1.1.0-beta] - 2020-03-05

Added

  • Differential stylesheet loading by withStylesheets option;
  • unsafeUseDocumentWrite option;
  • Examples.

Changed

  • DocumentFragment is used for inserting elements.