Stefan Dirix
Stefan Dirix
To stay up to date with our dependencies we should raise the React version Theia is built against. At the moment this is React 16. Updating to React 17 would...
### Is your feature request related to a problem? Please describe. The HOCs are implemented generically, i.e. they pass unknown props through to the wrapped component. However this is not...
### Is your feature request related to a problem? Please describe. The changelog could be automatically generated (or at least prepared) to save time on release day. ### Describe the...
### Is your feature request related to a problem? Please describe. At the moment the Angular Table is very basic. It would be great to add "Add" and "Remove" actions,...
### Describe the bug Within the code base we use both, `elementLabelProp` and `childLabelProp` as the UI Schema option to define a label for array elements. ### Expected behavior This...
This (draft) PR introduces the concept of [async validation with Ajv](https://github.com/epoberezkin/ajv#asynchronous-validation) for #1347. This concept is introduced next to (instead of replacing) synchronous validation. To implement the functionality we use...
**Description** Sometimes general modifications of JSON Forms behavior would be useful. For example to listen on update events and to modify errors and data before they are set. **Solution** Similar...
TSLint is officially deprecated. Move to ESLint + Prettier: https://prettier.io/docs/en/integrating-with-linters.html
**Description** At the moment we default export the connected variants of each implemented React Material renderer. However more often than not a developer wants to access the unwrapped version. We...
### Is your feature request related to a problem? Please describe. The goal is to allow a full translation of currently hard coded strings in the existing renderer sets. ###...