Max Wölk
Max Wölk
This PR fixes issue #288 by looking at plugin names in the schema and prepending them to endpoint urls. Ignoring admin types (uid starting with `admin::`) and handling the exceptional...
Plugins such as `i18n` include their own content types such as `locale` that can be queried via the api as well. Those are exposed on sub paths of the form...
Currently when a component uses an image, an object type is created in the schema that looks similar to this: `STRAPI__COMPONENT_NAMEImage`. Even if multiple image fields are used there are...
## Bug report **Describe the bug** To comply with GDPR we are not allowed to load any scripts from a third party domain such as ` *.gstatic.com`. Because in this...
# Fixes issue #3883 ## Summary Updated the generated `IDs()` function on mutations. Checks during `OpUpdateOne` and `OpDeleteOne` if there are any predicates set on the mutation and if yes,...
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...
## Added support for flutter web. Currently when using this plugin directly on web it just crashes. Instead of checking for web use I thought it would be better to...
**Is your feature request related to a problem? Please describe.** When we want to show the android picker on iOS, we currently need to provide a new theme around it...
Changed how empty values are displayed. Currently, if no date is given, a `SizedBox` is rendered. Instead, a `Text` with an empty string should be rendered. The difference is that...
Currently the graphql package prevents us from upgrading to rxdart to 0.28.0.