beeman
beeman
As of version 5 of angular-split there will be a minimal Angular compatibility requirement. For example: angular-split 5.0 will only support Angular 9 and 10.
This issue tracks the plans for angular-split v4 and beyond. ### v4 is released: [[email protected]](https://www.npmjs.com/package/angular-split/v/4.0.0) 🎉 ✅ The goal for this release was to publish a new version that works...
In the current version of this library, the styles are part of `SplitComponent`. While this is great for a usability point of view (no need to include a separate style)...
## Expected Behavior The web application has a dialog service ## Current Behavior The web application does not have a dialog service ## Possible Solution The service should be created...
## Expected Behavior The web application has a toast service ## Current Behavior The web application does not have a toast service ## Possible Solution The service should be created...
## Expected Behavior And admin should be able to search for a user by `username`,`email`,`firstName`, `lastName` and page through the results. ## Current Behavior User admin will only show a...
## Expected Behavior The `WebLayoutStore` should implement a theme switcher and make it accessible from the user Profile menu. ## Current Behavior Theme can only be set by adding/removing the...
## Expected Behavior Admin should be able to create a new user. ## Current Behavior This does not work due to recent changes ``` Unknown arg `email` in data.email for...