@sap/ux-ui5-tooling 1.4.7 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
  All notable changes to this project are documented in this file.
3
3
 
4
4
  This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
5
+ ## [1.5.2] - 2022-03-10
6
+ ### Fixed
7
+ - Fixed an issue with the validation of SAPUI5 snapshot versions when starting developer variant creation
8
+
9
+ ### Changed
10
+ - If a port is explictly defined when previewing the application, then this port is not automatically changed, if it is occupied
11
+
12
+ ## [1.5.1] - 2022-02-24
13
+ ### Fixed
14
+ - Fixed an issue with reading and comparing UI5 versions
15
+ - Fixed an issue with previewing applications using services behind a corporate proxy
16
+
17
+ ### Changed
18
+ - Build is no longer executed automatically before starting the application in an external Fiori Launchpad to accomodate custom build procedures
19
+
20
+ ## [1.5.0] - 2022-02-10
21
+ ### Fixed
22
+ - Fixed an issue with reading and comparing UI5 versions
23
+ - Fixed an issue with previewing applications using project based destination
24
+
25
+ ### Changed
26
+ - Requests are not forwarded anymore to next available middleware if UI5 proxy returns 404
5
27
 
6
28
  ## [1.4.7] - 2022-01-27
7
29
  ### Changed