Skip to content
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

(feat): new Major 2.x Release to Support Multiple Grid #75

Merged
merged 42 commits into from
Jun 5, 2018

Conversation

ghiscoding
Copy link
Owner

This PR is for a new Major Release 2.x to bring support to Multiple Grid in a View. It brings a lot of breaking changes, a Migration Guide was written

ghiscoding and others added 30 commits May 26, 2018 15:10
- to remove confusion with Event Emitters, the 3 Backend Service API methods were renamed to start with the prefix "processOnX" instead of "onX"
- for example onFilterChanged is now processOnFilterChanged
- since we had both "hideX" (in SlickGrid) and "showX", it's better to rename them all to "hideX" for consistencies
- to make a distinction between Aurelia Events vs SlickGrid Events, we will use (asg for Aurelia, sg for SlickGrid)
- prior to this, user could predefined searchTerm (singular) or searchTerms (array). To simplify the logic, the singular searchTerm has been dropped in favor of the array searchTerms
- instead of using the generic "params" to pass collection and other arguments, we will use the "editor" object
- doing this brings TS types and intellisense
@ghiscoding ghiscoding merged commit edb0100 into master Jun 5, 2018
@ghiscoding ghiscoding deleted the feature/new-major-2-release branch July 26, 2018 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants