@sap/ux-ui5-tooling 1.12.2 → 1.12.4
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 +11 -0
- package/dist/cli/index.js +21416 -20156
- package/dist/middlewares/fiori-tools-appreload.js +44 -2565
- package/dist/middlewares/fiori-tools-preview.js +827 -3210
- package/dist/middlewares/fiori-tools-proxy.js +12210 -16876
- package/dist/middlewares/fiori-tools-servestatic.js +44 -2565
- package/dist/tasks/cf-deploy/index.js +840 -3223
- package/dist/tasks/deploy/index.js +18707 -17450
- package/package.json +15 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@ 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
5
|
|
|
6
|
+
## [1.12.4] - 2024-02-08
|
|
7
|
+
### Fixed
|
|
8
|
+
- Fixed an issue with CSRF token validation when previewing
|
|
9
|
+
|
|
10
|
+
## [1.12.3] - 2024-01-25
|
|
11
|
+
### Changed
|
|
12
|
+
- Switched to using Bearer Token for connecting to ABAP Cloud systems.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Fixed an issue with the fallback version of SAPUI5 when a custom source path is specified: the check will now only be performed if the SAPUI5 source is CDN
|
|
16
|
+
|
|
6
17
|
## [1.12.2] - 2024-01-10
|
|
7
18
|
### Added
|
|
8
19
|
- Added support for previewing adaptation projects
|