Jon Koops
Jon Koops
Now that we have landed support for ES modules in #8329 the documentation should be updated to reflect this as the preferred approach to use Leaflet. This includes: - Replacing...
Supporting multiple module systems (e.g. CommonJS, AMD, UMD, etc) is becoming a maintenance burden and is complicating the project unnecessarily. The web is moving forwards towards standardized [JavaScript modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) and...
For some reason the localization tests do not work on the latest Keycloak server, so they have been disabled in #229. These tests will need to be fixed and re-enabled.
**Is your feature request related to a problem? Please describe.** Currently we are generating our models based on the Java source from the main Keycloak repo. Since this code is...
### Description We still have several example projects that have not been maintained for years that are based on AngularJS (which has been EOL since a while). Since no-one has...
Works towards closing #7142. Updates React Router to version 5 for the demo app to ensure compatibility with React 18. This change is completely [backwards compatible](https://reacttraining.com/blog/react-router-v5/).