Confused on branching structure #4887
-
I noticed releases are done on the 1.x branch but I am noticing a lot of really important changes happening on the 4.x branch. How exactly are these incorporated into releases if at all? Do things from 4.x eventually merge back into 1.x. In the event that is not true:
Sorry if this is a terrible question |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey there @Sal-Ali, Thank you for creating this post as this is not a terrible question, feel free to read this article :)
|
Beta Was this translation helpful? Give feedback.
Hey there @Sal-Ali, Thank you for creating this post as this is not a terrible question, feel free to read this article :)
1.x is an older library and maintaining it sometimes proves to be difficult making changes as it relies on some older packages. We still release with changes that are neccesary in 1.x as we still maintain the library and merge community PRs but we also are working hard on a 4.x typescript rewrite so that we can have a better codebase while still having parity with 1.x.