when can we expect production release ? #3307
Replies: 1 comment 2 replies
-
In terms of quality, we consider the current version production-ready (hence the release candidate in the version string). We are currently in the process of making API reviews of components to discuss the best and most consistent API names. Once this is ready, we will release a 1.0 version after which there will be no more breaking changes. Even with these planned API changes, the update effort on your side should not be big, so if you have a use case you can safely be using ui5 webcomponents right now. As for typescript, there are such plans as well. Could you help with specific use cases? The main issue is that typescript checking works only in typescript code, but the web component consumption happens in templates (vuejs templates, angular templates). Such templates are not TS files and there is no type checking or code completion for them. So for the overall web component story, typing is a bit less necessary. Hence the question to provide more specific use cases and code - how do you consume web components, where do you expect types to be present? |
Beta Was this translation helpful? Give feedback.
-
Also, is there any plans to support Typescript ?
Beta Was this translation helpful? Give feedback.
All reactions