Skip to content

Latest commit

 

History

History
159 lines (110 loc) · 7.85 KB

CHANGELOG.md

File metadata and controls

159 lines (110 loc) · 7.85 KB

v3.0.0-beta.2 (2020-09-18)

🚀 Enhancement

  • ember-cli-fastboot
    • #770 Add 'node: current' to the targets file on install (@mansona)

🏠 Internal

  • Other
    • #787 Don't update the test-package fake addon package versions (@kiwiupover)
  • ember-cli-fastboot
    • #786 Adding testing libs so we can tests a running ember app. (@kiwiupover)

Committers: 2

v3.0.0-beta.1 (2020-09-18)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

  • #772 Remove the second version of broccoli-file-creator from package.json (@kiwiupover)

📝 Documentation

🏠 Internal

Committers: 3

v2.2.3 (2020-06-10)

🐛 Bug Fix

  • #763 Prevent errors when fastboot-body-end is not present. (@rwjblue)

📝 Documentation

Committers: 2

v2.2.2 (2020-04-09)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

  • #728 fix typo in property name isFastboot -> isFastBoot (@jelhan)

🏠 Internal

Committers: 5

v2.2.1 (2019-09-11)

🐛 Bug Fix

v2.2.0 (2019-09-10)

  • use volta to pin node to ease development
  • Added support to update manifest app files from index.html Embroider Support: Moved app factory module out of fastboot-app-module (#714)
  • Point to ember-data-storefront instead of ember-cached-shoe (#718)
  • Dev server forwards out of scope requests

v2.1.1 (2019-06-03)

🐛 Bug Fix

  • #699 Ensure FastBoot rendered content is cleared even if the server rendered application contains malformed HTML. (@noslouch)

Committers: 1

v2.1.0 (2019-05-28)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 5

2.0.4

  • Fix issue in IE11 when using Array.from

2.0.1

  • Fixes issue where shoebox data was being cleared when clearing the server side content.

2.0.0

1.1.3

Support without rootElement

1.1.2

  • Make FastBoot addon compatible with Ember CLI 3.0.0

1.1.1

  • Make manifest in package.json respect outputPaths configuration in EmberApp (PR # 539) (@SergeAstapov)
  • Register fastboot transform for apps to wrap non compatible asserts (PR#470) (@kratiahuja)
  • Move fastboot-transform and fs-extra to depedencies in package.json (@SergeAstapov)

1.1.0

  • Bumping fastboot-express-middleware to 1.1.0