Latest Breaking Version 3.x #485
Replies: 4 comments 10 replies
-
@zewa666 I pushed another version, wanted to push a Beta version but somehow I misconfigured the command to use with P.S. I'm trying out this new Discussion thing, it seems similar to how issues work just without it being an issue hehe |
Beta Was this translation helpful? Give feedback.
-
@zewa666
So I think I'm finally done with all of it, let me know if you give it a try, this year or the next 😉 |
Beta Was this translation helpful? Give feedback.
-
Well actually now that I think of it, there's actually the subject of proper Dependency Injection but even the manual injection works just fine. The main struggle is to find something that would work on both side, that would require some kind of DI that is framework agnostic. I was close to have something working with some code I found over the net but it starts to fail with 2 things (abstract classes and optional services), I use abstract classes mainly for the pub/sub & translate service which the latter can also be optional... At the end, I might keep the manual DI because it works and it has no cost in size while going for other agnostic DI libs might increase the lib size for no real benefit, except for internal cleaner and more readable code. TypeDI might be 1 of those agnostic DI that could potentially work, will give it a try eventually, just worry about the size that it adds |
Beta Was this translation helpful? Give feedback.
-
The latest version 3.5.0 gives us the following error |
Beta Was this translation helpful? Give feedback.
-
Latest Update on the upcoming breaking version 3.x
Anyone having major issues with the new release can report in this thread.
Things left to do to be fully functional and parity with previous version 2.x
@slickgrid-universal/common
is added to theaurelia.json
dependencies mapping3cp
which was super helpful.Beta Was this translation helpful? Give feedback.
All reactions