Skip to content

Latest commit

 

History

History
134 lines (96 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

134 lines (96 loc) · 6.32 KB

Changelog

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

A list of unreleased changes can be found here.

v1.0.1 - 2019-02-01

Dependency Updates

v1.0.0 - 2019-02-01

Dependency Updates

Features

  • Add transformation of apps index.html in self-contained build (#137) 6549b8a

BREAKING CHANGE

When running a self-contained build on an application project, the index.html will be transformed by adopting the UI5 bootstrap script tag to load the custom bundle file instead.

v0.2.9 - 2019-01-03

Bug Fixes

  • ComponentAnalyzer: Fully handle sap.ui5/routing (#124) c59b5b1
  • XMLTemplateAnalyzer: Ignore properties with data binding 0d5cf50

v0.2.8 - 2018-12-19

Bug Fixes

v0.2.7 - 2018-12-19

Bug Fixes

  • ComponentAnalyzer: Handle sap.ui5/rootView with type string 469e558
  • generateLibraryPreload: Fix sap-ui-core.js bootstrap 7a266fd

v0.2.6 - 2018-12-06

v0.2.5 - 2018-11-16

Features

  • Builder: Add handling for custom task configurations 9b4ae00

v0.2.4 - 2018-10-29

Features

v0.2.3 - 2018-10-09

Bug Fixes

  • Replace copyright and version strings in *.json and .library files f305429
  • generateLibraryPreload: Add new sap.ui.core library namespaces ea901a7

v0.2.2 - 2018-10-05

Bug Fixes

  • processors/versionInfoGenerator: Remove "gav" property 2bf41e1

Features

  • BundleBuilder: support modules using ES6 with usePredefineCalls (#67) d1a4f1f

v0.2.1 - 2018-07-17

Bug Fixes

  • generateLibraryManifest: i18n/css handling 4e52a96

v0.2.0 - 2018-07-11

Bug Fixes

  • Close gaps in routing support of ComponentAnalyzer (#46) 4697531

v0.1.1 - 2018-07-02

Bug Fixes

  • iterate over routes using a for loop if it is an object (#31) e9823f6

v0.1.0 - 2018-06-26

Bug Fixes

  • Bundles should be built one after another 164ba32
  • reduce build time at the price of a slightly increased code size (#37) 1fb8d00
  • Use the target bundle format to decide decoration (#24) 83703bc

v0.0.2 - 2018-06-21

Bug Fixes

  • Builders: Do not bundle debug files 19800a1

v0.0.1 - 2018-06-06

Bug Fixes

  • Restore default component preload a09bec2

Features

  • Add ability to configure component preloads and custom bundles 2241e5f