prevent throwing exception if slotted child does not have listenFor (#92) (4ffce64)
unknown slots no longer cause an error (#90) (a033326)
BREAKING CHANGES
any applications that wants to support Edge and/or IE11 should now import the respective browser support module. For details, see the README.md
ui5-tabcontainer: The TabContainer "selected-key" and Tab "key" properties are removed. Use TabContainer "selectedIndex" property (selected-index attribute) to set and get the selected tab.
addCustomCSS is no longer on the Core object. Use Theming instead. #58
NOTABLE CHANGES
The bundle size is reduced by removing unused functionality of core modules and making greater use of tree shaking.