Replies: 2 comments 2 replies
-
|
All the new override features of Components.js are already in v5, but it might be a later version than the one currently in the CSS package.json. But if in your package you take v5.5.1 this should work together with the CSS dependency. When upgrading components.js to the next major version in CSS, this would probably have to be a major release of CSS as this changes the components.js context URLs, so I don't want to do that immediately.
Components.js should actually work fine on Windows as that is where I do all my development. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your help, Joachim! I can use the new override features if I add componentsjs@5.5.1 to my component's package. About Components.js and Windows: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to upgrade the version of the componentsjs dependency to v6.0.1 for the next minor release?
I would like to use the new override features of components.js, e.g. OverrideListInsertAt. For now, I have to override the complete list of handlers for a WaterfallHandler, for example. Or is there a better way to add your own handler to a list of handlers?
I just ran the tests for CSS@7.1.0 with componentsjs@6.0.1 on Ubuntu* (Node v18.7.0):
* Components.js has some troubles on Windows but that's normal, isn't it?
Beta Was this translation helpful? Give feedback.
All reactions