-
Notifications
You must be signed in to change notification settings - Fork 26
Component Stability
Pawel edited this page Jun 30, 2018
·
1 revision
Below are explanations what "Component Stability" means:
- Alpha:
- Not safe to use
- Everything may change including constructor arguments, methods, named children.
- May get reworked before getting into beta.
- Your code will likely to break after next update.
- Beta:
- Pretty much safe to use
- Constructor arguments will not change - but more may be added
- Methods will not change but more may be added
- Your code should not break after updates.
- Bugs will be fixed
- Small things like hardcoded padding may change but overall it should look pretty much the same
- Release:
- Safe to use
- Nothing will change unless I will have a really good reason.
- Bugs will be fixed.