-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor withEntities* store features to allow receiving the config as a factory #120
Labels
Comments
gabrielguerrero
pushed a commit
that referenced
this issue
Jul 27, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
gabrielguerrero
pushed a commit
that referenced
this issue
Jul 27, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
gabrielguerrero
pushed a commit
that referenced
this issue
Jul 27, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
gabrielguerrero
pushed a commit
that referenced
this issue
Jul 29, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
gabrielguerrero
pushed a commit
that referenced
this issue
Jul 29, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
gabrielguerrero
pushed a commit
that referenced
this issue
Jul 31, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
🎉 This issue has been resolved in version 18.0.0-beta.7 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
gabrielguerrero
pushed a commit
that referenced
this issue
Aug 2, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
Merged
gabrielguerrero
pushed a commit
that referenced
this issue
Aug 2, 2024
refactor to have config factory in all store features, new store feature withStore to pass the store to custom features Fixes #120
🎉 This issue has been resolved in version 18.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor withEntities* store features to allow receiving the config as a factory, this will enable more dynamic configuration, like setting default sort or filter from a service or cookie
implement new withStore custom feature that will help to ease implementing this use case in our own custom features, but can also be use by devs to create their own custom store features that receive a factory that receives the store and returns the config
The text was updated successfully, but these errors were encountered: