Skip to content

Component Stability

Pawel edited this page Jun 30, 2018 · 1 revision

Below are explanations what "Component Stability" means:

  1. 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.
  2. 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
  3. Release:
    • Safe to use
    • Nothing will change unless I will have a really good reason.
    • Bugs will be fixed.