@sap/ux-ui5-tooling 1.7.6 → 1.8.0
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 +7 -0
- package/dist/cli/index.js +16366 -7396
- package/dist/middlewares/fiori-tools-appreload.js +3 -3
- package/dist/middlewares/fiori-tools-preview.js +93 -72
- package/dist/middlewares/fiori-tools-proxy.js +3807 -6772
- package/dist/tasks/cf-deploy/index.js +93 -72
- package/dist/tasks/deploy/index.js +164 -144
- package/dist/templates/control-property-editor/app.js +61 -61
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.8.0] - 2022-10-20
|
|
6
|
+
### Fixed
|
|
7
|
+
- Fixed an issue with previewing applications when the user is behind a corporate proxy.
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- The `fiori-tools-appreload` middleware now watches also for changes in typescript files.
|
|
11
|
+
|
|
5
12
|
## [1.7.4] - 2022-09-08
|
|
6
13
|
### Fixed
|
|
7
14
|
- Fixed an issue where the use of the `pathPrefix` property was not working.
|