-
Notifications
You must be signed in to change notification settings - Fork 3
feat(templates): Use manifest.json v2 #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f8b9d20
to
546410d
Compare
546410d
to
36eea51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The templates are supposed to work with UI5 versions down to 1.96
According to https://ui5.sap.com/sdk/docs/topics/be0cf40f61184b358b5faedaec98b2da.html this means 1.37.0 is the maximum we can set here, unless we set the version dynamically within the context of the template.
1dc0a03
to
6ffcbee
Compare
6ffcbee
to
91d7083
Compare
The review assumes that the template content of manifest.json works with both manifest versions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taking back the review until this is clarified
Taking back the review until this is clarified
Schema 1.37.0 supports the routing config related properties. I am not aware of any properties not be present in 1.37.0 which we use in the template |
Thanks for checking! |
With UI5 v1.136 the corresponding and recommended manifest version is
2.0.0
. Therefore, also the template should use it.