Skip to content
Discussion options

You must be logged in to vote

The plugin system has been removed in v8 for a lot of reasons, a few:

  • Cannot be typed well
  • Composition is usually better in most cases provided the API has sufficient inversion of control
  • Created unreliable compatibility issues between plugins that know nothing about each other

In v8, the core ships will all of the main features built-in, but with the ability to override their pieces of functionality with inversion of control points like sortRowsFn (which is responsible for implementing client-side sorting logic).

Sorry for this change, but it was necessary. I'd be happy to help you convert your plugins over to use the new composition patterns in v8 as soon as it's in a beta state.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Keerthi3021
Comment options

You must be logged in to vote
1 reply
@tannerlinsley
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants